{ "type": "object", "properties": { "namedCredentials": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "calloutUrl": { "type": "string", "example": "https://www.example.com" }, "developerName": { "type": "string", "example": "example_value" }, "id": { "type": "string", "example": "abc123" }, "masterLabel": { "type": "string", "example": "example_value" }, "type": { "type": "string", "example": "example_value" }, "url": { "type": "string", "example": "https://www.example.com" } }, "required": [ "calloutUrl", "developerName", "id", "masterLabel", "type", "url" ] } } }, "required": [ "namedCredentials" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulListNamedCredentials" }