Microsoft Azure · Schema

TagCount

Tag count.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
type string Type of count.
value integer Value of count.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-tagcount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagCount",
  "title": "TagCount",
  "type": "object",
  "description": "Tag count.",
  "properties": {
    "type": {
      "type": "string",
      "description": "Type of count.",
      "example": "example_value"
    },
    "value": {
      "type": "integer",
      "format": "int32",
      "description": "Value of count.",
      "example": 10
    }
  }
}