Skip to content

Commit

Permalink
Merge pull request #55 from etalab/Miryad3108-patch-5
Browse files Browse the repository at this point in the history
Addition of the field "revetement_d/g"
  • Loading branch information
Miryad3108 authored Oct 4, 2021
2 parents 29d5eb1 + 7c28374 commit 0988b45
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions schema_amenagements_cyclables.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@
"PROVISOIRE"
]
},
"revetement_d": {
"type": "string",
"description": "Type de revêtement de l'aménagement sur la voie de droite",
"examples": [
"LISSE"
],
"enum": [
"LISSE",
"RUGUEUX",
"MEUBLE"
]
},
"code_com_g": {
"type": "string",
"description": "Code INSEE de la commune (5 caractères alphanumériques) sur la voie de gauche",
Expand Down Expand Up @@ -238,6 +250,18 @@
"EN SERVICE",
"PROVISOIRE"
]
},
"revetement_g": {
"type": "string",
"description": "Type de revêtement de l'aménagement sur la voie de gauche",
"examples": [
"LISSE"
],
"enum": [
"LISSE",
"RUGUEUX",
"MEUBLE"
]
},
"access_ame": {
"type": "string",
Expand Down

0 comments on commit 0988b45

Please sign in to comment.