Amazon Snow Family · JSON Structure

Amazon Snow Family Ind Tax Documents Structure

The tax documents required in Amazon Web Services Region in India.

Type: object Properties: 1
Data MigrationEdge ComputingOffline TransferPhysical Appliance

INDTaxDocuments is a JSON Structure definition published by Amazon Snow Family, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GSTIN

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-ind-tax-documents-structure.json",
  "name": "INDTaxDocuments",
  "description": "The tax documents required in Amazon Web Services Region in India.",
  "properties": {
    "GSTIN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GSTIN"
        },
        {
          "description": "The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India."
        }
      ]
    }
  }
}