images_images_list_response_v2

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-images-images-list-response-v2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/images_images_list_response_v2",
  "title": "images_images_list_response_v2",
  "allOf": [
    {
      "$ref": "#/components/schemas/images_api-response-collection-v2"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "images": {
              "items": {
                "$ref": "#/components/schemas/images_image"
              },
              "type": "array"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}