Basetrip · JSON Structure

Phraselistresponse

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Phraselistresponse is a JSON Structure definition published by Basetrip. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/basetrip/refs/heads/main/json-structure/phraselistresponse.json",
  "title": "PhraseListResponse",
  "type": "record",
  "fields": [
    {
      "name": "language",
      "type": "xs:string",
      "description": "Destination language code"
    },
    {
      "name": "phrases",
      "type": "xs:sequence",
      "description": ""
    }
  ]
}