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