14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:AutomatedTeller",
|
|
"title": "AutomatedTeller",
|
|
"description": "ATM/cash machine.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "Financial services business.",
|
|
"$ref": "schema:FinancialService"
|
|
}
|
|
]
|
|
}
|