added realm to jspg processing

This commit is contained in:
2026-04-17 18:25:14 -04:00
parent 8ebf6a69bf
commit f450f8ab8b
59 changed files with 3884 additions and 2194 deletions

View File

@ -2,9 +2,14 @@
{
"description": "boolean schema 'true'",
"database": {
"schemas": {
"booleanSchema_0_0": {}
}
"types": [
{
"name": "booleanSchema_0_0",
"schemas": {
"booleanSchema_0_0": {}
}
}
]
},
"tests": [
{
@ -97,11 +102,16 @@
{
"description": "boolean schema 'false'",
"database": {
"schemas": {
"booleanSchema_1_0": {
"not": {}
"types": [
{
"name": "booleanSchema_1_0",
"schemas": {
"booleanSchema_1_0": {
"not": {}
}
}
}
}
]
},
"tests": [
{