{
	"$id": "https://www.atsc-schemas.org/atsc3.0/a344/20230217/org.atsc.cache.markUnused-request.json",
  "$schema": "https://json-schema.org/draft/2019-09/schema#",
  "title": "Mark Unused API",
  "description": "Mark Unused API",
  "type": "object",
  "properties": {
    "jsonrpc": {
      "type": "string",
      "enum": [
        "2.0"
      ]
    },
    "id": {
      "type": "integer"
    },
    "method": {
      "type": "string",
      "enum": [
        "org.atsc.cache.markUnused"
      ]
    },
    "params": {
      "type": "object",
      "properties": {
        "elementUri": {
          "type": "string",
          "format": "uri-reference"
        }

    },
    "required": [
      "elementUri"
    ]}
  },
  "required": [
    "jsonrpc",
    "id",
    "method",
    "params"
  ]
}
