USPTO · Schema

ProsecutionEvent

GovernmentIntellectual PropertyOpen DataPatentsRegulatoryTrademarksUSPTO

Properties

Name Type Description
date string
eventCode string
eventDescription string
documentUrl string
View JSON Schema on GitHub

JSON Schema

uspto-prosecutionevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProsecutionEvent",
  "title": "ProsecutionEvent",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date"
    },
    "eventCode": {
      "type": "string"
    },
    "eventDescription": {
      "type": "string"
    },
    "documentUrl": {
      "type": "string",
      "format": "uri"
    }
  }
}