mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
31 lines
519 B
JSON
31 lines
519 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"title": "New assets",
|
|
"description": "List of assets to enqueue on Phraseanet",
|
|
"type": "object",
|
|
"properties": {
|
|
"assets": {
|
|
"type": "array"
|
|
},
|
|
"publisher": {
|
|
"type": "string"
|
|
},
|
|
"token": {
|
|
"type": "string"
|
|
},
|
|
"base_url": {
|
|
"type": "string"
|
|
},
|
|
"commit_id": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"assets",
|
|
"publisher",
|
|
"token",
|
|
"base_url",
|
|
"commit_id"
|
|
]
|
|
}
|