Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 9.83 KB

File metadata and controls

18 lines (15 loc) · 9.83 KB

CustomObjectSchema

Fields

Field Type Required Description Example
id Optional[str] The unique identifier of the custom object schema cos_12345
name OptionalNullable[str] The name of the custom object schema project
description OptionalNullable[str] The description of the custom object schema This schema defines a project custom object
fields List[models.Fields] The fields defined in the schema
visible OptionalNullable[bool] Whether the custom object schema is visible in the UI true
active OptionalNullable[bool] Whether the custom object schema is active true
created_by OptionalNullable[str] The ID of the user who created the custom object schema 12345
updated_by OptionalNullable[str] The ID of the user who last updated the custom object schema 12345
updated_at OptionalNullable[str] The timestamp when the custom object schema was last updated 2020-09-30T07:43:32.000Z
created_at OptionalNullable[str] The timestamp when the custom object schema was created 2020-09-30T07:43:32.000Z
pass_through List[models.PassThroughBody] The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.