CloudsStormInfrasCode.yml 309 Bytes
Newer Older
1 2 3 4 5
  CloudsStormInfrasCode:
    type: "object"
    properties:
      Mode:
        type: "string"
6
        enum: [LOCAL, CTRL]
7 8 9 10
      InfrasCodes:
        type: "array"
        items:
          $ref: "https://raw.githubusercontent.com/skoulouzis/CONF/DRIP_3.0/openAPI/schema/CloudStorm/InfrasCode.yml#/InfrasCode"