Skip to content

Commit 508d7fc

Browse files
Remove invisible U+FEFF (zero-width no break space) breaking some parsers
1 parent 497ca17 commit 508d7fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/jsonld-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
1+
{
22
"title": "Schema for JSON-LD",
33
"$schema": "http://json-schema.org/draft-04/schema#",
4-
4+
55
"definitions":{
66
"context": {
77
"additionalProperties": true,
@@ -87,4 +87,4 @@
8787

8888
"type": ["object", "array"],
8989
"additionalProperties": true
90-
}
90+
}

0 commit comments

Comments
 (0)