refactor: word

This commit is contained in:
Methapon2001 2023-11-27 14:11:27 +07:00
parent d8cf568206
commit 3820a05704
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
12 changed files with 56 additions and 56 deletions

View file

@ -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"
}