Skip to content

Commit

Permalink
schema/location: Added location_type of redacted
Browse files Browse the repository at this point in the history
Updated the enum for `location.location_type` to permit a value of
`redacted`. Also updated the description of this property to match.

This is done in line with the proposal:

* https://docs.google.com/document/d/1sec-BXVkl6sUETm3q4ngxzX4-1cNqmEZzWFcpa7VztU/view
  • Loading branch information
Matt Marshall committed Sep 12, 2024
1 parent 2a5e2f9 commit 86cb053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schema/location.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": "location_type",
"type": "string",
"title": "Location Type",
"description": "The type of location, which may be either `physical`, `postal`, or `virtual`.",
"description": "The type of location, which may be either `physical`, `postal`, `virtual`, or `redacted`.",
"constraints": {
"unique": false
},
Expand All @@ -35,7 +35,8 @@
"enum": [
"physical",
"postal",
"virtual"
"virtual",
"redacted"
]
},
"url": {
Expand Down

0 comments on commit 86cb053

Please sign in to comment.