Commit be744b0f authored by M. Rehan Abbasi's avatar M. Rehan Abbasi Committed by Giacomo Bernini
Browse files

update schemas

parent 7dc56a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@
build/
dist/
libspecs/
/.vscode
 No newline at end of file
.vscode/
+144 −144
Original line number Diff line number Diff line
{
  "description": "This type represents a Change state operation occurrence.\n",
  "type": "object",
  "required": [
    "id",
    "notificationType",
    "subscriptionId",
    "timestamp",
    "changeStateOpOccId",
    "stateChangedTime",
    "changeStateOperationState",
    "managedObjectRef",
    "_links"
  ],
  "properties": {
    "id": {
      "description": "An identifier with the intention of being globally unique.\n",
@@ -136,16 +147,5 @@
        "changeStateOpOcc"
      ]
    }
    },
    "required": [
      "id",
      "notificationType",
      "subscriptionId",
      "timestamp",
      "changeStateOpOccId",
      "stateChangedTime",
      "changeStateOperationState",
      "managedObjectRef",
      "_links"
    ]
  }
}
 No newline at end of file
+81 −81
Original line number Diff line number Diff line
{
  "description": "This type represents a Change state operation occurrence. \n",
  "type": "object",
  "required": [
    "id",
    "operationState",
    "stateEnteredTime",
    "startTime",
    "managedObjectRef"
  ],
  "properties": {
    "id": {
      "description": "An identifier with the intention of being globally unique.\n",
@@ -74,12 +81,5 @@
    "operationParams": {
      "description": "Input parameters of the change state operation. This attribute shall be  formatted according to the request data type of the related change state  operation. \nThe following mapping between operationType and the data type of this  attribute shall apply:\n  - CHANGE_STATE: ChangeStateRequest\n  \nThis attribute shall be present if this data type is returned in a response  to reading an individual resource, and may be present according to the chosen  attribute selector parameter if this data type is returned in a response to  a query of a container resource.\n"
    }
    },
    "required": [
      "id",
      "operationState",
      "stateEnteredTime",
      "startTime",
      "managedObjectRef"
    ]
  }
}
 No newline at end of file
+11 −10
Original line number Diff line number Diff line
{  "type": "array",  
{
  "type": "array",  
  "items": {
    "description": "This type represents a Change state operation occurrence. \n",
    "type": "object",
    "required": [
      "id",
      "operationState",
      "stateEnteredTime",
      "startTime",
      "managedObjectRef"
    ],
    "properties": {
      "id": {
        "description": "An identifier with the intention of being globally unique.\n",
@@ -75,13 +83,6 @@
      "operationParams": {
        "description": "Input parameters of the change state operation. This attribute shall be  formatted according to the request data type of the related change state  operation. \nThe following mapping between operationType and the data type of this  attribute shall apply:\n  - CHANGE_STATE: ChangeStateRequest\n  \nThis attribute shall be present if this data type is returned in a response  to reading an individual resource, and may be present according to the chosen  attribute selector parameter if this data type is returned in a response to  a query of a container resource.\n"
      }
    },
    "required": [
      "id",
      "operationState",
      "stateEnteredTime",
      "startTime",
      "managedObjectRef"
    ]
    }
  }
 }
 No newline at end of file
+102 −102
Original line number Diff line number Diff line
{
  "description": "This type represents a subscription related to notifications about  NFV-MANO configuration and information management changes\n",
  "type": "object",
  "required": [
    "id",
    "callbackUri",
    "_links"
  ],
  "properties": {
    "id": {
      "description": "An identifier with the intention of being globally unique.\n",
      "type": "string"
    },
    "filter": {
        "description": "This type represents a subscription filter related to notifications  about NFV-MANO configuration and information management. \n",
      "description": "This type represents a subscription filter related to notifications  about NFV-MANO configuration and information management. * NOTE:\tThe permitted values of the \"notificationTypes\" attribute are spelled exactly as the names\n        of the notification types to facilitate automated code generation systems.\n",
      "type": "object",
      "properties": {
        "manoEntitySubscriptionFilter": {
@@ -66,7 +71,7 @@
          }
        },
        "notificationTypes": {
            "description": "Match particular notification types. \nPermitted values:\n  - InformationChangedNotification\n  - ChangeStateNotification\n\nNOTE:\tThe permitted values of the \"notificationTypes\" attribute are  spelled exactly as the names of the notification types to facilitate  automated code generation systems.\n",
          "description": "Match particular notification types. \nPermitted values:\n  - InformationChangedNotification\n  - ChangeStateNotification\n\nSee note.\n",
          "type": "array",
          "items": {
            "type": "string",
@@ -104,10 +109,5 @@
        "self"
      ]
    }
    },
    "required": [
      "id",
      "callbackUri",
      "_links"
    ]
  }
}
 No newline at end of file
Loading