Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions windIO/schemas/turbine/turbine_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ required:
- components
- assembly
optional:
- version
- comments
- airfoils
- materials
- control
- outputs
additionalProperties: False
properties:
version:
description: Version of the windIO file. This is intended to be used by the user to track changes in the windIO file.
type: string
comments:
description: Text field to describe the wind turbine, the changes to previous versions, etc,
type: string
Expand Down
Loading