ApiKeys

Represents a collection of API keys as represented by an ApiKeys resource.

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-apikeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiKeys",
  "title": "ApiKeys",
  "type": "object",
  "properties": {
    "warnings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfString"
        },
        {
          "description": "A list of warning messages logged during the import of API keys when the <code>failOnWarnings</code> option is set to true."
        }
      ]
    },
    "position": {
      "$ref": "#/components/schemas/String"
    },
    "items": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfApiKey"
        },
        {
          "xml": {
            "name": "item"
          },
          "description": "The current page of elements from this collection."
        }
      ]
    }
  },
  "description": "Represents a collection of API keys as represented by an ApiKeys resource."
}