{ "type": "object", "properties": { "developerName": { "type": "string", "example": "example_value" }, "masterLabel": { "type": "string", "example": "example_value" }, "authenticationProtocol": { "type": "string", "example": "example_value" }, "principals": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "principalName": { "type": "string", "example": "example_value" }, "principalType": { "type": "string", "example": "example_value" }, "sequenceNumber": { "type": "integer", "example": 10 } }, "required": [ "principalName", "principalType", "sequenceNumber" ] } }, "customHeaders": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "headerName": { "type": "string", "example": "example_value" }, "headerValue": { "type": "string", "example": "example_value" }, "sequenceNumber": { "type": "integer", "example": 10 } }, "required": [ "headerName", "headerValue", "sequenceNumber" ] } } }, "required": [ "developerName", "masterLabel", "authenticationProtocol", "principals", "customHeaders" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateExternalCredentialRequest" }