{ "type": "object", "name": "NamedCredential", "properties": { "calloutUrl": { "type": "string" }, "developerName": { "type": "string" }, "id": { "type": "string" }, "masterLabel": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } }, "required": [ "calloutUrl", "developerName", "id", "masterLabel", "type", "url" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }