Files
api-specs/nerm/schemas/Job.yaml
2023-05-12 15:35:08 -04:00

17 lines
308 B
YAML

type: object
properties:
info:
type: string
example: "job has started"
job_status:
type: object
properties:
job_id:
type: string
example: "3ce88e47ad6dba2ddf349d21"
status:
type: string
example: "queued"
status:
type: int
example: 200