{
  "$schema": "http://json-schema.org/schema",
  "$id": "AwsDeploy",
  "title": "AWS Deploy",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "additionalProperties": false
  },
  "required": [
    "project"
  ]
}
