View | Details | Raw Unified | Return to bug 39771
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/job.yaml (-2 / +3 lines)
Lines 31-37 properties: Link Here
31
    type: string
31
    type: string
32
  data:
32
  data:
33
    description: job data
33
    description: job data
34
    type: object
34
    type:
35
      - object
36
      - "null"
35
  context:
37
  context:
36
    description: job context
38
    description: job context
37
    type: object
39
    type: object
38
- 

Return to bug 39771