{
  "$id": "ALIYUN::FOAS::Project",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::FOAS::Project"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "DeployType": {
          "type": "string"
        },
        "ManagerIds": {
          "type": "string"
        },
        "Description": {
          "type": "string"
        },
        "ClusterId": {
          "type": "string"
        },
        "OrderId": {
          "type": "string"
        },
        "Name": {
          "type": "string"
        }
      },
      "required": [
        "DeployType",
        "ManagerIds",
        "Name"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::FOAS::Project"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::FOAS::Project"
  },
  "insertText": "${1:Project}:\n  Type: ALIYUN::FOAS::Project\n  Properties:\n    "
}