| description | string | Describes the catalog. | vlocity_cmt__Description__c | Describes the parent category. | NA | No |
| lastUpdate | datetime | Specifies the date and time of the last update. | LastModifiedDate | Specifies the last updated date of the category. | NA | No |
| lifecycleStatus | string | Specifies the current lifecycle status. | vlocity_cmt__IsActive__c | Specifies if the parent category is active. | If lifecycleStatus value is ‘Active’ in the payload, vlocity_cmt__IsActive__c is set to True, else False. | No |
| name | string | Required. Specifies the name of the catalog. | Name | Specifies the lookup field from the catalog object for the parent catalog name. | NA | Yes |
| id | string | Specifies the catalog ID. | vlocity_cmt__GlobalKey__c | Specifies the unique ID of the category resource. | NA | No |
| validFor - startDateTime/endDateTime | time period | Specifies the period for which the catalog is valid. | vlocity_cmt__StartDateTime__c/vlocity_cmt__EndDateTime__c | Specifies the validity of the category. | NA | No |
| @type | string | Defines the subclass extensible name when subclassing. | Resource name (Catalog) | Specifies that the sObject name is Category. | NA | Yes |
| isRoot | boolean | Indicates whether the category is a root category (true) or a child category (false). | vlocity_cmt__IsCatalogRoot__c | Specifies if the parent catalog is a root catalog or a child catalog. | NA | No |
| href | string | Specifies the hyperlink reference of the category. | TMF Category URL + vlocity_cmt__Catalog__c.Id | Specifies the GET URL of the TMF Category ending with the ID field. | NA | No |
| subCategory | object | The category resource is used to group product offerings, service and resource candidates in logical containers. | vlocity_cmt__Catalog__c | Specifies the relation between catalogs. | Link a product catalog to the category. | Yes |
| productOffering | string | A product offering represents entities that are orderable from the provider of the catalog. | Product2 | Specifies the relation between product catalogs. | NA | No |