2024-02-21 04:21:03 +00:00
|
|
|
{
|
2024-02-21 04:23:03 +00:00
|
|
|
"type": "object",
|
2024-02-21 04:24:45 +00:00
|
|
|
"properties": {
|
2024-02-21 04:21:27 +00:00
|
|
|
"order": {
|
2024-02-21 04:22:48 +00:00
|
|
|
"type": "object",
|
2024-02-21 04:21:34 +00:00
|
|
|
"properties": {
|
|
|
|
"table_number": {
|
|
|
|
"type": "integer",
|
|
|
|
"description": "The table number of the order",
|
|
|
|
"minimum": 1
|
|
|
|
},
|
|
|
|
"drink": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The drink ordered",
|
|
|
|
},
|
|
|
|
"meal": {
|
|
|
|
"type": "string",
|
|
|
|
"description": "The meal ordered",
|
|
|
|
"pattern": "^[A-Z][a-z ]*$"
|
|
|
|
}
|
2024-02-21 04:21:35 +00:00
|
|
|
},
|
2024-02-21 04:21:55 +00:00
|
|
|
"required": [
|
2024-02-21 04:22:00 +00:00
|
|
|
"table_number"
|
2024-02-21 04:22:04 +00:00
|
|
|
]
|
2024-02-21 04:22:07 +00:00
|
|
|
}
|
2024-02-21 04:24:51 +00:00
|
|
|
}
|
2024-02-21 04:24:53 +00:00
|
|
|
}
|