Skip to content

Commit

Permalink
Corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Dec 11, 2024
1 parent 353592f commit f98d780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/annotations.openapi3.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,8 @@
"items": {
"type": "string",
"enum": [
"One",
"One desc",
"Two",
"Two desc"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/annotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<Record>
<PropertyValue Property="NonSortableProperties">
<Collection>
<PropertyPath>One</PropertyPath>
<PropertyPath>AllMany/One</PropertyPath>
</Collection>
</PropertyValue>
</Record>
Expand Down

0 comments on commit f98d780

Please sign in to comment.