{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/store-api-post-update-store-status-schema.json", "title": "PostUpdateStoreStatus", "description": "Deliverect Busy Mode", "type": "object", "properties": { "isActive": { "type": "string", "example": "string" }, "prepTime": { "type": "string", "example": "2026-03-15T14:30:00Z" } }, "required": [ "isActive", "prepTime" ] }