46 lines
2.5 KiB
Markdown
46 lines
2.5 KiB
Markdown
# V1beta1JSONSchemaProps
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**ref** | **str** | | [optional]
|
|
**schema** | **str** | | [optional]
|
|
**additional_items** | [**V1beta1JSONSchemaPropsOrBool**](V1beta1JSONSchemaPropsOrBool.md) | | [optional]
|
|
**additional_properties** | [**V1beta1JSONSchemaPropsOrBool**](V1beta1JSONSchemaPropsOrBool.md) | | [optional]
|
|
**all_of** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**any_of** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**default** | [**V1beta1JSON**](V1beta1JSON.md) | | [optional]
|
|
**definitions** | [**dict(str, V1beta1JSONSchemaProps)**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**dependencies** | [**dict(str, V1beta1JSONSchemaPropsOrStringArray)**](V1beta1JSONSchemaPropsOrStringArray.md) | | [optional]
|
|
**description** | **str** | | [optional]
|
|
**enum** | [**list[V1beta1JSON]**](V1beta1JSON.md) | | [optional]
|
|
**example** | [**V1beta1JSON**](V1beta1JSON.md) | | [optional]
|
|
**exclusive_maximum** | **bool** | | [optional]
|
|
**exclusive_minimum** | **bool** | | [optional]
|
|
**external_docs** | [**V1beta1ExternalDocumentation**](V1beta1ExternalDocumentation.md) | | [optional]
|
|
**format** | **str** | | [optional]
|
|
**id** | **str** | | [optional]
|
|
**items** | [**V1beta1JSONSchemaPropsOrArray**](V1beta1JSONSchemaPropsOrArray.md) | | [optional]
|
|
**max_items** | **int** | | [optional]
|
|
**max_length** | **int** | | [optional]
|
|
**max_properties** | **int** | | [optional]
|
|
**maximum** | **float** | | [optional]
|
|
**min_items** | **int** | | [optional]
|
|
**min_length** | **int** | | [optional]
|
|
**min_properties** | **int** | | [optional]
|
|
**minimum** | **float** | | [optional]
|
|
**multiple_of** | **float** | | [optional]
|
|
**_not** | [**V1beta1JSONSchemaProps**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**one_of** | [**list[V1beta1JSONSchemaProps]**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**pattern** | **str** | | [optional]
|
|
**pattern_properties** | [**dict(str, V1beta1JSONSchemaProps)**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**properties** | [**dict(str, V1beta1JSONSchemaProps)**](V1beta1JSONSchemaProps.md) | | [optional]
|
|
**required** | **list[str]** | | [optional]
|
|
**title** | **str** | | [optional]
|
|
**type** | **str** | | [optional]
|
|
**unique_items** | **bool** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|