Skip to content

Commit

Permalink
Remove valiation on readonly properties
Browse files Browse the repository at this point in the history
  • Loading branch information
audunn committed Sep 10, 2020
1 parent 32e702f commit 8ec7754
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3100,15 +3100,13 @@
"type": "number",
"description": "Total throughput of pool in Mibps",
"example": 164.221,
"readOnly": true,
"multipleOf": 0.001
"readOnly": true
},
"utilizedThroughputMibps": {
"type": "number",
"description": "Utilized throughput of pool in Mibps",
"example": 164.221,
"readOnly": true,
"multipleOf": 0.001
"readOnly": true
},
"qosType": {
"title": "qosType",
Expand Down

0 comments on commit 8ec7754

Please sign in to comment.