{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiCredentialUpdate", "title": "ApiCredentialUpdate", "type": "object", "properties": { "description": { "type": "string", "description": "Updated description", "maxLength": 256 } } }