MuleSoft · Schema

ResourceAllocation

Resource allocation with assigned and reassigned counts

API GatewayAPI ManagementEnterpriseIntegration

Properties

Name Type Description
assigned number Number of resources assigned to this organization
reassigned number Number of resources reassigned to sub-organizations
View JSON Schema on GitHub

JSON Schema

mulesoft-anypoint-platform-resource-allocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceAllocation",
  "type": "object",
  "description": "Resource allocation with assigned and reassigned counts",
  "properties": {
    "assigned": {
      "type": "number",
      "description": "Number of resources assigned to this organization"
    },
    "reassigned": {
      "type": "number",
      "description": "Number of resources reassigned to sub-organizations"
    }
  }
}