{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateConnectionRequestContentAuth0", "title": "UpdateConnectionRequestContentAuth0", "description": "Update a connection with strategy=auth0", "allOf": [ { "$ref": "#/components/schemas/ConnectionCommon" }, { "type": "object", "properties": { "options": { "$ref": "#/components/schemas/ConnectionOptionsAuth0" }, "realms": { "$ref": "#/components/schemas/ConnectionRealms" } } } ] }