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