{ "type": "object", "name": "OpenIDConnectDynamicClientRegistrationEndpointRequest", "properties": { "redirect_uris": { "type": "array", "description": "", "items": { "type": "string" } }, "response_types": { "type": "array", "description": "", "items": { "type": "string" } }, "grant_types": { "type": "array", "description": "", "items": { "type": "string" } }, "application_type": { "type": "string" }, "contacts": { "type": "array", "description": "", "items": { "type": "string" } }, "client_name": { "type": "string" } }, "required": [ "redirect_uris", "response_types", "grant_types", "application_type", "contacts", "client_name" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }