{ "$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" }