Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| uuid | string | |
| establishment | integer | Foreign key to Establishment. |
| customer | integer | Foreign key to Customer. |
| created_by | integer | Employee who created the order. |
| call_number | integer | |
| call_name | string | |
| running_tax_number | integer | |
| web_order | boolean | |
| is_invoice | boolean | |
| closed | boolean | |
| printed | boolean | |
| has_items | boolean | |
| has_history | boolean | |
| dining_option | integer | |
| delivery_employee | integer | |
| device_id | integer | |
| local_id | string | |
| pickup_time | string | |
| created_date | string | |
| updated_date | string | |
| resource_uri | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Order",
"description": "Order schema from Revel Open API",
"$id": "https://raw.githubusercontent.com/api-evangelist/revel-systems/refs/heads/main/json-schema/revel-open-api-order-schema.json",
"type": "object",
"properties": {
"id": {
"type": "integer",
"example": 1
},
"uuid": {
"type": "string",
"format": "uuid",
"example": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
},
"establishment": {
"type": "integer",
"description": "Foreign key to Establishment.",
"example": 1
},
"customer": {
"type": "integer",
"nullable": true,
"description": "Foreign key to Customer.",
"example": 1
},
"created_by": {
"type": "integer",
"description": "Employee who created the order.",
"example": 1
},
"call_number": {
"type": "integer",
"nullable": true,
"example": 42
},
"call_name": {
"type": "string",
"nullable": true,
"example": "Window"
},
"running_tax_number": {
"type": "integer",
"nullable": true,
"example": 42
},
"web_order": {
"type": "boolean",
"example": true
},
"is_invoice": {
"type": "boolean",
"example": true
},
"closed": {
"type": "boolean",
"example": true
},
"printed": {
"type": "boolean",
"example": true
},
"has_items": {
"type": "boolean",
"example": true
},
"has_history": {
"type": "boolean",
"example": true
},
"dining_option": {
"type": "integer",
"nullable": true,
"example": 42
},
"delivery_employee": {
"type": "integer",
"nullable": true,
"example": 42
},
"device_id": {
"type": "integer",
"nullable": true,
"example": 1
},
"local_id": {
"type": "string",
"nullable": true,
"example": "LOC-1"
},
"pickup_time": {
"type": "string",
"format": "date-time",
"nullable": true,
"example": "2026-06-01T12:00:00Z"
},
"created_date": {
"type": "string",
"format": "date-time",
"example": "2026-06-01T12:00:00Z"
},
"updated_date": {
"type": "string",
"format": "date-time",
"example": "2026-06-01T12:00:00Z"
},
"resource_uri": {
"type": "string",
"example": "/resources/Resource/1/"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/revel-open-api-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.