{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BusinessTitleChange", "title": "BusinessTitleChange", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "proposedBusinessTitle": { "type": "string" }, "effectiveDate": { "type": "string", "format": "date" } } }