Properties
| Name | Type | Description |
|---|---|---|
| extra_data | object | |
| format | string | |
| id | string | |
| namespace | string | |
| slug | string | |
| value | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AtsMetadata",
"title": "AtsMetadata",
"properties": {
"extra_data": {
"additionalProperties": true,
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"items": {
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
]
},
"format": {
"enum": [
"TEXT",
"NUMBER",
"DATE",
"BOOLEAN",
"FILE",
"TEXTAREA",
"SINGLE_SELECT",
"MULTIPLE_SELECT",
"MEASUREMENT",
"PRICE",
"YES_NO",
"CURRENCY",
"URL"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"id": {
"type": "string"
},
"namespace": {
"type": "string"
},
"slug": {
"type": "string"
},
"value": {
"additionalProperties": true,
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"items": {
"anyOf": [
{
"type": "object"
},
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
]
}
},
"type": "object"
}