UNPKG

@itentialopensource/adapter-salesforce_tooling

Version:

This adapter integrates with system described as: Salesforce Tooling.

1,977 lines 3.38 MB
{ "swagger": "2.0", "info": { "version": "1.0", "title": "SforceServiceService", "contact": {} }, "host": "test.salesforce.com", "basePath": "/services/Soap/T/48.0", "schemes": [ "https" ], "consumes": [ "application/json" ], "produces": [ "application/json" ], "paths": { "/changeOwnPassword": { "post": { "description": "Change the current user's password", "summary": "changeOwnPassword", "tags": [ "UserInfo" ], "operationId": "changeOwnPassword", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/changeOwnPasswordRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/changeOwnPasswordResponse" }, "headers": {} } } } }, "/create": { "post": { "description": "Create a set of new sObjects", "summary": "create", "tags": [ "SObject" ], "operationId": "createsObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/createRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataWarningsHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "AllOrNoneHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/createResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/delete": { "post": { "description": "Delete a set of sObjects based on object id", "summary": "delete", "tags": [ "SObject" ], "operationId": "deletesObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/deleteRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataWarningsHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "AllOrNoneHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/deleteResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/describeGlobal": { "post": { "description": "Describe the Global state", "summary": "describeGlobal", "tags": [ "Global" ], "operationId": "describeGlobal", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeGlobalRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeGlobalResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/describeLayout": { "post": { "description": "Describe the layout of the given sObject or the given actionable global page.", "summary": "describeLayout", "tags": [ "SObject" ], "operationId": "describeLayout", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeLayoutRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeLayoutResponse" }, "headers": {} } } } }, "/describeSObject": { "post": { "description": "Describe an sObject", "summary": "describeSObject", "tags": [ "SObject" ], "operationId": "describeSObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeSObjectRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeSObjectResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/describeSObjects": { "post": { "description": "Describe multiple sObjects (upto 100)", "summary": "describeSObjects", "tags": [ "SObject" ], "operationId": "describeSObjects", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeSObjectsRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeSObjectsResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/describeSoqlListViews": { "post": { "description": "Describe the ListViews as SOQL metadata for the generation of SOQL.", "summary": "describeSoqlListViews", "tags": [ "UserInfo" ], "operationId": "describeSoqlListViews", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeSoqlListViewsRequest" } } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeSoqlListViewsResponse" }, "headers": {} } } } }, "/describeValueType": { "post": { "description": "Describe a complex value type", "summary": "describeValueType", "tags": [ "Value" ], "operationId": "describeValueType", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeValueTypeRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeValueTypeResponse" }, "headers": {} } } } }, "/describeWorkitemActions": { "post": { "description": "Determine which actions are available for the given workitem", "summary": "describeWorkitemActions", "tags": [ "Workflow" ], "operationId": "describeWorkitemActions", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/describeWorkitemActionsRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/describeWorkitemActionsResponse" }, "headers": {} } } } }, "/executeAnonymous": { "post": { "description": "Execute an anonymous Apex code block", "summary": "executeAnonymous", "tags": [ "Execute" ], "operationId": "executeAnonymous", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/executeAnonymousRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "DebuggingHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "PackageVersionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "AllowFieldTruncationHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "DisableFeedTrackingHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/executeAnonymousResponse" }, "headers": { "DebuggingInfo": { "type": "string" } } } } } }, "/getDeleted": { "post": { "description": "Get the IDs for deleted sObjects", "summary": "getDeleted", "tags": [ "SObject" ], "operationId": "getDeletedsObjects", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/getDeletedRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/getDeletedResponse" }, "headers": {} } } } }, "/getServerTimestamp": { "post": { "description": "Gets server timestamp", "summary": "getServerTimestamp", "tags": [ "SoapBinding" ], "operationId": "getServerTimestamp", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/getServerTimestampRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/getServerTimestampResponse" }, "headers": {} } } } }, "/getUpdated": { "post": { "description": "Get the IDs for updated sObjects", "summary": "getUpdated", "tags": [ "SObject" ], "operationId": "getUpdatedsObjects", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/getUpdatedRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/getUpdatedResponse" }, "headers": {} } } } }, "/getUserInfo": { "post": { "description": "Returns standard information relevant to the current user", "summary": "getUserInfo", "tags": [ "UserInfo" ], "operationId": "getUserInfo", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/getUserInfoRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/getUserInfoResponse" }, "headers": {} } } } }, "/invalidateSessions": { "post": { "description": "Logs out and invalidates session ids", "summary": "invalidateSessions", "tags": [ "SoapBinding" ], "operationId": "invalidateSessions", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/invalidateSessionsRequest" } } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/invalidateSessionsResponse" }, "headers": {} } } } }, "/login": { "post": { "description": "Login to the Salesforce.com SOAP Api", "summary": "login", "tags": [ "SoapBinding" ], "operationId": "login", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/loginRequest" } } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/loginResponse" }, "headers": {} } } } }, "/logout": { "post": { "description": "Logout the current user, invalidating the current session.", "summary": "logout", "tags": [ "SoapBinding" ], "operationId": "logout", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/logoutRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/logoutResponse" }, "headers": {} } } } }, "/query": { "post": { "description": "Create a Query Cursor", "summary": "query", "tags": [ "Query" ], "operationId": "query", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/queryRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataVersionCheck", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/queryResponse" }, "headers": { "MetadataVersionCheck": { "type": "string" }, "APIPerformanceInfo": { "type": "string" } } } } } }, "/queryAll": { "post": { "description": "Create a Query Cursor, including deleted sObjects", "summary": "queryAll", "tags": [ "Query" ], "operationId": "queryAll", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/queryAllRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/queryAllResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/queryMore": { "post": { "description": "Gets the next batch of sObjects from a query", "summary": "queryMore", "tags": [ "Query" ], "operationId": "queryMore", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/queryMoreRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/queryMoreResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/retrieve": { "post": { "description": "Get a set of sObjects", "summary": "retrieve", "tags": [ "SObject" ], "operationId": "retrievesObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/retrieveRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/retrieveResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/runTests": { "post": { "description": "Execute test methods", "summary": "runTests", "tags": [ "Execute" ], "operationId": "runTests", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/runTestsRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "DebuggingHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/runTestsResponse" }, "headers": { "DebuggingInfo": { "type": "string" } } } } } }, "/runTestsAsynchronous": { "post": { "description": "Execute asynchronous runTests", "summary": "runTestsAsynchronous", "tags": [ "Execute" ], "operationId": "runTestsAsynchronous", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/runTestsAsynchronousRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "DebuggingHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/runTestsAsynchronousResponse" }, "headers": { "DebuggingInfo": { "type": "string" } } } } } }, "/search": { "post": { "description": "Search for sObjects", "summary": "search", "tags": [ "SObject" ], "operationId": "searchsObjects", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/searchRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/searchResponse" }, "headers": { "APIPerformanceInfo": { "type": "string" } } } } } }, "/setPassword": { "post": { "description": "Set a user's password", "summary": "setPassword", "tags": [ "UserInfo" ], "operationId": "setPassword", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/setPasswordRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/setPasswordResponse" }, "headers": {} } } } }, "/update": { "post": { "description": "Update a set of sObjects", "summary": "update", "tags": [ "SObject" ], "operationId": "updatesObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/updateRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataWarningsHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "AllOrNoneHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataVersionCheck", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/updateResponse" }, "headers": { "MetadataVersionCheck": { "type": "string" }, "APIPerformanceInfo": { "type": "string" } } } } } }, "/upsert": { "post": { "description": "Update or insert a set of sObjects based on object id", "summary": "upsert", "tags": [ "SObject" ], "operationId": "upsertsObject", "deprecated": false, "produces": [ "application/xml" ], "consumes": [ "application/xml" ], "parameters": [ { "name": "Body", "in": "body", "required": true, "description": "", "schema": { "$ref": "#/definitions/upsertRequest" } }, { "name": "SessionHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataWarningsHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "MetadataVersionCheck", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "AllOrNoneHeader", "in": "header", "required": true, "type": "string", "description": "" }, { "name": "CallOptions", "in": "header", "required": true, "type": "string", "description": "" } ], "responses": { "200": { "description": "", "schema": { "$ref": "#/definitions/upsertResponse" }, "headers": { "MetadataVersionCheck": { "type": "string" }, "APIPerformanceInfo": { "type": "string" } } } } } } }, "definitions": { "mns_AIReplyRecommendationsSettings": { "title": "mns_AIReplyRecommendationsSettings", "description": "", "xml": { "name": "AIReplyRecommendationsSettings", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_MetadataForSettings" }, { "type": "object", "properties": { "enableAIReplyRecommendations": { "xml": { "name": "enableAIReplyRecommendations", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "boolean" } } } ] }, "mns_MetadataForSettings": { "title": "mns_MetadataForSettings", "description": "", "xml": { "name": "MetadataForSettings", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object" } ] }, "mns_Metadata": { "title": "mns_Metadata", "description": "", "xml": { "name": "Metadata", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "object" }, "mns_AccessControlPolicy": { "title": "mns_AccessControlPolicy", "description": "", "xml": { "name": "AccessControlPolicy", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object", "properties": { "active": { "xml": { "name": "active", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "boolean" }, "deploymentStatus": { "$ref": "#/definitions/tns_ACPStatus" }, "description": { "xml": { "name": "description", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "masterLabel": { "xml": { "name": "masterLabel", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "targetEntity": { "xml": { "name": "targetEntity", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "version": { "xml": { "name": "version", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "integer", "format": "int32" } }, "required": [ "active", "deploymentStatus", "masterLabel", "targetEntity", "version" ] } ] }, "mns_AnimationRule": { "title": "mns_AnimationRule", "description": "", "xml": { "name": "AnimationRule", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object", "properties": { "animationFrequency": { "xml": { "name": "animationFrequency", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "developerName": { "xml": { "name": "developerName", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "isActive": { "xml": { "name": "isActive", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "boolean" }, "masterLabel": { "xml": { "name": "masterLabel", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "recordTypeContext": { "xml": { "name": "recordTypeContext", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "recordTypeName": { "xml": { "name": "recordTypeName", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "sobjectType": { "xml": { "name": "sobjectType", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "targetField": { "xml": { "name": "targetField", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "targetFieldChangeToValues": { "xml": { "name": "targetFieldChangeToValues", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" } }, "required": [ "animationFrequency", "developerName", "isActive", "masterLabel", "recordTypeContext", "sobjectType", "targetField", "targetFieldChangeToValues" ] } ] }, "mns_ApexClass": { "title": "mns_ApexClass", "description": "", "xml": { "name": "ApexClass", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object", "properties": { "apiVersion": { "xml": { "name": "apiVersion", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "number", "format": "double" }, "packageVersions": { "xml": { "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "array", "items": { "$ref": "#/definitions/mns_PackageVersion" } }, "status": { "$ref": "#/definitions/tns_ApexCodeUnitStatus" } }, "required": [ "apiVersion", "status" ] } ] }, "mns_PackageVersion": { "title": "mns_PackageVersion", "description": "", "xml": { "name": "PackageVersion", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "object", "properties": { "majorNumber": { "xml": { "name": "majorNumber", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "integer", "format": "int32" }, "minorNumber": { "xml": { "name": "minorNumber", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "integer", "format": "int32" }, "namespace": { "xml": { "name": "namespace", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" } }, "required": [ "majorNumber", "minorNumber", "namespace" ] }, "mns_ApexComponent": { "title": "mns_ApexComponent", "description": "", "xml": { "name": "ApexComponent", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object", "properties": { "apiVersion": { "xml": { "name": "apiVersion", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "number", "format": "double" }, "description": { "xml": { "name": "description", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "label": { "xml": { "name": "label", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "string" }, "packageVersions": { "xml": { "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "type": "array", "items": { "$ref": "#/definitions/mns_PackageVersion" } } }, "required": [ "label" ] } ] }, "mns_ApexPage": { "title": "mns_ApexPage", "description": "", "xml": { "name": "ApexPage", "namespace": "urn:metadata.tooling.soap.sforce.com", "prefix": "mns", "attribute": false, "wrapped": false }, "allOf": [ { "$ref": "#/definitions/mns_Metadata" }, { "type": "object", "properties": { "apiVersion": {