{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:TireShop", "title": "TireShop", "description": "A tire shop.", "type": "object", "allOf": [{ "description": "A retail good store.", "$ref": "schema:Store" }] }