| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | ||
| r#type | Type | Field type understood by the Console. (enum: string, number, bool) | |
| required | bool | ||
| default_value | Option<String> | [optional] | |
| label | String | ||
| description | Option<String> | [optional] | |
| sensitive | bool | ||
| constraints | models::FieldSchemaConstraintsResponse | ||
| format | Option<String> | Optional editor format for a string field, independent of its scalar type. kubernetes-resource-yaml selects a single Kubernetes YAML object editor. Unknown formats should fall back to the ordinary string editor. | [optional] |
| templates | Option<Vecmodels::FieldTemplateResponse> | Optional starting texts for an explicit user choice, with unique IDs within the field. Present only with format. Never apply as defaults or overwrite a saved value. The format selects the editor even when templates are absent. | [optional] |
| scope | models::PlatformComponentConfigurationInputScope | ||
| status | models::PlatformComponentConfigurationRequirementStatus |