Transcription

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

Description

A transcription of a piece of data in a language, optionally in multiple orthographies. For example, a transcription might be written in both a practical orthography and IPA. Each key must be the abbreviation for an orthography (see the Abbreviation schema), and the value for that key is the transcription of the data in that particular orthography. Note: The Transcription does not have a type property.

Type: object

Additional properties: false

Custom Properties (patternProperties)

  • Text

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

    Description

    The transcription for the specified orthography

    Type: string