{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Basket", "type": "object", "properties": { "basketId": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "series": { "type": "array" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" } } }