Skip to content

Commit

Permalink
geometryExtensions.uuid -> geometryExtensions.@id
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Feb 27, 2022
1 parent 5489b1b commit 80790e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/LP.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"$ref": "#/definitions/when"
},
"geometries": {
"description": "***TO DISCUSS***: Proposal for optional array of UUIDs referencing particular geometries within a feature's Geometry Collection to which this feature type applies.",
"description": "***TO DISCUSS***: Proposal for optional array of URIs referencing particular geometries within a feature's Geometry Collection to which this feature type applies.",
"type": "array",
"items": {
"type": "string",
Expand Down Expand Up @@ -375,8 +375,8 @@
"description": "***TO DISCUSS***: Proposal for optional geometry property to indicate the precision of Point coordinate data.",
"$ref": "#/definitions/precision"
},
"uuid": {
"description": "***TO DISCUSS***: Proposal for optional property that can be used in Geometry Collections to associate particular geometries with one or more of its parent feature's types. This might be used, for example, to indicate separate points for the creation, discovery, and repository of archaeological artefacts.",
"@id": {
"description": "***TO DISCUSS***: Proposal for optional @id/URI that can be used in Geometry Collections to associate particular geometries with one or more of its parent feature's types. This might be used, for example, to indicate separate points for the creation, discovery, and repository of archaeological artefacts.",
"example": "8d6e0aa7-0b2c-403c-b27c-10c10dd7f10e",
"type": "string",
"format": "uuid"
Expand Down

0 comments on commit 80790e4

Please sign in to comment.