Add JSON schema for interview templates, switched so using it internally for validation too
This commit is contained in:
parent
be04edff3f
commit
b80733cf83
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"id": "https://toastielab.dev/Emotions-stuff/SupportChild/src/branch/main/Interviews/interview_template.schema.json",
|
||||
"id": "https://toastielab.dev/Emotions-stuff/SupportChild/raw/branch/main/Interviews/interview_template.schema.json",
|
||||
"title": "Interview Template",
|
||||
"description": "An interview dialog tree template for SupportChild",
|
||||
"definitions": {
|
||||
|
|
Loading…
Reference in a new issue