Stages

A list of Stage resources that are associated with the ApiKey resource.

APIs.ioEngineeringPlatform

Properties

Name Type Description
item object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Stages",
  "title": "Stages",
  "type": "object",
  "properties": {
    "item": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfStage"
        },
        {
          "description": "The current page of elements from this collection."
        }
      ]
    }
  },
  "description": "A list of Stage resources that are associated with the ApiKey resource."
}