Skip to content

Commit a4f6bd9

Browse files
committed
Apply suggestions from code review
1 parent 92b3f4b commit a4f6bd9

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/oas.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ components:
33303330
type: integer
33313331
format: int32
33323332
xml:
3333-
attribute: true
3333+
nodeType: attribute
33343334
name:
33353335
type: string
33363336
xml:
@@ -3507,7 +3507,8 @@ paths:
35073507
"200":
35083508
content:
35093509
application/xml:
3510-
$ref: "#/components/schemas/Documentation"
3510+
schema:
3511+
$ref: "#/components/schemas/Documentation"
35113512
components:
35123513
schemas:
35133514
Documentation:
@@ -3536,19 +3537,21 @@ paths:
35363537
"200":
35373538
content:
35383539
application/xml:
3539-
xml:
3540-
nodeType: element
3541-
name: StoredDocument
3542-
$ref: "#/components/schemas/Documentation"
3540+
schema:
3541+
xml:
3542+
nodeType: element
3543+
name: StoredDocument
3544+
$ref: "#/components/schemas/Documentation"
35433545
put:
35443546
requestBody:
35453547
required: true
35463548
content:
35473549
application/xml:
3548-
xml:
3549-
nodeType: element
3550-
name: UpdatedDocument
3551-
$ref: "#/components/schemas/Documentation"
3550+
schema:
3551+
xml:
3552+
nodeType: element
3553+
name: UpdatedDocument
3554+
$ref: "#/components/schemas/Documentation"
35523555
responses:
35533556
"201": {}
35543557
components:

0 commit comments

Comments
 (0)