mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "Story collection",
|
|
"description": "A collection of stories from Phraseanet",
|
|
"type": "object",
|
|
"properties": {
|
|
"stories": {
|
|
"description": "The actual collection",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "story.json"
|
|
}
|
|
}
|
|
},
|
|
"required": ["stories"]
|
|
}
|