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