{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LegalDocumentCreator", "title": "LegalDocumentCreator", "type": "object", "properties": { "first_name": { "type": "string" }, "email": { "type": "string" } }, "required": [ "email", "first_name" ] }