minhhungg's picture
feat: initial upload for AutoRestTest Track A datasets
6c50d1f
Raw
History Blame Contribute Delete
228 Bytes
{
"type": "object",
"default": "1",
"example": {
"a": "aVal",
"b": true
},
"enum": [
4,
true
],
"properties": {
"a": {
"type": "string"
},
"b": {
"type": "number"
}
}
}