Skip to content

Commit

Permalink
#26 graduate YearMonth type to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdbosch committed Mar 26, 2020
1 parent 8ef2743 commit 09286bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion src/main/asciidoc/schemas/time/v1/time-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ definitions:
$ref: '#/definitions/YearQuarter'
endYearQuarter:
$ref: '#/definitions/YearQuarter'
required: [startYearQuarter]
required: [startYearQuarter]
YearMonth:
description: A month of a year
type: string
pattern: '^[0-9]{4}-[0-1][0-9]$'
example: '2020-01'
10 changes: 0 additions & 10 deletions src/main/asciidoc/schemas/time/v1beta/time-v1beta.yaml

This file was deleted.

0 comments on commit 09286bc

Please sign in to comment.