Skip to content

Commit 3fd86c7

Browse files
authored
Add ogc-rel prefix to link relations (#176). Fixes #173
1 parent 8e03b23 commit 3fd86c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/part1/openapi/examples/systems/uav-platform-geojson.links.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"title" : "this resource as HTML"
3232
}, {
3333
"href" : "https://data.example.org/api/systems/PLT412/components?f=json",
34-
"rel" : "subsystems",
34+
"rel" : "ogc-rel:subsystems",
3535
"type" : "application/geo+json",
3636
"title" : "List of subsystems"
3737
}, {
3838
"href" : "https://data.example.org/api/systems/PLT412/samplingFeatures?f=json",
39-
"rel" : "samplingFeatures",
39+
"rel" : "ogc-rel:samplingFeatures",
4040
"type" : "application/geo+json",
4141
"title" : "List of sampling features attached to this system"
4242
}, {
4343
"href" : "https://data.example.org/api/systems/PLT412/deployments?f=json",
44-
"rel" : "deployments",
44+
"rel" : "ogc-rel:deployments",
4545
"type" : "application/geo+json",
4646
"title" : "List of deployments of this system"
4747
}

0 commit comments

Comments
 (0)