{
  "$schema": "http://json-schema.org/schema",
  "id": "SchematicsWchSdkCiBuild",
  "title": "WchSdk CI Build Options Schema",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "url": {
      "type": "string",
      "description": "The WCH API URL.",
      "format": "url"
    },
    "type": {
      "type": "string",
      "enum": ["travis"],
      "description": "The continous build system."
    }
  },
  "required": [],
  "additionalProperties": false
}
