chore: JSPG Engine tuple decoupling and core routing optimizations
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
{
|
||||
"description": "empty string is valid for all types (except const)",
|
||||
"database": {
|
||||
"schemas": [
|
||||
{
|
||||
"schemas": {
|
||||
"emptyString_0_0": {
|
||||
"properties": {
|
||||
"obj": {
|
||||
"type": "object"
|
||||
@ -36,10 +36,9 @@
|
||||
"con_empty": {
|
||||
"const": ""
|
||||
}
|
||||
},
|
||||
"$id": "emptyString_0_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
@ -142,7 +141,9 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "CONST_VIOLATED",
|
||||
"details": { "path": "con" }
|
||||
"details": {
|
||||
"path": "con"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user