com.drivepatents.patent

drivepatents.com

Documentation

An automotive patent or application tracked by DRIVE (drivepatents.com). Paired with a site.standard.document record for the human-readable patent page.

main record

An automotive patent or application tracked by DRIVE (drivepatents.com). Paired with a site.standard.document record for the human-readable patent page.

Record Key any Any valid record key

Properties

abstract string Optional

No description available.

maxLength: 30000 bytesmaxGraphemes: 3000 graphemes
assignees array of string Optional

No description available.

maxLength: 25 items
classifications array of string Optional

CPC codes.

maxLength: 50 items
createdAt string datetime Required

An RFC 3339 formatted timestamp.

drivePostUrl string uri Optional

A valid URI.

filedAt string datetime Optional

An RFC 3339 formatted timestamp.

grantedAt string datetime Optional

An RFC 3339 formatted timestamp.

inventors array of string Optional

No description available.

maxLength: 50 items
jurisdiction string Required

No description available.

Known values: US, EP, WO, JP, CN, KR
kind string Required

Kind code, e.g. B2, A1.

maxLength: 8 bytes
patentNumber string Required

No description available.

maxLength: 64 bytes
publishedAt string datetime Optional

An RFC 3339 formatted timestamp.

site string at-uri Optional

AT-URI of the site.standard.publication this patent is published under.

sourceUrl string uri Optional

A valid URI.

status string Optional

No description available.

Known values: application, granted, expired, superseded
supersededBy string at-uri Optional

AT-URI of the com.drivepatents.patent record that supersedes this one (e.g. the grant that replaced a pre-grant publication). rkeys are deterministic, so this URI is valid even if the successor record syncs later.

title string Required

No description available.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "patentNumber",
      "jurisdiction",
      "kind",
      "title",
      "createdAt"
    ],
    "properties": {
      "kind": {
        "type": "string",
        "maxLength": 8,
        "description": "Kind code, e.g. B2, A1."
      },
      "site": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the site.standard.publication this patent is published under."
      },
      "title": {
        "type": "string",
        "maxLength": 5000,
        "maxGraphemes": 500
      },
      "status": {
        "type": "string",
        "knownValues": [
          "application",
          "granted",
          "expired",
          "superseded"
        ]
      },
      "filedAt": {
        "type": "string",
        "format": "datetime"
      },
      "abstract": {
        "type": "string",
        "maxLength": 30000,
        "maxGraphemes": 3000
      },
      "assignees": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 2000,
          "maxGraphemes": 200
        },
        "maxLength": 25
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "grantedAt": {
        "type": "string",
        "format": "datetime"
      },
      "inventors": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 1000,
          "maxGraphemes": 100
        },
        "maxLength": 50
      },
      "sourceUrl": {
        "type": "string",
        "format": "uri"
      },
      "documentRef": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The site.standard.document record for this patent page."
      },
      "publishedAt": {
        "type": "string",
        "format": "datetime"
      },
      "drivePostUrl": {
        "type": "string",
        "format": "uri"
      },
      "jurisdiction": {
        "type": "string",
        "knownValues": [
          "US",
          "EP",
          "WO",
          "JP",
          "CN",
          "KR"
        ]
      },
      "patentNumber": {
        "type": "string",
        "maxLength": 64
      },
      "supersededBy": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the com.drivepatents.patent record that supersedes this one (e.g. the grant that replaced a pre-grant publication). rkeys are deterministic, so this URI is valid even if the successor record syncs later."
      },
      "classifications": {
        "type": "array",
        "items": {
          "type": "string",
          "maxLength": 320,
          "maxGraphemes": 32
        },
        "maxLength": 50,
        "description": "CPC codes."
      }
    }
  },
  "description": "An automotive patent or application tracked by DRIVE (drivepatents.com). Paired with a site.standard.document record for the human-readable patent page."
}

Lexicon Garden

@