Skip to content

Commit

Permalink
Added description to the validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Oct 17, 2023
1 parent ccbb0ad commit 31a3097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class ChartValidator {
chart: {
enum: ['line', 'bar', 'pie', 'doughnut'],
default: 'line',
description: 'Supported types of chart.',
},
},
},
Expand Down

0 comments on commit 31a3097

Please sign in to comment.