Properties
| Name | Type | Description |
|---|---|---|
| collections | object | |
| created_at | string | |
| description | string | |
| id | string | |
| is_active | boolean | |
| raw | object | |
| slug | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CommerceSaleschannel",
"title": "CommerceSaleschannel",
"properties": {
"collections": {
"$ref": "#/components/schemas/property_CommerceSaleschannel_collections"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"is_active": {
"type": "boolean"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"slug": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
}
},
"type": "object"
}