Translation

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

Description

A translation of a piece of data in a language, optionally in multiple languages. For example, a translation might be written in both Spanish and English. Each key must be the abbreviation for an orthography (see the Abbreviation schema), and the value for that key is the translation of the data in that particular language and orthography. Note: The Translation does not have a type property (though it does have a translationType property).

Type: object

Additional properties: false

Properties

  • Translation Type: "translationType"

    Description

    The type of translation. Must be set to either free or literal.

    Type: string

    Allowed Values (enum)

    • "free"
    • "literal"

    Default Value

    "free"

Custom Properties (patternProperties)

  • Text

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

    Description

    The translation in the specified language

    Type: string