Basetrip · JSON Structure

Phrase

Type: record Properties: 0
CitiesCountriesHealthSafetyTravelVisa

Phrase 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/phrase.json",
  "title": "Phrase",
  "type": "record",
  "fields": [
    {
      "name": "category",
      "type": "xs:string",
      "description": "Phrase category (e.g., Greetings, Dining, Transportation)"
    },
    {
      "name": "original",
      "type": "xs:string",
      "description": "Phrase in source language"
    },
    {
      "name": "translation",
      "type": "xs:string",
      "description": "Phrase in destination language"
    },
    {
      "name": "phonetic",
      "type": "xs:string",
      "description": "Phonetic pronunciation guide"
    }
  ]
}