@itentialopensource/adapter-salesforce_metadata
Version:
This adapter integrates with system described as: Salesforce Metadata API.
1,791 lines (1,790 loc) • 2.6 MB
JSON
{
"openapi": "3.0.0",
"info": {
"title": "MetadataService",
"description": "Manage your Salesforce.com metadata",
"contact": {},
"version": "1.0"
},
"servers": [
{
"url": "https://test.salesforce.com/services/Soap/m/48.0",
"variables": {}
}
],
"paths": {
"/cancelDeploy": {
"post": {
"tags": [
"Metadata"
],
"summary": "cancelDeploy",
"description": "Cancels a metadata deploy.",
"operationId": "cancelDeploy",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/cancelDeployRequest"
},
{
"xml": {
"name": "cancelDeployRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/cancelDeployResponse1"
},
{
"xml": {
"name": "cancelDeployResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/checkDeployStatus": {
"post": {
"tags": [
"Metadata"
],
"summary": "checkDeployStatus",
"description": "Check the current status of an asyncronous deploy call.",
"operationId": "checkDeployStatus",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/checkDeployStatusRequest"
},
{
"xml": {
"name": "checkDeployStatusRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {
"DebuggingInfo": {
"content": {
"text/plain": {
"schema": {
"type": "string"
}
}
}
}
},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/checkDeployStatusResponse1"
},
{
"xml": {
"name": "checkDeployStatusResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/checkRetrieveStatus": {
"post": {
"tags": [
"Metadata"
],
"summary": "checkRetrieveStatus",
"description": "Check the current status of an asyncronous deploy call.",
"operationId": "checkRetrieveStatus",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/checkRetrieveStatusRequest"
},
{
"xml": {
"name": "checkRetrieveStatusRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/checkRetrieveStatusResponse1"
},
{
"xml": {
"name": "checkRetrieveStatusResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/createMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "createMetadata",
"description": "Creates metadata entries synchronously.",
"operationId": "createMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "AllOrNoneHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/createMetadataRequest"
},
{
"xml": {
"name": "createMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/createMetadataResponse1"
},
{
"xml": {
"name": "createMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/deleteMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "deleteMetadata",
"description": "Deletes metadata entries synchronously.",
"operationId": "deleteMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "AllOrNoneHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deleteMetadataRequest"
},
{
"xml": {
"name": "deleteMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deleteMetadataResponse1"
},
{
"xml": {
"name": "deleteMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/deploy": {
"post": {
"tags": [
"Metadata"
],
"summary": "deployMetadata",
"description": "Deploys a zipfile full of metadata entries asynchronously.",
"operationId": "deployMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "DebuggingHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deployRequest"
},
{
"xml": {
"name": "deployRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deployResponse1"
},
{
"xml": {
"name": "deployResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/deployRecentValidation": {
"post": {
"tags": [
"Metadata"
],
"summary": "deployRecentValidation",
"description": "Deploys a previously validated payload without running tests.",
"operationId": "deployRecentValidation",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "DebuggingHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deployRecentValidationRequest"
},
{
"xml": {
"name": "deployRecentValidationRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/deployRecentValidationResponse1"
},
{
"xml": {
"name": "deployRecentValidationResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/describeMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "describeMetadata",
"description": "Describes features of the metadata API.",
"operationId": "describeMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/describeMetadataRequest"
},
{
"xml": {
"name": "describeMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/describeMetadataResponse1"
},
{
"xml": {
"name": "describeMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/describeValueType": {
"post": {
"tags": [
"Metadata"
],
"summary": "describeValueType",
"description": "Describe a complex value type",
"operationId": "describeValueType",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/describeValueTypeRequest"
},
{
"xml": {
"name": "describeValueTypeRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/describeValueTypeResponse1"
},
{
"xml": {
"name": "describeValueTypeResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/listMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "listMetadata",
"description": "Lists the available metadata components.",
"operationId": "listMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/listMetadataRequest"
},
{
"xml": {
"name": "listMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/listMetadataResponse1"
},
{
"xml": {
"name": "listMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/readMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "readMetadata",
"description": "Reads metadata entries synchronously.",
"operationId": "readMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/readMetadataRequest"
},
{
"xml": {
"name": "readMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/readMetadataResponse1"
},
{
"xml": {
"name": "readMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/renameMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "renameMetadata",
"description": "Renames a metadata entry synchronously.",
"operationId": "renameMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/renameMetadataRequest"
},
{
"xml": {
"name": "renameMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/renameMetadataResponse1"
},
{
"xml": {
"name": "renameMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/retrieve": {
"post": {
"tags": [
"Metadata"
],
"summary": "retrieveMetadata",
"description": "Retrieves a set of individually specified metadata entries.",
"operationId": "retrieveMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/retrieveRequest1"
},
{
"xml": {
"name": "retrieveRequest1",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/retrieveResponse1"
},
{
"xml": {
"name": "retrieveResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/updateMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "updateMetadata",
"description": "Updates metadata entries synchronously.",
"operationId": "updateMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "AllOrNoneHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/updateMetadataRequest"
},
{
"xml": {
"name": "updateMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/updateMetadataResponse1"
},
{
"xml": {
"name": "updateMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
},
"/upsertMetadata": {
"post": {
"tags": [
"Metadata"
],
"summary": "upsertMetadata",
"description": "Upserts metadata entries synchronously.",
"operationId": "upsertMetadata",
"parameters": [
{
"name": "SessionHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "CallOptions",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "AllOrNoneHeader",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"type": "string"
}
},
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"style": "simple",
"schema": {
"enum": [
"application/xml"
],
"type": "string"
}
}
],
"requestBody": {
"description": "",
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/upsertMetadataRequest"
},
{
"xml": {
"name": "upsertMetadataRequest",
"attribute": false,
"wrapped": false
}
}
]
}
}
},
"required": true
},
"responses": {
"200": {
"description": "",
"headers": {},
"content": {
"application/xml": {
"schema": {
"allOf": [
{
"$ref": "#/components/schemas/upsertMetadataResponse1"
},
{
"xml": {
"name": "upsertMetadataResponse",
"attribute": false,
"wrapped": false
}
}
]
}
}
}
}
},
"deprecated": false
}
}
},
"components": {
"schemas": {
"CancelDeployResult": {
"title": "CancelDeployResult",
"required": [
"done",
"id"
],
"type": "object",
"properties": {
"done": {
"type": "boolean",
"xml": {
"name": "done",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"id": {
"pattern": "[a-zA-Z0-9]{18}",
"type": "string",
"xml": {
"name": "id",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
}
},
"xml": {
"name": "CancelDeployResult",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"DeployResult": {
"title": "DeployResult",
"required": [
"checkOnly",
"createdBy",
"createdByName",
"createdDate",
"details",
"done",
"id",
"ignoreWarnings",
"numberComponentErrors",
"numberComponentsDeployed",
"numberComponentsTotal",
"numberTestErrors",
"numberTestsCompleted",
"numberTestsTotal",
"rollbackOnError",
"runTestsEnabled",
"status",
"success"
],
"type": "object",
"properties": {
"canceledBy": {
"type": "string",
"xml": {
"name": "canceledBy",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"canceledByName": {
"type": "string",
"xml": {
"name": "canceledByName",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"checkOnly": {
"type": "boolean",
"xml": {
"name": "checkOnly",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"completedDate": {
"type": "string",
"format": "date-time",
"xml": {
"name": "completedDate",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"createdBy": {
"type": "string",
"xml": {
"name": "createdBy",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"createdByName": {
"type": "string",
"xml": {
"name": "createdByName",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"createdDate": {
"type": "string",
"format": "date-time",
"xml": {
"name": "createdDate",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"details": {
"allOf": [
{
"$ref": "#/components/schemas/DeployDetails"
},
{
"xml": {
"name": "DeployDetails",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
}
]
},
"done": {
"type": "boolean",
"xml": {
"name": "done",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"errorMessage": {
"type": "string",
"xml": {
"name": "errorMessage",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"errorStatusCode": {
"allOf": [
{
"$ref": "#/components/schemas/StatusCode"
},
{
"xml": {
"name": "StatusCode",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
}
]
},
"id": {
"pattern": "[a-zA-Z0-9]{18}",
"type": "string",
"xml": {
"name": "id",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"ignoreWarnings": {
"type": "boolean",
"xml": {
"name": "ignoreWarnings",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"lastModifiedDate": {
"type": "string",
"format": "date-time",
"xml": {
"name": "lastModifiedDate",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberComponentErrors": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberComponentErrors",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberComponentsDeployed": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberComponentsDeployed",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberComponentsTotal": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberComponentsTotal",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberTestErrors": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberTestErrors",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberTestsCompleted": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberTestsCompleted",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"numberTestsTotal": {
"type": "integer",
"format": "int32",
"xml": {
"name": "numberTestsTotal",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"rollbackOnError": {
"type": "boolean",
"xml": {
"name": "rollbackOnError",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"runTestsEnabled": {
"type": "boolean",
"xml": {
"name": "runTestsEnabled",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"startDate": {
"type": "string",
"format": "date-time",
"xml": {
"name": "startDate",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"stateDetail": {
"type": "string",
"xml": {
"name": "stateDetail",
"namespace": "http://soap.sforce.com/2006/04/metadata",
"prefix": "tns",
"attribute": false,
"wrapped": false
}
},
"status": {
"allOf": [
{
"$ref": "#/components/schemas/DeployStatus"
},
{
"xml": {