Skip to content

Commit

Permalink
Add description for request objects
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephVolosin committed Nov 25, 2024
1 parent e32f95a commit 27422a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packages/external-source/external-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,10 @@ export default (app: Express) => {
* type: object
* properties:
* event_types:
* description: An object representing the JSON Schema definition(s) for all external event types to be uploaded.
* type: object
* source_types:
* description: An object representing the JSON Schema definition(s) for all external event types to be uploaded.
* type: object
* required:
* - event_types
Expand Down

0 comments on commit 27422a4

Please sign in to comment.