Action item for next fulfillment status selector
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/orders-fulfillent-status-action-item-schema.json", "title": "FulfillentStatusActionItem", "description": "Action item for next fulfillment status selector", "type": "object", "properties": { "Id": { "description": "Status Id", "type": "string", "example": "500123" }, "Name": { "description": "Status Name", "type": "string", "example": "Example Name" } } }