We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20553c1 commit 007a096Copy full SHA for 007a096
packages/whook/src/services/API_DEFINITIONS.ts
@@ -39,6 +39,7 @@ export type WhookAPIHandlerDefinition = {
39
export type WhookAPISchemaDefinition = {
40
name: string;
41
schema: OpenAPIV3.ReferenceObject | OpenAPIV3.SchemaObject;
42
+ example?: any;
43
};
44
export type WhookAPIParameterDefinition = {
45
0 commit comments