{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SignupVerification", "title": "SignupVerification", "type": "object", "additionalProperties": false, "properties": { "active": { "type": "boolean" } } }