Commit f69d8260 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

add missing OSType schema

parent c7dfb8c4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2320,6 +2320,18 @@ components:
          items:
            $ref: '#/components/schemas/OSType'

    OSType:
      type: object
      properties:
        distribution:
          type: string
        version:
          type: string
        architecture:
          type: string
        license:
          type: string
          
    FixedNetworkIds:
      minItems: 1
      type: array