Apideck · Schema

Language

language code according to ISO 639-1. For the United States - EN

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-language-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Language",
  "title": "Language",
  "type": "string",
  "example": "EN",
  "description": "language code according to ISO 639-1. For the United States - EN",
  "nullable": true
}