Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 2.66 KB

File metadata and controls

11 lines (7 loc) · 2.66 KB

CustomProperty

Describes the custom properties of the object.

Fields

Field Type Required Description
name Optional[str] N/A
value Optional[Any] Must either be a string or an array of strings. An integer, boolean, etc. is not valid. When OpenAPI Generator supports oneOf, we can semantically enforce this.