{
  "$schema": "http://json-schema.org/schema",
  "id": "empty-lib-nestjs",
  "type": "object",
  "hidden": true,
  "properties": {
    "workspace": {
      "type": "string",
      "hidden": true,
      "description": "The workspace directory name.",
      "default": "."
    },
    "name": {
      "description": "The name of the library.",
      "type": "string",
      "format": "html-selector",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "What name would you like to use for the library?"
    },
    "org": {
      "description": "The name of organization.",
      "type": "string",
      "format": "html-selector",
      "x-prompt": "What name would you like to use for the organization?"
    }
  },
  "required": []
}