added realm to jspg processing
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user