Power Curves Schema

Define a set of power curves for a wind turbine.

Get JSON SchemaBundle
Identifierhttps://schemas.sourcemeta.com/octue/power-curve/v1.0.0.alpha-1/schema.json
Base Dialect2020-12
Dialecthttps://json-schema.org/draft/2020-12/schema
Size0.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 schema

Dependencies

This schema has 0 direct dependencies and 0 indirect dependencies.