Skip to content

Commit

Permalink
fix v0.2 (#14)
Browse files Browse the repository at this point in the history
* Fix example "acces"

* Ajout modalité dans le champ 'type_accroche"
  • Loading branch information
NicolasBerthelot committed Jun 3, 2021
1 parent bd5e619 commit eecd4c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schema.json
Expand Up @@ -295,7 +295,8 @@
"enum": [
"ROUE",
"CADRE",
"CADRE ET ROUE"
"CADRE ET ROUE",
"SANS ACCROCHE"
]
}
},
Expand All @@ -322,7 +323,7 @@
{
"name": "acces",
"description": "Mode d'accès à l'emplacement de stationnement",
"example": "ACCES LIBRE",
"example": "LIBRE ACCES",
"type": "string",
"constraints": {
"required": false,
Expand Down

0 comments on commit eecd4c8

Please sign in to comment.