Basic information about an sObject
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SObjectBasicInfo", "title": "SObjectBasicInfo", "type": "object", "description": "Basic information about an sObject", "properties": { "objectDescribe": { "$ref": "#/components/schemas/SObjectDescribeBrief" }, "recentItems": { "type": "array", "items": { "$ref": "#/components/schemas/SObjectRecord" } } } }