Required
{
"api": {
"cmd_in": [
{
"name": "foo",
"property": {
"a": {
"type": "int8"
},
"b": {
"type": "uint8"
},
"c": {
"type": "array",
"items": {
"type": "string"
}
},
"d": {
"type": "object",
"properties": {
"e": {
"type": "float32"
}
}
},
"exampleObject": {
"type": "object",
"properties": {
"foo": {
"type": "int32"
},
"bar": {
"type": "string"
}
},
"required": ["foo"] // 3.
}
},
"required": ["a", "b"], // 1.
"result": {
"property": {
"ccc": {
"type": "buf"
},
"detail": {
"type": "buf"
}
},
"required": ["ccc"] // 2.
}
}
]
}
}Use of required
requiredWhen a Message is Sent from an Extension
When a Message is Received by an Extension
Behavior of Graph Check
Last updated