{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FormWidget", "title": "FormWidget", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/FormWidgetAuth0VerifiableCredentials" }, { "$ref": "#/components/schemas/FormWidgetGMapsAddress" }, { "$ref": "#/components/schemas/FormWidgetRecaptcha" } ] }