addedInput schema / properties / address / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / address / type
Removed value: -"string"
addedInput schema / properties / annee_construction / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / annee_construction / maximum
Removed value: -9007199254740991
removedInput schema / properties / annee_construction / minimum
Removed value: --9007199254740991
removedInput schema / properties / annee_construction / type
Removed value: -"integer"
addedInput schema / properties / classe_dpe / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "A",
+ "B",
+ "C",
+ "D",
+ "E",
+ "F",
+ "G"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / classe_dpe / enum
Removed value: -[
- "A",
- "B",
- "C",
- "D",
- "E",
- "F",
- "G"
-]
removedInput schema / properties / classe_dpe / type
Removed value: -"string"
addedInput schema / properties / code_insee / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maxLength": 5,
+ "minLength": 5,
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / code_insee / maxLength
Removed value: -5
removedInput schema / properties / code_insee / minLength
Removed value: -5
removedInput schema / properties / code_insee / type
Removed value: -"string"
addedInput schema / properties / lat / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / lat / type
Removed value: -"number"
addedInput schema / properties / lng / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / lng / type
Removed value: -"number"
addedInput schema / properties / terrain_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / terrain_m2 / type
Removed value: -"number"