Skip to content

Commit

Permalink
schema and typescript generation for release
Browse files Browse the repository at this point in the history
Signed-off-by: marcopiraccini <[email protected]>
  • Loading branch information
marcopiraccini committed May 22, 2024
1 parent 78180dc commit 977e907
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ export interface RabbitmqHooksConfig {
path?: string;
schema?: string;
url?: string;
fullResponse?: boolean;
fullRequest?: boolean;
validateResponse?: boolean;
}[];
versions?: {
/**
Expand Down
9 changes: 9 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,15 @@
},
"url": {
"type": "string"
},
"fullResponse": {
"type": "boolean"
},
"fullRequest": {
"type": "boolean"
},
"validateResponse": {
"type": "boolean"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 977e907

Please sign in to comment.