Lufthansa · Schema

Name

2-letter ISO 639-1 language code for the corresponding item.

AirlinesTravelAviationFlights

Properties

Name Type Description
@LanguageCode string
$ string
View JSON Schema on GitHub

JSON Schema

lufthansa-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Name",
  "title": "Name",
  "type": "object",
  "properties": {
    "@LanguageCode": {
      "type": "string"
    },
    "$": {
      "type": "string"
    }
  },
  "description": "2-letter ISO 639-1 language code for the corresponding item."
}