refactor: word
This commit is contained in:
parent
d8cf568206
commit
3820a05704
12 changed files with 56 additions and 56 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"requestBodies": {},
|
||||
"responses": {},
|
||||
"schemas": {
|
||||
"EhrFolder": {
|
||||
"StorageFolder": {
|
||||
"properties": {
|
||||
"pathname": {
|
||||
"type": "string"
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"type": "object",
|
||||
"additionalProperties": false
|
||||
},
|
||||
"EhrFile": {
|
||||
"StorageFile": {
|
||||
"properties": {
|
||||
"pathname": {
|
||||
"type": "string"
|
||||
|
|
@ -202,7 +202,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFolder"
|
||||
"$ref": "#/components/schemas/StorageFolder"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -356,7 +356,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFolder"
|
||||
"$ref": "#/components/schemas/StorageFolder"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -544,7 +544,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFile"
|
||||
"$ref": "#/components/schemas/StorageFile"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -1042,7 +1042,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFolder"
|
||||
"$ref": "#/components/schemas/StorageFolder"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -1262,7 +1262,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFile"
|
||||
"$ref": "#/components/schemas/StorageFile"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -1301,7 +1301,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFolder"
|
||||
"$ref": "#/components/schemas/StorageFolder"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
@ -1553,7 +1553,7 @@
|
|||
"application/json": {
|
||||
"schema": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/EhrFile"
|
||||
"$ref": "#/components/schemas/StorageFile"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue