Skip to content

Commit

Permalink
Addition of the field "revetement_d/g"
Browse files Browse the repository at this point in the history
Addition of the field "revetement_d" and "revetement_g" after the approval of the [PR #33](#33)
  • Loading branch information
Miryad3108 authored Oct 4, 2021
1 parent 29d5eb1 commit 7c28374
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 7c28374

Please sign in to comment.