{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OpenIdConnectApplicationSettingsClientKeys", "title": "OpenIdConnectApplicationSettingsClientKeys", "type": "object", "properties": { "keys": { "type": "array", "items": { "$ref": "#/components/schemas/JsonWebKey" } } }, "x-okta-tags": [ "Application" ] }