images_image_keys_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
keys array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-keys-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_keys_response",
  "title": "images_image_keys_response",
  "properties": {
    "keys": {
      "items": {
        "$ref": "#/components/schemas/images_image_keys"
      },
      "type": "array"
    }
  },
  "type": "object"
}