Skip to content

Commit

Permalink
Update API schema to correct key name
Browse files Browse the repository at this point in the history
This was brought up by @cdalong in #133

Easy fix!
  • Loading branch information
pcraig3 committed May 6, 2024
1 parent 6dd8da0 commit a0d18ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/Canada-Holidays-API.v1.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Canada Holidays API
version: 1.9.0
version: 1.9.1
description: 'This API lists all 31 public holidays for all 13 provinces and territories in Canada, including federal holidays.'
contact:
name: Paul Craig
Expand Down Expand Up @@ -789,7 +789,7 @@ components:
description: Canadian province abbreviations
nextHoliday:
$ref: '#/components/schemas/Holiday'
provinces:
holidays:
type: array
items:
$ref: '#/components/schemas/Holiday'
Expand Down

0 comments on commit a0d18ce

Please sign in to comment.