{
  "name": "TransactGetItems",
  "plane": "data",
  "terraformEligible": false,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudTables.TransactGetItems",
    "service": "tables"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "definitions": {
      "AttributeValue": {
        "oneOf": [
          {
            "additionalProperties": false,
            "properties": {
              "S": {
                "type": "string"
              }
            },
            "required": [
              "S"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "N": {
                "type": "string"
              }
            },
            "required": [
              "N"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "B": {
                "type": "string"
              }
            },
            "required": [
              "B"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "BOOL": {
                "type": "boolean"
              }
            },
            "required": [
              "BOOL"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "NULL": {
                "type": "boolean"
              }
            },
            "required": [
              "NULL"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "M": {
                "additionalProperties": {
                  "$ref": "#/definitions/AttributeValue"
                },
                "type": "object"
              }
            },
            "required": [
              "M"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "L": {
                "items": {
                  "$ref": "#/definitions/AttributeValue"
                },
                "type": "array"
              }
            },
            "required": [
              "L"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "SS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "SS"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "NS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "NS"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "BS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "BS"
            ],
            "type": "object"
          }
        ]
      },
      "TransactGetBody": {
        "additionalProperties": false,
        "properties": {
          "key": {
            "additionalProperties": {
              "$ref": "#/definitions/AttributeValue"
            },
            "type": "object"
          },
          "tableName": {
            "type": "string"
          }
        },
        "required": [
          "key",
          "tableName"
        ],
        "type": "object"
      },
      "TransactGetItem": {
        "additionalProperties": false,
        "properties": {
          "get": {
            "anyOf": [
              {
                "$ref": "#/definitions/TransactGetBody"
              },
              {
                "type": "null"
              }
            ],
            "default": null
          }
        },
        "type": "object"
      }
    },
    "properties": {
      "transactItems": {
        "items": {
          "$ref": "#/definitions/TransactGetItem"
        },
        "type": "array"
      }
    },
    "required": [
      "transactItems"
    ],
    "title": "TransactGetItemsRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "definitions": {
      "AttributeValue": {
        "oneOf": [
          {
            "additionalProperties": false,
            "properties": {
              "S": {
                "type": "string"
              }
            },
            "required": [
              "S"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "N": {
                "type": "string"
              }
            },
            "required": [
              "N"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "B": {
                "type": "string"
              }
            },
            "required": [
              "B"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "BOOL": {
                "type": "boolean"
              }
            },
            "required": [
              "BOOL"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "NULL": {
                "type": "boolean"
              }
            },
            "required": [
              "NULL"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "M": {
                "additionalProperties": {
                  "$ref": "#/definitions/AttributeValue"
                },
                "type": "object"
              }
            },
            "required": [
              "M"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "L": {
                "items": {
                  "$ref": "#/definitions/AttributeValue"
                },
                "type": "array"
              }
            },
            "required": [
              "L"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "SS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "SS"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "NS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "NS"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "BS": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "BS"
            ],
            "type": "object"
          }
        ]
      },
      "TransactGetItemResponse": {
        "properties": {
          "item": {
            "additionalProperties": {
              "$ref": "#/definitions/AttributeValue"
            },
            "type": [
              "object",
              "null"
            ]
          }
        },
        "type": "object"
      }
    },
    "properties": {
      "responses": {
        "items": {
          "$ref": "#/definitions/TransactGetItemResponse"
        },
        "type": "array"
      }
    },
    "required": [
      "responses"
    ],
    "title": "TransactGetItemsResponse",
    "type": "object"
  }
}
