Microsoft Power Platform APIs · JSON Structure

Power Platform Capacity Info Structure

Type: object Properties: 5
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

CapacityInfo is a JSON Structure definition published by Microsoft Power Platform APIs, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

capacityType actualConsumption ratedConsumption capacityUnit updatedOn

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CapacityInfo",
  "type": "object",
  "properties": {
    "capacityType": {
      "type": "string"
    },
    "actualConsumption": {
      "type": "number"
    },
    "ratedConsumption": {
      "type": "number"
    },
    "capacityUnit": {
      "type": "string"
    },
    "updatedOn": {
      "type": "string"
    }
  }
}