updated sys and created publi
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"description": "multiple types of null and object containing properties",
|
||||
"schema": {
|
||||
"type": ["null", "object"],
|
||||
"properties": {
|
||||
"foo": {}
|
||||
}
|
||||
},
|
||||
"tests": [
|
||||
{
|
||||
"description": "null is valid",
|
||||
"data": null,
|
||||
"valid": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user