| Field | Type | Required | Description | Example |
|---|---|---|---|---|
active |
T.nilable(T.any(T::Boolean, Models::Shared::Category2)) | ➖ | Whether the category is active and therefore available for use | true |
hierarchy |
T.nilable(Models::Shared::Hierarchy) | ➖ | The hierarchal level of the category | |
id |
T.nilable(::String) | ➖ | The ID associated with this category | 16873-IT345 |
language |
T.nilable(Models::Shared::Language) | ➖ | The language associated with this category | |
level |
T.nilable(Models::Shared::Level) | ➖ | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. The hierarchal level of the category |
|
name |
T.nilable(::String) | ➖ | The name associated with this category | Information-Technology |
remote_id |
T.nilable(::String) | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
unified_custom_fields |
T::Hash[Symbol, ::Object] | ➖ | Custom Unified Fields configured in your StackOne project | { "my_project_custom_field_1": "REF-1236", "my_project_custom_field_2": "some other value" } |