{
  "$id": "ALIYUN::UIS::UisNode",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::UIS::UisNode"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "UisId": {
          "type": "string"
        },
        "IpAddrsNum": {
          "type": "integer"
        },
        "UisNodeBandwidth": {
          "type": "integer"
        },
        "UisNodeAreaId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "UisId",
        "IpAddrsNum",
        "UisNodeBandwidth",
        "UisNodeAreaId"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::UIS::UisNode"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::UIS::UisNode"
  },
  "insertText": "${1:UisNode}:\n  Type: ALIYUN::UIS::UisNode\n  Properties:\n    "
}