Skip to content

Commit

Permalink
fix conformance class URIs in JSON example
Browse files Browse the repository at this point in the history
  • Loading branch information
cportele committed Oct 2, 2019
1 parent 366e3fb commit d8f0c0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/examples/json/ConformsTo.json
@@ -1,9 +1,9 @@
{
"conformsTo": [
"http://www.opengis.net/spec/ogcapi-features-1/1.0/req/core",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/req/oas30",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/req/html",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/req/geojson"
"http://www.opengis.net/spec/ogcapi-features-1/1.0/req/gmlsf0"
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson"
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/gmlsf0"
]
}

0 comments on commit d8f0c0a

Please sign in to comment.