Skip to content

Commit 76f17b1

Browse files
committed
Place allOfRequired example in allOf category
1 parent c1075c8 commit 76f17b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/examples/tests/allOfRequired.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ info:
44
description: Demonstrates property required flag inherited from parent when using allOf.
55
version: 1.0.0
66
tags:
7-
- name: allOfRequired
7+
- name: allOf
88
description: allOf required tests
99
paths:
1010
/allof-parent-required:
1111
get:
1212
tags:
13-
- allOfRequired
13+
- allOf
1414
summary: allOf inherits parent required
1515
description: |
1616
Parent object marks the "pet" property as required while its schema is composed via allOf.

0 commit comments

Comments
 (0)