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