Merge pull request #56 from cmrd-senya/patch-1
Don't use versioning in JSON schema id
This commit is contained in:
commit
ab8d5ee59f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||||
"id": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities-0.2.0-dev.json",
|
"id": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{"$ref": "#/definitions/comment"},
|
{"$ref": "#/definitions/comment"},
|
||||||
{"$ref": "#/definitions/like"},
|
{"$ref": "#/definitions/like"},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue