{
  "$id": "ALIYUN::ECS::VPC",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::ECS::VPC"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "Description": {
          "type": "string"
        },
        "ResourceGroupId": {
          "type": "string"
        },
        "CidrBlock": {
          "type": "string"
        },
        "VpcName": {
          "type": "string"
        },
        "Ipv6CidrBlock": {
          "type": "string"
        },
        "EnableIpv6": {
          "type": "boolean"
        }
      },
      "required": [],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::VPC"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ECS::VPC"
  },
  "insertText": "${1:VPC}:\n  Type: ALIYUN::ECS::VPC\n  Properties:\n    "
}