{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:MobilePhoneStore", "title": "MobilePhoneStore", "description": "A store that sells mobile phones and related accessories.", "type": "object", "allOf": [{ "description": "A retail good store.", "$ref": "schema:Store" }] }