Skip to content

Commit

Permalink
Update example-normalized.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JilinHe authored Nov 8, 2023
1 parent bc8aa0f commit 04b20df
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ParkingGroup/examples/example-normalized.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
"id": "daoiz-velarde-1-5-disabled",
"type": "ParkingGroup",
"category": {
"type": "StructuredValue",
"value": ["onStreet", "adjacentSpaces", "onlyDisabled"]
},
"refParkingSite": {
"type": "Relationship",
"type": "Text",
"value": "daoiz-velarde-1-5"
},
"permitActiveHours": {
"type": "StructuredValue",
"type": "None",
"value": null
},
"requiredPermit": {
"type": "array",
"type": "StructuredValue",
"value": ["disabledPermit"]
},
"allowedVehicleType": {
Expand Down Expand Up @@ -50,11 +51,11 @@
}
},
"chargeType": {
"type": "array",
"type": "StructuredValue",
"value": ["free"]
},
"description": {
"type": "Text",
"value": "Two parking spots reserved for disabled people"
}
}
}

0 comments on commit 04b20df

Please sign in to comment.