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

(-)a/api/v1/swagger/definitions/erm_counter_registry.yaml (+3 lines)
Lines 52-57 properties: Link Here
52
    type: array
52
    type: array
53
    items:
53
    items:
54
      type: object
54
      type: object
55
  audited:
56
    description: has the record been audited?
57
    type: boolean
55
58
56
additionalProperties: false
59
additionalProperties: false
57
60
(-)a/api/v1/swagger/definitions/erm_sushi_service.yaml (-1 / +5 lines)
Lines 109-114 properties: Link Here
109
    type:
109
    type:
110
      - string
110
      - string
111
      - "null"
111
      - "null"
112
  migrations:
113
    description: migrations for the sushi service
114
    type: array
115
    items:
116
      type: object
112
117
113
additionalProperties: false
118
additionalProperties: false
114
119
115
- 

Return to bug 35757