{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityProviderCredentialsSigning", "title": "IdentityProviderCredentialsSigning", "type": "object", "properties": { "kid": { "type": "string" }, "privateKey": { "type": "string" }, "teamId": { "type": "string" } }, "x-okta-tags": [ "IdentityProvider" ] }