{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-schema/auth0-form-schema.json", "title": "Auth0 Form", "description": "JSON Schema for Auth0 Form entity, extracted from the Auth0 Management API OpenAPI v2.0 spec (component: FormBlock).", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/FormBlockDivider" }, { "$ref": "#/components/schemas/FormBlockHtml" }, { "$ref": "#/components/schemas/FormBlockImage" }, { "$ref": "#/components/schemas/FormBlockJumpButton" }, { "$ref": "#/components/schemas/FormBlockResendButton" }, { "$ref": "#/components/schemas/FormBlockNextButton" }, { "$ref": "#/components/schemas/FormBlockPreviousButton" }, { "$ref": "#/components/schemas/FormBlockRichText" } ] }