Percentage of Power Unit Outage

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Plant
               

No description available for this field.

Name (identifier)
plant
Type
text
Sample
                       
Status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
Power Outage (Percentage %)
               

No description available for this field.

Name (identifier)
percentage_of_power_unit_outage
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"percentage-of-power-unit-outage-2008-and-2010",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/percentage-of-power-unit-outage-2008-and-2010"
      }
    ]
    ,
  • "definitions":
    {
    • "percentage-of-power-unit-outage-2008-and-2010":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/percentage-of-power-unit-outage-2008-and-2010_records"
            }
          }
        }
      }
      ,
    • "percentage-of-power-unit-outage-2008-and-2010_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "plant":
              {
              • "type":"string",
              • "title":"Plant ",
              • "description":""
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"Status",
              • "description":""
              }
              ,
            • "percentage_of_power_unit_outage":
              {
              • "type":"number",
              • "title":"Power Outage (Percentage %)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets