mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 01:57:40 +03:00
schemas/TEMPLATES/journal: Remove the # 'fragment' from end of $id
As per <https://json-schema.org/draft/2020-12/json-schema-core.html#section-8.2.1> > Therefore, "$id" MUST NOT contain a non-empty fragment, and SHOULD NOT contain an empty fragment.
This commit is contained in:
parent
5bcdfadb09
commit
2eb213d766
@ -39,7 +39,7 @@
|
|||||||
# as a result disallow the key.
|
# as a result disallow the key.
|
||||||
{
|
{
|
||||||
"$schema" : "http://json-schema.org/draft-04/schema#",
|
"$schema" : "http://json-schema.org/draft-04/schema#",
|
||||||
"id" : "https://eddn.edcd.io/schemas/newjournalevent/1#",
|
"id" : "https://eddn.edcd.io/schemas/newjournalevent/1",
|
||||||
"type" : "object",
|
"type" : "object",
|
||||||
"additionalProperties" : false,
|
"additionalProperties" : false,
|
||||||
"required": [ "$schemaRef", "header", "message" ],
|
"required": [ "$schemaRef", "header", "message" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user