UsagePlanKeys

Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys.

APIs.ioEngineeringPlatform

Properties

Name Type Description
position object
items object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-usageplankeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UsagePlanKeys",
  "title": "UsagePlanKeys",
  "type": "object",
  "properties": {
    "position": {
      "$ref": "#/components/schemas/String"
    },
    "items": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfUsagePlanKey"
        },
        {
          "xml": {
            "name": "item"
          },
          "description": "The current page of elements from this collection."
        }
      ]
    }
  },
  "description": "Represents the collection of usage plan keys added to usage plans for the associated API keys and, possibly, other types of keys."
}