Amadeus Solutions · JSON Structure

Seat Map Display Tax Structure

a tax

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Tax is a JSON Structure definition published by Amadeus Solutions, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount code

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/seat-map-display-tax-structure.json",
  "name": "Tax",
  "description": "a tax",
  "type": "object",
  "properties": {
    "amount": {
      "type": "string",
      "example": "332.70"
    },
    "code": {
      "type": "string",
      "example": "MX"
    }
  }
}