Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec fixes #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2432,7 +2432,7 @@ components:
type: string
additionalProperties: false
CenterWeatherServiceUnitJsonLd:
- $ref: '#/components/schemas/Office'
$ref: '#/components/schemas/Office'
Date:
description: Date (in YYYY-MM-DD format).
type: string
Expand Down Expand Up @@ -3084,9 +3084,9 @@ components:
pattern: ^P(\d+Y)?(\d+M)?(\d+D)?(T(\d+H)?(\d+M)?(\d+S)?)?\/(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(Z|[+-]\d{2}:?\d{2}?)|NOW)$
example: P1Y2M10DT2H30M/2008-05-11T15:30:00Z
JsonLdContext:
anyOf:
- type: array
- type: object
type: array
items:
additionalProperties: true
LandRegionCode:
description: >
Land region code. These correspond to the six NWS regional headquarters:
Expand Down