{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResumeQuestions", "title": "ResumeQuestions", "type": "object", "properties": { "resumeQuestionRequirement": { "type": "string", "enum": [ "REQUIRED", "OPTIONAL", "NOT_AVAILABLE" ], "example": "REQUIRED" } } }