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,12 +2,17 @@
{
"description": "maxItems validation",
"database": {
"schemas": {
"maxItems_0_0": {
"maxItems": 2,
"extensible": true
"types": [
{
"name": "maxItems_0_0",
"schemas": {
"maxItems_0_0": {
"maxItems": 2,
"extensible": true
}
}
}
}
]
},
"tests": [
{
@ -60,12 +65,17 @@
{
"description": "maxItems validation with a decimal",
"database": {
"schemas": {
"maxItems_1_0": {
"maxItems": 2,
"extensible": true
"types": [
{
"name": "maxItems_1_0",
"schemas": {
"maxItems_1_0": {
"maxItems": 2,
"extensible": true
}
}
}
}
]
},
"tests": [
{
@ -97,12 +107,17 @@
{
"description": "extensible: true allows extra items in maxItems (but counted)",
"database": {
"schemas": {
"maxItems_2_0": {
"maxItems": 2,
"extensible": true
"types": [
{
"name": "maxItems_2_0",
"schemas": {
"maxItems_2_0": {
"maxItems": 2,
"extensible": true
}
}
}
}
]
},
"tests": [
{