addedInput schema / properties / address / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "minLength": 3,
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / address / minLength
Removed value: -3
removedInput schema / properties / address / type
Removed value: -"string"
addedInput schema / properties / annee_construction_max / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / annee_construction_max / maximum
Removed value: -9007199254740991
removedInput schema / properties / annee_construction_max / minimum
Removed value: --9007199254740991
removedInput schema / properties / annee_construction_max / type
Removed value: -"integer"
addedInput schema / properties / annee_construction_min / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / annee_construction_min / maximum
Removed value: -9007199254740991
removedInput schema / properties / annee_construction_min / minimum
Removed value: --9007199254740991
removedInput schema / properties / annee_construction_min / 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 / classe_ges / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "A",
+ "B",
+ "C",
+ "D",
+ "E",
+ "F",
+ "G"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / classe_ges / enum
Removed value: -[
- "A",
- "B",
- "C",
- "D",
- "E",
- "F",
- "G"
-]
removedInput schema / properties / classe_ges / type
Removed value: -"string"
addedInput schema / properties / commune / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / commune / type
Removed value: -"string"
addedInput schema / properties / date_dpe_max / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_dpe_max / type
Removed value: -"string"
addedInput schema / properties / date_dpe_min / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_dpe_min / 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 / limit / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 50,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / limit / maximum
Removed value: -50
removedInput schema / properties / limit / minimum
Removed value: -1
removedInput schema / properties / limit / type
Removed value: -"integer"
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 / offset / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 5000,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / offset / maximum
Removed value: -5000
removedInput schema / properties / offset / minimum
Removed value: -0
removedInput schema / properties / offset / type
Removed value: -"integer"
addedInput schema / properties / parcelle_id / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maxLength": 14,
+ "minLength": 14,
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / parcelle_id / maxLength
Removed value: -14
removedInput schema / properties / parcelle_id / minLength
Removed value: -14
removedInput schema / properties / parcelle_id / type
Removed value: -"string"
addedInput schema / properties / rayon_m / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 2000,
+ "minimum": 50,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / rayon_m / maximum
Removed value: -2000
removedInput schema / properties / rayon_m / minimum
Removed value: -50
removedInput schema / properties / rayon_m / type
Removed value: -"integer"
addedInput schema / properties / surface_max_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_max_m2 / type
Removed value: -"number"
addedInput schema / properties / surface_min_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_min_m2 / type
Removed value: -"number"
addedInput schema / properties / type_batiment / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "maison",
+ "appartement",
+ "immeuble"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / type_batiment / enum
Removed value: -[
- "maison",
- "appartement",
- "immeuble"
-]
removedInput schema / properties / type_batiment / type
Removed value: -"string"