{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SecurityQuestion", "title": "SecurityQuestion", "type": "object", "properties": { "answer": { "type": "string" }, "question": { "type": "string" }, "questionText": { "type": "string" } }, "x-okta-tags": [ "UserFactor" ] }