{
  "$schema": "http://json-schema.org/schema",
  "id": "NxRelease",
  "title": "Semantic Release Configuration",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Name of the publishable library to add semantic release to.",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "Which project do you want to add semantic release to?"
    }
  },
  "required": ["project"],
  "additionalProperties": false
}
