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 / commune / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / commune / type
Removed value: -"string"
addedInput schema / properties / date_max / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_max / pattern
Removed value: -"^\\d{4}-\\d{2}-\\d{2}$"
removedInput schema / properties / date_max / type
Removed value: -"string"
addedInput schema / properties / date_min / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / date_min / pattern
Removed value: -"^\\d{4}-\\d{2}-\\d{2}$"
removedInput schema / properties / date_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 / prix_max_eur / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / prix_max_eur / type
Removed value: -"number"
addedInput schema / properties / prix_min_eur / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / prix_min_eur / type
Removed value: -"number"
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 / tri / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "date",
+ "distance"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / tri / enum
Removed value: -[
- "date",
- "distance"
-]
removedInput schema / properties / tri / type
Removed value: -"string"
addedInput schema / properties / type_bien / anyOf
Added value: +[
+ {
+ "anyOf": [
+ {
+ "enum": [
+ "maison",
+ "appartement",
+ "local"
+ ],
+ "type": "string"
+ },
+ {
+ "const": "",
+ "type": "string"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / type_bien / enum
Removed value: -[
- "maison",
- "appartement",
- "local"
-]
removedInput schema / properties / type_bien / type
Removed value: -"string"