{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProjectPurgeRequest", "properties": { "ignoreBackendErrors": { "description": "Ignore errors when purging data from backend storage.", "type": "boolean", "default": false } }, "type": "object" }