{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthorizationServerCredentials", "title": "AuthorizationServerCredentials", "type": "object", "properties": { "signing": { "$ref": "#/components/schemas/AuthorizationServerCredentialsSigningConfig" } }, "x-okta-tags": [ "Application" ] }