{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "emitted": {
      "type": "integer",
      "minimum": 0,
      "maximum": 9007199254740991
    },
    "evaluated": {
      "type": "integer",
      "minimum": 0,
      "maximum": 9007199254740991
    },
    "more": {
      "type": "boolean"
    },
    "asOf": {
      "type": "string"
    },
    "delivery": {
      "type": "string",
      "const": "retained_only"
    }
  },
  "required": [
    "emitted",
    "evaluated",
    "more",
    "asOf",
    "delivery"
  ],
  "additionalProperties": {}
}
