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 / 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 / code_postal / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "maxLength": 5,
+ "minLength": 5,
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / code_postal / maxLength
Removed value: -5
removedInput schema / properties / code_postal / minLength
Removed value: -5
removedInput schema / properties / code_postal / 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": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / conso_dpe_kwh_m2 / exclusiveMinimum
Removed value: -0
removedInput schema / properties / conso_dpe_kwh_m2 / type
Removed value: -"number"
addedInput schema / properties / date_dpe / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "pattern": "^\\d{4}-\\d{2}(-\\d{2})?$",
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_dpe / pattern
Removed value: -"^\\d{4}-\\d{2}(-\\d{2})?$"
removedInput schema / properties / date_dpe / type
Removed value: -"string"
addedInput schema / properties / ges_kg_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / ges_kg_m2 / minimum
Removed value: -0
removedInput schema / properties / ges_kg_m2 / type
Removed value: -"number"
addedInput schema / properties / surface_habitable_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_habitable_m2 / exclusiveMinimum
Removed value: -0
removedInput schema / properties / surface_habitable_m2 / type
Removed value: -"number"
addedInput schema / properties / surface_terrain_m2 / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "exclusiveMinimum": 0,
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / surface_terrain_m2 / exclusiveMinimum
Removed value: -0
removedInput schema / properties / surface_terrain_m2 / type
Removed value: -"number"
addedInput schema / properties / type_bien / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "maison",
+ "appartement"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / type_bien / enum
Removed value: -[
- "maison",
- "appartement"
-]
removedInput schema / properties / type_bien / type
Removed value: -"string"