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,11 +2,16 @@
{
"description": "by int",
"database": {
"schemas": {
"multipleOf_0_0": {
"multipleOf": 2
"types": [
{
"name": "multipleOf_0_0",
"schemas": {
"multipleOf_0_0": {
"multipleOf": 2
}
}
}
}
]
},
"tests": [
{
@ -41,11 +46,16 @@
{
"description": "by number",
"database": {
"schemas": {
"multipleOf_1_0": {
"multipleOf": 1.5
"types": [
{
"name": "multipleOf_1_0",
"schemas": {
"multipleOf_1_0": {
"multipleOf": 1.5
}
}
}
}
]
},
"tests": [
{
@ -80,11 +90,16 @@
{
"description": "by small number",
"database": {
"schemas": {
"multipleOf_2_0": {
"multipleOf": 0.0001
"types": [
{
"name": "multipleOf_2_0",
"schemas": {
"multipleOf_2_0": {
"multipleOf": 0.0001
}
}
}
}
]
},
"tests": [
{
@ -110,12 +125,17 @@
{
"description": "small multiple of large integer",
"database": {
"schemas": {
"multipleOf_3_0": {
"type": "integer",
"multipleOf": 1e-08
"types": [
{
"name": "multipleOf_3_0",
"schemas": {
"multipleOf_3_0": {
"type": "integer",
"multipleOf": 1e-08
}
}
}
}
]
},
"tests": [
{