Add blocks to archive json schema
This commit is contained in:
parent
b31f9106a1
commit
342d4f7fde
1 changed files with 6 additions and 1 deletions
|
|
@ -20,7 +20,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"strip_exif": { "type": "boolean" },
|
"strip_exif": { "type": "boolean" },
|
||||||
|
"blocks": {
|
||||||
|
"type": "array",
|
||||||
|
"items" : {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"$ref": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json#/definitions/profile"
|
"$ref": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json#/definitions/profile"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue