addedInput schema / properties / annee_construction / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / annee_construction / type
Removed value: -"string"
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 / conso_dpe_kwh_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / conso_dpe_kwh_m2 / type
Removed value: -"string"
addedInput schema / properties / date_dpe / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_dpe / type
Removed value: -"string"
addedInput schema / properties / date_permis_construire / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_permis_construire / type
Removed value: -"string"
addedInput schema / properties / date_vente / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_vente / type
Removed value: -"string"
addedInput schema / properties / departement / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / departement / type
Removed value: -"string"
addedInput schema / properties / has_copropriete / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / has_copropriete / type
Removed value: -"boolean"
addedInput schema / properties / has_permis_construire / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / has_permis_construire / type
Removed value: -"boolean"
addedInput schema / properties / has_piscine / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / has_piscine / type
Removed value: -"boolean"
addedInput schema / properties / has_proprietaire_personne_morale / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / has_proprietaire_personne_morale / type
Removed value: -"boolean"
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 / nombre_batiments / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / nombre_batiments / type
Removed value: -"string"
addedInput schema / properties / offset / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / offset / maximum
Removed value: -9007199254740991
removedInput schema / properties / offset / minimum
Removed value: -0
removedInput schema / properties / offset / type
Removed value: -"integer"
addedInput schema / properties / prix_vente_eur / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / prix_vente_eur / type
Removed value: -"string"
addedInput schema / properties / region / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / region / type
Removed value: -"string"
addedInput schema / properties / siren / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / siren / type
Removed value: -"string"
addedInput schema / properties / surface_batiment_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_batiment_m2 / type
Removed value: -"string"
addedInput schema / properties / surface_habitable_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_habitable_m2 / type
Removed value: -"string"
addedInput schema / properties / surface_parcelle_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_parcelle_m2 / type
Removed value: -"string"
addedInput schema / properties / surface_piscine_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_piscine_m2 / type
Removed value: -"string"
addedInput schema / properties / viewport / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "properties": {
+ "ne_lat": {
+ "type": "number"
+ },
+ "ne_lng": {
+ "type": "number"
+ },
+ "sw_lat": {
+ "type": "number"
+ },
+ "sw_lng": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "sw_lat",
+ "sw_lng",
+ "ne_lat",
+ "ne_lng"
+ ],
+ "type": "object"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / viewport / properties
Removed value: -{
- "ne_lat": {
- "type": "number"
- },
- "ne_lng": {
- "type": "number"
- },
- "sw_lat": {
- "type": "number"
- },
- "sw_lng": {
- "type": "number"
- }
-}
removedInput schema / properties / viewport / required
Removed value: -[
- "sw_lat",
- "sw_lng",
- "ne_lat",
- "ne_lng"
-]
removedInput schema / properties / viewport / type
Removed value: -"object"