{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LegalDocument", "type": "object", "properties": { "id": { "type": "string" }, "placeOfIssuance": { "type": "string" }, "expiryDate": { "type": "string" } } }