Skip to content

Commit fc7a483

Browse files
letshanLiuChangFreeman
authored andcommitted
update hospital demand schema
1 parent fe24b23 commit fc7a483

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

swagger/hospitaldemands.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,12 @@ components:
119119
demands:
120120
type: array
121121
items:
122-
$ref: 'supplies.yaml#/components/schemas/SupplyItem'
122+
type: object
123+
required:
124+
- supply
125+
properties:
126+
supply:
127+
$ref: 'supplies.yaml#/components/schemas/SupplyItem'
128+
remark:
129+
type: string
130+
example: 需符合或高于下列国家标准,医用一次性防护服技术要求

0 commit comments

Comments
 (0)