Skip to content

Commit

Permalink
docs: update docs/oas (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangekame3 authored Oct 9, 2024
1 parent 20b9c1f commit 44a7ad4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/oas/provider/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ components:
description: Parameter mandatory and valid for status 'NOT_AVAILABLE'
type: string
format: date-time
example: '2023-09-10T14:00:00Z'
example: '2023-09-10T14:00:00+09:00'
devices.DevicePendingTasksUpdate:
type: object
properties:
Expand Down Expand Up @@ -513,7 +513,7 @@ components:
description: Parameter mandatory and valid if calibrationData not null
type: string
format: date-time
example: '2023-09-10T14:00:00Z'
example: '2023-09-10T14:00:00+09:00'
devices.DeviceDataUpdate:
discriminator:
propertyName: command
Expand Down Expand Up @@ -710,7 +710,7 @@ components:
createdAt:
type: string
format: date-time
example: '2022-10-19 11:45:34'
example: '2022-10-19T11:45:34+09:00'
required:
- taskId
- code
Expand Down Expand Up @@ -739,7 +739,7 @@ components:
optimizationBlockSize: 1
optimizationSwapLevel: 1
status: QUEUED_FETCHED
createdAt: '2022-10-19 11:45:34'
createdAt: '2022-10-19T11:45:34+09:00'
tasks.TaskStatusUpdate:
type: object
properties:
Expand Down
12 changes: 6 additions & 6 deletions docs/oas/user/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ components:
description: Parameter mandatory and valid for 'NOT_AVAILABLE' devices
type: string
format: date-time
example: '2022-10-19 11:45:34'
example: '2022-10-19T11:45:34+09:00'
nPendingTasks:
type: integer
example: 8
Expand Down Expand Up @@ -980,7 +980,7 @@ components:
description: Parameter available only for 'QPU' devices with available calibration data
type: string
format: date-time
example: '2022-10-19 11:45:34'
example: '2022-10-19T11:45:34+09:00'
description:
type: string
example: State vector-based quantum circuit simulator
Expand Down Expand Up @@ -1135,7 +1135,7 @@ components:
createdAt:
type: string
format: date-time
example: '2022-10-19 11:45:34'
example: '2022-10-19T11:45:34+09:00'
required:
- taskId
- code
Expand All @@ -1161,7 +1161,7 @@ components:
optimizationSwapLevel: 1
note: Bell State Sampling Example
status: QUEUED
createdAt: '2022-10-19 11:45:34'
createdAt: '2022-10-19T11:45:34+09:00'
tasks.SamplingTaskDef:
type: object
properties:
Expand Down Expand Up @@ -1379,7 +1379,7 @@ components:
createdAt:
type: string
format: date-time
example: '2022-10-19 11:45:34'
example: '2022-10-19T11:45:34+09:00'
required:
- taskId
- code
Expand Down Expand Up @@ -1414,7 +1414,7 @@ components:
optimizationSwapLevel: 1
note: Bell State Estimation Example
status: QUEUED
createdAt: '2022-10-19 11:45:34'
createdAt: '2022-10-19T11:45:34+09:00'
tasks.EstimationTaskDef:
type: object
properties:
Expand Down

0 comments on commit 44a7ad4

Please sign in to comment.