Add blocks to archive json schema

This commit is contained in:
Benjamin Neff 2021-07-03 03:00:45 +02:00
parent b31f9106a1
commit 342d4f7fde
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -20,7 +20,12 @@
]
},
"strip_exif": { "type": "boolean" },
"blocks": {
"type": "array",
"items" : {
"type": "string"
}
},
"profile": {
"$ref": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json#/definitions/profile"
},