{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PersonalInformation", "type": "object", "properties": { "id": { "type": "string" }, "dateOfBirth": { "type": "string" }, "disability": { "type": "array" } } }