Loading OpenAPI/comDefs.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,9 @@ components: DateTime: type: string format: date-time FullTime: type: string format: full-time Latitude: type: number format: float Loading Loading @@ -99,6 +102,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/comDefs.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,9 @@ components: DateTime: type: string format: date-time FullTime: type: string format: full-time Latitude: type: number format: float Loading Loading @@ -99,6 +102,14 @@ components: Uri: type: string TimeInterval: type: object properties: intervalStart: $ref: '#/components/schemas/FullTime' intervalEnd: $ref: '#/components/schemas/FullTime' AdministrativeState: type: string enum: Loading