Skip to content

Commit 68ba924

Browse files
committed
NEW: Language.punctuation
1 parent e1af465 commit 68ba924

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

schemas/Language.yml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@ properties:
342342
items:
343343
$ref: https://schemas.digitallinguistics.io/Category.json
344344

345+
punctuation:
346+
title: Punctuation
347+
type: array
348+
uniqueItems: true
349+
description: A list of valid punctuation characters for this orthography.
350+
items:
351+
type: string
352+
345353
semanticClasses:
346354
title: Semantic Classes
347355
type: array
@@ -540,9 +548,9 @@ examples:
540548
notes:
541549
- text: This is the official orthography used by the Chitimacha Tribe.
542550
punctuation:
543-
- .
544-
- ?
545-
- !
551+
- '.'
552+
- '?'
553+
- '!'
546554

547555
- abbreviation: APA
548556
graphemes: []
@@ -680,9 +688,9 @@ examples:
680688
link: https://data.digitallinguistics.io/languages/Gusii/orthographies/Practical
681689
name: Practical
682690
punctuation:
683-
- .
684-
- ?
685-
- !
691+
- '.'
692+
- '?'
693+
- '!'
686694

687695
- abbreviation: Swahili
688696
direction: ltr-ttb
@@ -692,9 +700,9 @@ examples:
692700
notes:
693701
- text: This orthography represents the way that the language is written when using the Swahili orthography. Tone is omitted from this orthography.
694702
punctuation:
695-
- .
696-
- ?
697-
- !
703+
- '.'
704+
- '?'
705+
- '!'
698706

699707
phonemes: []
700708
type: Language

0 commit comments

Comments
 (0)