Browse Source

fix: convert minProperties value to number

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5174/head
Pranav C 2 years ago
parent
commit
c6e5d5463b
  1. 2
      scripts/sdk/swagger.json

2
scripts/sdk/swagger.json

@ -8330,7 +8330,7 @@
"type": "string" "type": "string"
} }
}, },
"minProperties": "1" "minProperties": 1
}, },
"SortList": { "SortList": {
"description": "", "description": "",

Loading…
Cancel
Save