A stored credential for workflow execution
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Credential", "title": "Credential", "type": "object", "description": "A stored credential for workflow execution", "properties": { "id": { "type": "string", "description": "Unique credential identifier", "example": "abc123" }, "username": { "type": "string", "description": "Windows login username", "example": "example_value" } } }