Skip to content

Commit 5fafb33

Browse files
committed
Fix
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent ce464c8 commit 5fafb33

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

schemas/2020-12/ietf/geojson/geometry-collection.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"const": "GeometryCollection"
3535
},
3636
"geometries": {
37+
"x-jsonld-container": "@set",
3738
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry",
3839
"type": "array",
3940
"items": {

schemas/2020-12/ietf/http/method-standard.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"const": "PATCH"
2929
},
3030
{
31+
"$comment": "WebDAV methods are not defined in the frozen 2011 W3C http-methods vocabulary, so they mint no identifier",
3132
"enum": [
3233
"PROPFIND",
3334
"PROPPATCH",

0 commit comments

Comments
 (0)