Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 6.07 KB

File metadata and controls

13 lines (10 loc) · 6.07 KB

CustomObjectSchemaInput

Fields

Field Type Required Description Example
Name string The name of the custom object schema project
Description string The description of the custom object schema This schema defines a project custom object
Fields List<Fields> The fields defined in the schema
Visible bool Whether the custom object schema is visible in the UI true
Active bool Whether the custom object schema is active true
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.