{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedApplicationCredentialUpdate", "title": "PatchedApplicationCredentialUpdate", "type": "object", "properties": { "client_id": { "type": "string" }, "client_secret": { "type": [ "string", "null" ] }, "external_id": { "type": [ "string", "null" ] } } }