{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Introspection", "type": "object", "properties": { "client_id": { "type": "string" }, "client_secret": { "type": "string" }, "enabled": { "type": "boolean" }, "identity_base_field": { "type": "string" }, "url": { "type": "string" } } }