Skip to content

Commit

Permalink
fix: examples incorrectly nested for POST /leaf
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Nov 20, 2024
1 parent cabb23e commit 3efd0bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,16 +306,16 @@
"release_date",
"pre_release"
]
}
},
"examples": {
"basic": {
"summary": "Basic leaf creation",
"value": {
"tea_product_identifier": "123e4567-e89b-12d3-a456-426614174000",
"product_version": "1.0.0",
"release_date": "2024-03-20T15:30:00Z",
"pre_release": false
},
"examples": {
"basic": {
"summary": "Basic leaf creation",
"value": {
"tea_product_identifier": "123e4567-e89b-12d3-a456-426614174000",
"product_version": "1.0.0",
"release_date": "2024-03-20T15:30:00Z",
"pre_release": false
}
}
}
}
Expand Down

0 comments on commit 3efd0bd

Please sign in to comment.