Skip to content

Commit 6edf924

Browse files
authored
feat(g2p): update g2p schemas (SchemaStore#5174)
1 parent 727f5b3 commit 6edf924

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/api/json/catalog.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2607,9 +2607,12 @@
26072607
"name": "G2P Mapping Configuration",
26082608
"description": "defining mappings for Python-based grapheme-to-phoneme engine 'g2p'",
26092609
"fileMatch": ["config-g2p.yaml", "config-g2p.json"],
2610-
"url": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.0.json",
2610+
"url": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.3.json",
26112611
"versions": {
2612-
"2.0": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.0.json"
2612+
"2.0": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.0.json",
2613+
"2.1": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.1.json",
2614+
"2.2": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.2.json",
2615+
"2.3": "https://raw.githubusercontent.com/roedoejet/g2p/main/g2p/mappings/.schema/g2p-config-schema-2.3.json"
26132616
}
26142617
},
26152618
{

0 commit comments

Comments
 (0)