{
  "$schema": "https://json-schema.org/draft-07/schema",
  "$id": "https://json-schema.org/draft-07/schema",
  "title": "NxDeployIt Destroy infrastructure",
  "description": "Destroy the infrastructure for the app",
  "type": "object",
  "properties": {
    "nonInteractive": {
      "type": "boolean",
      "default": false,
      "description": "Changes will apply without user input"
    }
  },
  "required": []
}
