{
  "type": "object",
  "properties": {
    "async": {
      "type": "boolean",
      "description": "When set to `true`, the request will be performed asynchronously. Returns a 202 status code when the job is successfully queued.",
      "default": false
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}