OrganizationCustomSkillFileInput
Properties
| Property | Type | Required | Description |
|---|---|---|---|
content_base64 |
string | Yes | |
content_type |
string,null | No | |
relative_path |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"relative_path",
"content_base64"
],
"properties": {
"content_base64": {
"type": "string"
},
"content_type": {
"type": [
"string",
"null"
]
},
"relative_path": {
"type": "string"
}
}
}