ObjectStackObjectStack Protocol

Object

Object Schema Reference

Properties

PropertyTypeRequiredDescription
namestringMachine name (snake_case)
labelstringoptionalSingular Label (e.g. "Account")
pluralLabelstringoptionalPlural Label (e.g. "Accounts")
descriptionstringoptionalInternal description
iconstringoptionalLucide icon name
datasourcestringoptionalTarget Datasource ID (e.g. "postgres", "salesforce"). references sys_datasource.
tableNamestringoptionalPhysical table/collection name in the target datasource
isSystembooleanoptionalIs system object (protected)
fieldsRecord<string, object>Map of field definitions
indexesobject[]optionalDatabase indexes definition
nameFieldstringoptionalWhich field represents the record name/title (usually "name")
enableobjectoptionalEnabled system capabilities

On this page