# api_python_client.model.form_schema_input.FormSchemaInput A schema defining the structured data expected for a form (without an id) #### Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **schema** | [**FormJSONSchema**](FormJSONSchema.md) | | **title** | **str** | The title of the form, as it appears in the form | **description** | **str** | A description of the form and schema | [optional] **any string name** | dict, frozendict, str, date, datetime, int, float, bool, Decimal, None, list, tuple, bytes | any string name can be used but the value must be the correct type | [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)