|
| 1 | +# AnyTypeUnevaluatedPropertiesFalseWithProperties |
| 2 | +json_schema_api.components.schema.any_type_unevaluated_properties_false_with_properties |
| 3 | +``` |
| 4 | +type: schemas.Schema |
| 5 | +``` |
| 6 | + |
| 7 | +## validate method |
| 8 | +Input Type | Return Type | Notes |
| 9 | +------------ | ------------- | ------------- |
| 10 | +[AnyTypeUnevaluatedPropertiesFalseWithPropertiesDictInput](#anytypeunevaluatedpropertiesfalsewithpropertiesdictinput), [AnyTypeUnevaluatedPropertiesFalseWithPropertiesDict](#anytypeunevaluatedpropertiesfalsewithpropertiesdict), str, datetime.date, datetime.datetime, uuid.UUID, int, float, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | [AnyTypeUnevaluatedPropertiesFalseWithPropertiesDict](#anytypeunevaluatedpropertiesfalsewithpropertiesdict), str, float, int, bool, None, tuple, bytes, io.FileIO | |
| 11 | + |
| 12 | +## AnyTypeUnevaluatedPropertiesFalseWithPropertiesDictInput |
| 13 | +``` |
| 14 | +type: typing.Mapping[str, schemas.INPUT_TYPES_ALL] |
| 15 | +``` |
| 16 | +Key | Type | Description | Notes |
| 17 | +------------ | ------------- | ------------- | ------------- |
| 18 | +**someProp** | str | | [optional] |
| 19 | +**any_string_name** | dict, schemas.immutabledict, list, tuple, decimal.Decimal, float, int, str, datetime.date, datetime.datetime, uuid.UUID, bool, None, bytes, io.FileIO, io.BufferedReader, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] |
| 20 | + |
| 21 | +## AnyTypeUnevaluatedPropertiesFalseWithPropertiesDict |
| 22 | +``` |
| 23 | +base class: schemas.immutabledict[str, str] |
| 24 | +
|
| 25 | +``` |
| 26 | +### __new__ method |
| 27 | +Keyword Argument | Type | Description | Notes |
| 28 | +---------------- | ---- | ----------- | ----- |
| 29 | +**someProp** | str, schemas.Unset | | [optional] |
| 30 | +**kwargs** | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method |
| 31 | + |
| 32 | +### properties |
| 33 | +Property | Type | Description | Notes |
| 34 | +-------- | ---- | ----------- | ----- |
| 35 | +**someProp** | str, schemas.Unset | | [optional] |
| 36 | + |
| 37 | +### methods |
| 38 | +Method | Input Type | Return Type | Notes |
| 39 | +------ | ---------- | ----------- | ------ |
| 40 | +from_dict_ | [AnyTypeUnevaluatedPropertiesFalseWithPropertiesDictInput](#anytypeunevaluatedpropertiesfalsewithpropertiesdictinput), [AnyTypeUnevaluatedPropertiesFalseWithPropertiesDict](#anytypeunevaluatedpropertiesfalsewithpropertiesdict), str, datetime.date, datetime.datetime, uuid.UUID, int, float, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader | [AnyTypeUnevaluatedPropertiesFalseWithPropertiesDict](#anytypeunevaluatedpropertiesfalsewithpropertiesdict), str, float, int, bool, None, tuple, bytes, io.FileIO | a constructor |
| 41 | +get_additional_property_ | str | schemas.immutabledict, tuple, float, int, str, bool, None, bytes, schemas.FileIO, schemas.Unset }} | provides type safety for additional properties |
| 42 | + |
| 43 | +[[Back to top]](#top) [[Back to Component Schemas]](../../../README.md#Component-Schemas) [[Back to README]](../../../README.md) |
0 commit comments