{ "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" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NamedCredential" }