Power Curves Data Schema ======================== Schema for AWES power curves data with cluster-specific power outputs. Schema File ----------- .. code-block:: text src/awesio/schemas/power_curves_schema.yml Example File ------------ See: ``examples/ground_gen/soft_kite_pumping_ground_gen_power_curves.yml`` Validation ---------- To validate a file against this schema: .. code-block:: python from awesio.validator import validate # Auto-detects schema from file metadata data = validate("your_file.yml") The validator automatically detects the schema type from the ``metadata.schema`` field in your YAML file. Schema Structure ---------------- .. jsonschema:: ../../src/awesio/schemas/power_curves_schema.yml