{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-pingone", "title": "PingOne", "allOf": [ { "$ref": "#/components/schemas/access_schemas-identity-provider" }, { "properties": { "config": { "allOf": [ { "$ref": "#/components/schemas/access_generic-oauth-config" }, { "properties": { "ping_env_id": { "description": "Your PingOne environment identifier", "example": "342b5660-0c32-4936-a5a4-ce21fae57b0a", "type": "string" } }, "type": "object" } ] } }, "type": "object" } ], "type": "object" }