Salesforce · Schema
result5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| createdById | string | |
| createdByName | string | |
| createdDate | string | |
| fileName | string | |
| fullName | string | |
| id | string | |
| lastModifiedById | string | |
| lastModifiedByName | string | |
| lastModifiedDate | string | |
| namespacePrefix | string | |
| type | string |
JSON Schema
{
"type": "object",
"properties": {
"createdById": {
"type": "string",
"example": "500123"
},
"createdByName": {
"type": "string",
"example": "example_value"
},
"createdDate": {
"type": "string",
"example": "example_value"
},
"fileName": {
"type": "string",
"example": "example_value"
},
"fullName": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"lastModifiedById": {
"type": "string",
"example": "500123"
},
"lastModifiedByName": {
"type": "string",
"example": "example_value"
},
"lastModifiedDate": {
"type": "string",
"example": "example_value"
},
"namespacePrefix": {
"type": "string",
"example": "example_value"
},
"type": {
"type": "string",
"example": "example_value"
}
},
"required": [
"createdById",
"createdByName",
"createdDate",
"fileName",
"fullName",
"id",
"lastModifiedById",
"lastModifiedByName",
"lastModifiedDate",
"namespacePrefix",
"type"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "result5"
}