Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
fix titles for these specification fields
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Nov 30, 2020
1 parent 8d3d7d0 commit d5cb479
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/json-schema/request.json
Expand Up @@ -481,7 +481,7 @@
"nvme_ssd_num" : {
"$comment" : "this property will be moved into /specification in v3.2",
"deprecated" : true,
"title" : "Number of SAS HDDs",
"title" : "Number of NVME SSDs",
"type" : "integer"
},
"nvme_ssd_size" : {
Expand Down Expand Up @@ -566,7 +566,7 @@
"sas_ssd_num" : {
"$comment" : "this property will be moved into /specification in v3.2",
"deprecated" : true,
"title" : "Number of SSD SSDs",
"title" : "Number of SAS SSDs",
"type" : "integer"
},
"sas_ssd_size" : {
Expand Down
4 changes: 2 additions & 2 deletions docs/json-schema/response.json
Expand Up @@ -1295,7 +1295,7 @@
"nvme_ssd_num" : {
"$comment" : "this property will be moved into /specification in v3.2",
"deprecated" : true,
"title" : "Number of SAS HDDs",
"title" : "Number of NVME SSDs",
"type" : "integer"
},
"nvme_ssd_size" : {
Expand Down Expand Up @@ -1376,7 +1376,7 @@
"sas_ssd_num" : {
"$comment" : "this property will be moved into /specification in v3.2",
"deprecated" : true,
"title" : "Number of SSD SSDs",
"title" : "Number of SAS SSDs",
"type" : "integer"
},
"sas_ssd_size" : {
Expand Down
4 changes: 2 additions & 2 deletions json-schema/request.yaml
Expand Up @@ -366,7 +366,7 @@ $defs:
sas_ssd_num:
$comment: this property will be moved into /specification in v3.2
deprecated: true
title: Number of SSD SSDs
title: Number of SAS SSDs
type: integer
sas_ssd_size:
$comment: this property will be moved into /specification in v3.2
Expand All @@ -381,7 +381,7 @@ $defs:
nvme_ssd_num:
$comment: this property will be moved into /specification in v3.2
deprecated: true
title: Number of SAS HDDs
title: Number of NVME SSDs
type: integer
nvme_ssd_size:
$comment: this property will be moved into /specification in v3.2
Expand Down
4 changes: 2 additions & 2 deletions json-schema/response.yaml
Expand Up @@ -766,7 +766,7 @@ $defs:
sas_ssd_num:
$comment: this property will be moved into /specification in v3.2
deprecated: true
title: Number of SSD SSDs
title: Number of SAS SSDs
type: integer
sas_ssd_size:
$comment: this property will be moved into /specification in v3.2
Expand All @@ -781,7 +781,7 @@ $defs:
nvme_ssd_num:
$comment: this property will be moved into /specification in v3.2
deprecated: true
title: Number of SAS HDDs
title: Number of NVME SSDs
type: integer
nvme_ssd_size:
$comment: this property will be moved into /specification in v3.2
Expand Down

0 comments on commit d5cb479

Please sign in to comment.