{
  "$schema": "http://json-schema.org/schema",
  "$id": "SiaraShieldNgAddSchema",
  "title": "SiaraShield ng-add",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Angular project name to update (defaults to defaultProject)."
    },
    "noncePlaceholder": {
      "type": "string",
      "default": "REPLACE_WITH_NONCE",
      "description": "Placeholder text used inside index.html CSP meta. In production you must replace this per-request on the server."
    }
  }
}

