26 lines
503 B
JSON
26 lines
503 B
JSON
{
|
|
"media": {
|
|
"description": "参考素材",
|
|
"type": "array",
|
|
"items_length": 10,
|
|
"items": [{
|
|
"type": {
|
|
"description": "参考素材类型",
|
|
"type": "string",
|
|
"enum": [{
|
|
"reference_image": {
|
|
"length": 5
|
|
},
|
|
"reference_video": {
|
|
"length": 1
|
|
}
|
|
}]
|
|
},
|
|
"url": {
|
|
"completeType": "file",
|
|
"description": "素材地址",
|
|
"type": "string"
|
|
}
|
|
}]
|
|
}
|
|
} |