Commit 86b67f6d authored by Zu Qiang's avatar Zu Qiang 🛀
Browse files

Update file TS28560_StmCtrl.yaml

parent 54936af6
Loading
Loading
Loading
Loading
Loading
+63 −2
Original line number Diff line number Diff line
@@ -17,12 +17,73 @@ components:
    NetworkInterface:
      type: object
      properties:
        networkInterface:
          type: string
        networkInterfaceType:
          $ref: '#/components/schemas/NetworkInterfaceType'
        serviceOperationList:
          $ref: '#/components/schemas/ServiceOperationList'
        networkInterfaceInstanceList:
          $ref: '#/components/schemas/NetworkInterfaceInstanceList'
    NetworkInterfaceType:
      type: string
      enum:
        - file
        - streaming
        - ALL;
        - N2;
        - N4;
        - N5;
        - N7;
        - N8;
        - N10;
        - N11;
        - N12;
        - N13;
        - N14;
        - N15;
        - N16;
        - N17;
        - N18;
        - N20;
        - N21;
        - N22;
        - N23;
        - N26;
        - N28;
        - N29;
        - N30;
        - N33;
        - N34;
        - N35;
        - N36;
        - N37;
        - N40;
        - N41;
        - N42;
        - N51;
        - N52;
        - N58;
        - N59;
        - N60;
        - N61;
        - N62;
        - N63;
        - N80;
        - N81;
        - N82;
        - N83;
        - N84;
        - N85;
        - N86;
        - N87;
        - N88;
        - N89;
        - N96;
        - NL1;
        - NL2;
        - NL5;
        - NL6;
        - NL8;
        - NL9;
    NetworkInterfaceInstanceList:
      type: array
      uniqueItems: true