images_image_key_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-image-key-response-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_image_key_response_collection",
  "title": "images_image_key_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/images_api-response-common"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/images_image_keys_response"
        }
      }
    }
  ]
}