Loading OpenAPI/TS28623_ComDefs.yaml +24 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,22 @@ components: DateTime: type: string format: date-time FullTime: type: string format: full-time DateMonth: type: string format: date-month DateMonthDay: type: string format: date-mday DayInYear: type: object properties: month: $ref: '#/components/schemas/DateMonth' monthDay: $ref: '#/components/schemas/DateMonthDay' Latitude: type: number format: float Loading Loading @@ -141,6 +157,14 @@ components: Uri: type: string TimeInterval: type: object properties: intervalStart: $ref: '#/components/schemas/FullTime' intervalEnd: $ref: '#/components/schemas/FullTime' AdministrativeState: type: string enum: Loading Loading
OpenAPI/TS28623_ComDefs.yaml +24 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,22 @@ components: DateTime: type: string format: date-time FullTime: type: string format: full-time DateMonth: type: string format: date-month DateMonthDay: type: string format: date-mday DayInYear: type: object properties: month: $ref: '#/components/schemas/DateMonth' monthDay: $ref: '#/components/schemas/DateMonthDay' Latitude: type: number format: float Loading Loading @@ -141,6 +157,14 @@ components: Uri: type: string TimeInterval: type: object properties: intervalStart: $ref: '#/components/schemas/FullTime' intervalEnd: $ref: '#/components/schemas/FullTime' AdministrativeState: type: string enum: Loading