Salesforce · JSON-LD Context
Salesforce Ui Context
JSON-LD context defining the semantic vocabulary for Salesforce Ui from Salesforce.
0 Classes
12 Properties
2 Namespaces
Namespaces
xsd:
http://www.w3.org/2001/XMLSchema#
schema:
https://schema.org/
Properties
| Property | Type | Container |
|---|---|---|
| RecordRepresentation | ||
| FieldValueRepresentation | ||
| RecordInput | ||
| ObjectInfoRepresentation | ||
| FieldRepresentation | ||
| PicklistValuesCollection | ||
| PicklistValue | ||
| ListViewCollection | ||
| ListViewSummary | ||
| ListViewResult | ||
| LookupRecordsCollection | ||
| ErrorResponse |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "https://schema.org/",
"RecordRepresentation": {
"@id": "ns:RecordRepresentation",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"apiName": {
"@id": "ns:apiName",
"@type": "xsd:string"
},
"childRelationships": "ns:childRelationships",
"eTag": {
"@id": "ns:eTag",
"@type": "xsd:string"
},
"fields": "ns:fields",
"recordTypeId": {
"@id": "ns:recordTypeId",
"@type": "xsd:string"
},
"recordTypeInfo": "ns:recordTypeInfo",
"systemModstamp": {
"@id": "ns:systemModstamp",
"@type": "xsd:string"
},
"lastModifiedById": {
"@id": "ns:lastModifiedById",
"@type": "xsd:string"
},
"lastModifiedDate": {
"@id": "ns:lastModifiedDate",
"@type": "xsd:string"
},
"createdById": {
"@id": "ns:createdById",
"@type": "xsd:string"
},
"createdDate": {
"@id": "ns:createdDate",
"@type": "xsd:string"
}
}
},
"FieldValueRepresentation": {
"@id": "ns:FieldValueRepresentation",
"@context": {
"displayValue": {
"@id": "ns:displayValue",
"@type": "xsd:string"
},
"value": {
"@id": "ns:value",
"@type": "xsd:string"
}
}
},
"RecordInput": {
"@id": "ns:RecordInput",
"@context": {
"apiName": {
"@id": "ns:apiName",
"@type": "xsd:string"
},
"fields": "ns:fields"
}
},
"ObjectInfoRepresentation": {
"@id": "ns:ObjectInfoRepresentation",
"@context": {
"apiName": {
"@id": "ns:apiName",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"labelPlural": {
"@id": "ns:labelPlural",
"@type": "xsd:string"
},
"keyPrefix": {
"@id": "ns:keyPrefix",
"@type": "xsd:string"
},
"createable": {
"@id": "ns:createable",
"@type": "xsd:boolean"
},
"updateable": {
"@id": "ns:updateable",
"@type": "xsd:boolean"
},
"deleteable": {
"@id": "ns:deleteable",
"@type": "xsd:boolean"
},
"queryable": {
"@id": "ns:queryable",
"@type": "xsd:boolean"
},
"fields": "ns:fields",
"recordTypeInfos": "ns:recordTypeInfos",
"themeInfo": "ns:themeInfo"
}
},
"FieldRepresentation": {
"@id": "ns:FieldRepresentation",
"@context": {
"apiName": {
"@id": "ns:apiName",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"dataType": {
"@id": "ns:dataType",
"@type": "xsd:string"
},
"required": {
"@id": "ns:required",
"@type": "xsd:boolean"
},
"updateable": {
"@id": "ns:updateable",
"@type": "xsd:boolean"
},
"createable": {
"@id": "ns:createable",
"@type": "xsd:boolean"
},
"nillable": {
"@id": "ns:nillable",
"@type": "xsd:boolean"
},
"referenceToInfos": "ns:referenceToInfos"
}
},
"PicklistValuesCollection": {
"@id": "ns:PicklistValuesCollection",
"@context": {
"picklistFieldValues": "ns:picklistFieldValues"
}
},
"PicklistValue": {
"@id": "ns:PicklistValue",
"@context": {
"attributes": {
"@id": "ns:attributes",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"validFor": "ns:validFor",
"value": {
"@id": "ns:value",
"@type": "xsd:string"
}
}
},
"ListViewCollection": {
"@id": "ns:ListViewCollection",
"@context": {
"count": {
"@id": "ns:count",
"@type": "xsd:integer"
},
"currentPageToken": {
"@id": "ns:currentPageToken",
"@type": "xsd:string"
},
"nextPageToken": {
"@id": "ns:nextPageToken",
"@type": "xsd:string"
},
"previousPageToken": {
"@id": "ns:previousPageToken",
"@type": "xsd:string"
},
"results": "ns:results"
}
},
"ListViewSummary": {
"@id": "ns:ListViewSummary",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"apiName": {
"@id": "ns:apiName",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"url": {
"@id": "ns:url",
"@type": "xsd:string"
}
}
},
"ListViewResult": {
"@id": "ns:ListViewResult",
"@context": {
"id": {
"@id": "ns:id",
"@type": "xsd:string"
},
"label": {
"@id": "ns:label",
"@type": "xsd:string"
},
"records": "ns:records",
"sortBy": {
"@id": "ns:sortBy",
"@type": "xsd:string"
}
}
},
"LookupRecordsCollection": {
"@id": "ns:LookupRecordsCollection",
"@context": {
"count": {
"@id": "ns:count",
"@type": "xsd:integer"
},
"lookupResults": "ns:lookupResults"
}
},
"ErrorResponse": {
"@id": "ns:ErrorResponse",
"@context": {
"errorCode": {
"@id": "ns:errorCode",
"@type": "xsd:string"
},
"message": {
"@id": "ns:message",
"@type": "xsd:string"
}
}
}
}
}