Learn about the fields and values supported for importing Custom Objects.
Custom Objects must be imported from JSON files.
Supported fields and values
Field Name | Value | Required/Optional |
---|---|---|
container | Namespace to group CustomObjects. The container must only include letters, numbers, underscores (_), dashes (-), tildes (~), and dots (.). | Required |
key | A unique identifier for the Custom Object. Must be unique within the specified container . The key must only include letters, numbers, underscores (_), dashes (-), tildes (~), and dots (.). If a Custom Object with the provided key exists, the Custom Object is updated with the provided value—otherwise, a new Custom Object is created. | Required |
value | Can be any JSON standard type, such as number, string, boolean, array, object, or a common API data type. For values of type Reference, the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the value points to a non-existing object in such case. | Required |