Bug 32030: ERM Licenses - Make field 'type' not nullable, it isn't nullable in the...
authorPedro Amorim <pjamorim91@gmail.com>
Tue, 25 Oct 2022 10:19:02 +0000 (10:19 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:39 +0000 (09:44 -0300)
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
api/v1/swagger/definitions/erm_license.yaml

index 87c2da7..f17f92d 100644 (file)
@@ -20,9 +20,7 @@ properties:
       - "null"
   type:
     description: description of the license
-    type:
-      - string
-      - "null"
+    type: string
   status:
     description: status of the license
     type: string
@@ -54,3 +52,4 @@ required:
   - license_id
   - name
   - status
+  - type
\ No newline at end of file