
| Property Name | Type | Description |
|---|---|---|
| prefix | string | prefix |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"interface": {
"type": "object",
"description": "Options for generating an interface.",
"properties": {
"prefix": {
"type": "string",
"description": "Prefix to apply to interface names. (i.e. I)",
"default": ""
}
}
}