Files
video-factory/test.json
T
2026-07-23 11:37:56 +08:00

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"
}
}]
}
}