{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApiCredentialCreate", "title": "ApiCredentialCreate", "type": "object", "required": [ "description" ], "properties": { "description": { "type": "string", "description": "A human-readable description for the credential", "maxLength": 256 } } }