Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 2.8 KB

File metadata and controls

11 lines (7 loc) · 2.8 KB

CustomProperty

Describes the custom properties of the object.

Fields

Field Type Required Description
name Optional[str] N/A
value Optional[Any] Must be a string, a number (for INT properties), or an array of strings. A boolean is not valid. When OpenAPI Generator supports oneOf, we can semantically enforce this.