Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filvecchiato committed Dec 20, 2024
1 parent e4e995f commit 4dcdf17
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion docs/src/openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3338,12 +3338,16 @@ components:
coreId:
type: string
description: The core id.
taskId:
paraId:
type: string
description: The parachain core.
workload:
type: object
$ref: '#/components/schemas/CoretimeWorkload'
workplan:
type: array
items:
$ref: '#/components/schemas/CoretimeWorkplan'
type:
description: The paid price.
type: object
Expand Down Expand Up @@ -3420,6 +3424,34 @@ components:
CoretimeUntil:
type: string
description: The lease expiry time.
CoretimeWorkplan:
type: object
properties:
core:
type: string
description: The core id.
timeslice:
type: string
description: The timeslice.
info:
type: array
items:
$ref: '#/components/schemas/CoretimeWorkplanInfo'
CoretimeWorkplanInfo:
type: object
properties:
isPool:
type: boolean
description: Whether the workload is a pool.
isTask:
type: boolean
description: Whether the workload is a task.
mask:
type: string
description: The mask.
task:
type: string
description: The parachain id.
CoretimeWorkload:
type: object
properties:
Expand Down

0 comments on commit 4dcdf17

Please sign in to comment.