Skip to content

Commit

Permalink
Add 'timeline' as a required property in OpenAPI specifications
Browse files Browse the repository at this point in the history
Signed-off-by: ふぁ <[email protected]>
  • Loading branch information
fa0311 committed Nov 7, 2024
1 parent 6d44ef0 commit e67025a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/compatible/openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,8 @@ components:
properties:
timeline:
$ref: '#/components/schemas/Timeline'
required:
- timeline
Timestamp:
properties:
indices:
Expand Down
2 changes: 2 additions & 0 deletions dist/docs/openapi-3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2004,6 +2004,8 @@ components:
properties:
timeline:
$ref: '#/components/schemas/Timeline'
required:
- timeline
Timestamp:
properties:
indices:
Expand Down

0 comments on commit e67025a

Please sign in to comment.