UNPKG

supersonic-models

Version:

Supersonic models and API specifications

30 lines (29 loc) 371 B
type: object required: - year - month - day - weekday - from - to properties: year: type: array items: type: string month: type: array items: type: string day: type: array items: type: string weekday: type: array items: type: string from: $ref: "./time.yaml" to: $ref: "./time.yaml"