
| Property Name | Type | Description |
|---|---|---|
| spec | boolean | spec |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"class": {
"type": "object",
"description": "Options for generating a class.",
"properties": {
"spec": {
"type": "boolean",
"description": "Specifies if a spec file is generated.",
"default": false
}
}
}