{
    "$schema": "http://json-schema.org/draft-07/schema",
    "$id": "sunbird-pdf-player-ng-add",
    "title": "Sunbird PDF Player ng-add schematic",
    "type": "object",
    "properties": {
      "project": {
        "type": "string",
        "description": "Name of the project.",
        "$default": {
          "$source": "projectName"
        }
      }
    },
    "required": []
  }