Salesforce · Schema
result3
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| metadataObjects | array | |
| organizationNamespace | string | |
| partialSaveAllowed | boolean | |
| testRequired | boolean |
JSON Schema
{
"type": "object",
"properties": {
"metadataObjects": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"directoryName": {
"type": "string",
"example": "example_value"
},
"inFolder": {
"type": "boolean",
"example": true
},
"metaFile": {
"type": "boolean",
"example": true
},
"suffix": {
"type": "string",
"example": "example_value"
},
"xmlName": {
"type": "string",
"example": "example_value"
},
"childXmlNames": {
"type": "string",
"example": "example_value"
}
},
"required": [
"directoryName",
"inFolder",
"metaFile",
"xmlName"
]
}
},
"organizationNamespace": {
"type": "string",
"example": "example_value"
},
"partialSaveAllowed": {
"type": "boolean",
"example": true
},
"testRequired": {
"type": "boolean",
"example": true
}
},
"required": [
"metadataObjects",
"organizationNamespace",
"partialSaveAllowed",
"testRequired"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "result3"
}