Identifier | https://schemas.sourcemeta.com/octue/power-curve/v1.0.0.alpha-1/schema.json |
---|---|
Base Dialect | 2020-12 |
Dialect | https://json-schema.org/draft/2020-12/schema |
Size | 0.070087 MB |
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.sourcemeta.com/octue/power-curve/v1.0.0.alpha-1/schema.json",
"title": "Power Curves Schema",
"description": "Define a set of power curves for a wind turbine.",
"type": "object",
"required": [ "document", "turbine", "design_bases", "power_curves" ],
"properties": {
"design_bases": {
"title": "Design bases",
"description": "A list of design bases for turbine certification or describing site-specific environmental conditions. Each contains information about the design point (environmental conditions) for which the power curves in this document are intended.",
"type": "array",
"items": {
"type": "object",
"required": [
"label",
"name",
"design_class",
"turbulence",
"standard_climate"
...
See the full schemaThis schema has 0 direct dependencies and 0 indirect dependencies.