Skip to content

Commit

Permalink
Added enum to settings schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbrandenberg committed Jul 6, 2023
1 parent 4c0f8f6 commit 082d496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/custom.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ export interface MarketplacePlanSettingsResponse {
properties: {
[key: string]: {
type: string;
format: string;
description: string;
format?: string;
description?: string;
enum?: string[];
}
}
}
Expand Down

0 comments on commit 082d496

Please sign in to comment.