forked from opengeospatial/ogcapi-records
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage.yaml
More file actions
36 lines (36 loc) · 932 Bytes
/
language.yaml
File metadata and controls
36 lines (36 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
type: object
description: |-
The language used for textual values in this record.
required:
- code
properties:
code:
type: string
description: |-
The language tag as per RFC-5646.
name:
type: string
minLength: 1
description: |-
The untranslated name of the language.
alternate:
type: string
description: |-
The name of the language in another well-understood language,
usually English.
dir:
type: string
description: |-
The direction for text in this language. The default, `ltr`
(left-to-right), represents the most common situation.
However, care should be taken to set the value of `dir`
appropriately if the language direction is not `ltr`.
Other values supported are `rtl` (right-to-left), `ttb`
(top-to-bottom), and `btt` (bottom-to-top).
enum:
- ltr
- rtl
- ttb
- btt
default: ltr