{
  "$schema": "http://json-schema.org/schema",
  "id": "rucken-entity-ionic",
  "description": "The generator of the main components for editing data on the model and for a mobile frontend application on Angular7+ with Ionic4, based on the Rucken template",
  "examples": [
    "rucken-entity-ionic custom-entity --org custom-org --lib custom-lib-ionic --entitiesLib custom-lib"
  ],
  "type": "object",
  "properties": {
    "workspace": {
      "type": "string",
      "hidden": true,
      "description": "The workspace directory name.",
      "default": "."
    },
    "name": {
      "description": "The name of the entity.",
      "type": "string",
      "format": "html-selector",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "What name would you like to use for the entity?"
    },
    "lib": {
      "description": "The name of the library.",
      "type": "string",
      "format": "html-selector",
      "x-prompt": "What name would you like to use for the library?"
    },
    "entitiesLib": {
      "description": "The name of the library with entities.",
      "type": "string",
      "format": "html-selector",
      "x-prompt": "What name would you like to use for the library with entities?"
    },
    "entitiesLibOrg": {
      "description": "The name of organization for entities.",
      "type": "string",
      "format": "html-selector",
      "hidden": true
    },
    "org": {
      "description": "The name of organization.",
      "type": "string",
      "format": "html-selector",
      "x-prompt": "What name would you like to use for the organization?"
    }
  },
  "required": []
}