{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/orders-fulfillent-status-action-item-structure.json", "name": "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" } } }