{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-onelogin", "title": "OneLogin", "allOf": [ { "$ref": "#/components/schemas/access_schemas-identity-provider" }, { "properties": { "config": { "allOf": [ { "$ref": "#/components/schemas/access_generic-oauth-config" }, { "properties": { "onelogin_account": { "description": "Your OneLogin account url", "example": "https://mycompany.onelogin.com", "type": "string" } }, "type": "object" } ] } }, "type": "object" } ], "type": "object" }