Multi-Language Text / String

Validate against: http://json-schema.org/schema#

Schema ID: http://cdn.digitallinguistics.io/schemas/MultiLangString-1.0.0.json

Description

This object represents a piece of data or text in multiple languages or orthographies. For example, a transcription might be written in both a practical orthography and in IPA; or a translation might be given in both English and Spanish. Each representation of the piece of data should have its own attribute, where the attribute is the abbreviation for the language/orthography, and the value is the text itself (the transcription, the translation, etc.).

Type: object

Min properties: 1

Additional properties: true

Custom Properties (patternProperties)

  • Text / String

    Property name must match the regular expression: ^[(a-z)|(A-Z)|(0-9)]+$

    Description

    The text for this Orthography.

    Type: string