README / app /data /contracts /voice_registry_shape.json
CJGibs's picture
Build Aether Voice Studio Docker Space
703a33a
raw
history blame contribute delete
343 Bytes
{
"contract": "voice_registry",
"type": "array",
"itemShape": {
"id": "string",
"name": "string",
"persona": "string",
"provider": "string",
"routeCompatibility": [
"moss_tts",
"moss_ttsd",
"moss_realtime"
],
"styleTags": [
"string"
],
"status": "active|planned|retired"
}
}