{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VerificationRequest", "title": "VerificationRequest", "required": [ "verification" ], "type": "object", "properties": { "verification": { "$ref": "#/components/schemas/Verification" } } }