Defines primitive type constraints for parameter schema definitions
| Property | Type | Description |
|---|---|---|
| description | String | Description explaining the parameter purpose |
| type | String | Primitive type of the parameter i.e. string or integer |
| format | String | Type formatting detail i.e. date-time or int64 |
| enum | String | Allowed enumerated string value constraints |