{
  "$schema": "http://json-schema.org/schema",
  "$id": "NgxCoreComponentsDashboardSchema",
  "title": "Dashboard Schematic Options Schema",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the component to generate.",
      "$default": {
        "$source": "argv",
        "index": 0
      }
    }
  },
  "required": [
    "name"
  ]
}
