Salesforce · Schema
Properties
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| objectDescribe | object | |
| recentItems | object |
JSON Schema
{
"type": "object",
"properties": {
"objectDescribe": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"label": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"labelPlural": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"keyPrefix": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"custom": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"customSetting": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"activateable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"createable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"updateable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"deletable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"undeletable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"mergeable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"replicateable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"triggerable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"queryable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"retrieveable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"searchable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"layoutable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"feedEnabled": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"mruEnabled": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"hasSubtypes": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"isSubtype": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"dataTranslationEnabled": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"isInterface": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"deepCloneable": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"associateEntityType": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"associateParentEntity": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"deprecatedAndHidden": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
},
"urls": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"additionalProperties": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
}
},
"required": [
"type",
"additionalProperties"
]
}
},
"required": [
"name",
"label",
"labelPlural",
"keyPrefix",
"custom",
"customSetting",
"activateable",
"createable",
"updateable",
"deletable",
"undeletable",
"mergeable",
"replicateable",
"triggerable",
"queryable",
"retrieveable",
"searchable",
"layoutable",
"feedEnabled",
"mruEnabled",
"hasSubtypes",
"isSubtype",
"dataTranslationEnabled",
"isInterface",
"deepCloneable",
"associateEntityType",
"associateParentEntity",
"deprecatedAndHidden",
"urls"
]
}
},
"required": [
"type",
"properties"
]
},
"recentItems": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
},
"properties": {
"type": "object",
"properties": {
"id": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"type"
]
}
},
"required": [
"id"
]
}
},
"required": [
"type",
"properties"
]
}
},
"required": [
"type",
"items"
]
}
},
"required": [
"objectDescribe",
"recentItems"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Properties"
}