added realm to jspg processing
This commit is contained in:
@ -2,11 +2,16 @@
|
||||
{
|
||||
"description": "maximum validation",
|
||||
"database": {
|
||||
"schemas": {
|
||||
"maximum_0_0": {
|
||||
"maximum": 3
|
||||
"types": [
|
||||
{
|
||||
"name": "maximum_0_0",
|
||||
"schemas": {
|
||||
"maximum_0_0": {
|
||||
"maximum": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
@ -50,11 +55,16 @@
|
||||
{
|
||||
"description": "maximum validation with unsigned integer",
|
||||
"database": {
|
||||
"schemas": {
|
||||
"maximum_1_0": {
|
||||
"maximum": 300
|
||||
"types": [
|
||||
{
|
||||
"name": "maximum_1_0",
|
||||
"schemas": {
|
||||
"maximum_1_0": {
|
||||
"maximum": 300
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user