mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
549 B
32 lines
549 B
p1 : Object
|
|
p2 : Object
|
|
p1 : {
|
|
"type": "object",
|
|
"description": "Object",
|
|
"overflow": false,
|
|
"properties": [
|
|
{
|
|
"name": "a",
|
|
"type": "number",
|
|
"value": "1"
|
|
}
|
|
]
|
|
}
|
|
p2 : {
|
|
"type": "object",
|
|
"description": "Object",
|
|
"overflow": false,
|
|
"properties": [
|
|
{
|
|
"name": "b",
|
|
"type": "string",
|
|
"value": "foo"
|
|
},
|
|
{
|
|
"name": "bb",
|
|
"type": "string",
|
|
"value": "bar"
|
|
}
|
|
]
|
|
}
|
|
|
|
|