Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 3.17 KB

V1beta1JsonSchemaProps.md

File metadata and controls

45 lines (41 loc) · 3.17 KB

V1beta1JsonSchemaProps

Properties

Name Type Description Notes
Ref string [optional] [default to null]
Schema string [optional] [default to null]
AdditionalItems *V1beta1JsonSchemaPropsOrBool [optional] [default to null]
AdditionalProperties *V1beta1JsonSchemaPropsOrBool [optional] [default to null]
AllOf []V1beta1JsonSchemaProps [optional] [default to null]
AnyOf []V1beta1JsonSchemaProps [optional] [default to null]
Default_ *V1beta1Json [optional] [default to null]
Definitions map[string]V1beta1JsonSchemaProps [optional] [default to null]
Dependencies map[string]V1beta1JsonSchemaPropsOrStringArray [optional] [default to null]
Description string [optional] [default to null]
Enum []V1beta1Json [optional] [default to null]
Example *V1beta1Json [optional] [default to null]
ExclusiveMaximum bool [optional] [default to null]
ExclusiveMinimum bool [optional] [default to null]
ExternalDocs *V1beta1ExternalDocumentation [optional] [default to null]
Format string [optional] [default to null]
Id string [optional] [default to null]
Items *V1beta1JsonSchemaPropsOrArray [optional] [default to null]
MaxItems int64 [optional] [default to null]
MaxLength int64 [optional] [default to null]
MaxProperties int64 [optional] [default to null]
Maximum float64 [optional] [default to null]
MinItems int64 [optional] [default to null]
MinLength int64 [optional] [default to null]
MinProperties int64 [optional] [default to null]
Minimum float64 [optional] [default to null]
MultipleOf float64 [optional] [default to null]
Not *V1beta1JsonSchemaProps [optional] [default to null]
OneOf []V1beta1JsonSchemaProps [optional] [default to null]
Pattern string [optional] [default to null]
PatternProperties map[string]V1beta1JsonSchemaProps [optional] [default to null]
Properties map[string]V1beta1JsonSchemaProps [optional] [default to null]
Required []string [optional] [default to null]
Title string [optional] [default to null]
Type_ string [optional] [default to null]
UniqueItems bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]