An automotive patent or application tracked by DRIVE (drivepatents.com). Paired with a site.standard.document record for the human-readable patent page.
any
Any valid record key
Properties
abstract
string
Optional
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemesassignees
array
of
string
Optional
No description available.
maxLength: 25 itemsclassifications
array
of
string
Optional
CPC codes.
maxLength: 50 itemscreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
documentRef
ref
com.atproto.repo.strongRef
Optional
The site.standard.document record for this patent page.
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 itemsjurisdiction
string
Required
No description available.
US, EP, WO, JP, CN, KRkind
string
Required
Kind code, e.g. B2, A1.
maxLength: 8 bytespatentNumber
string
Required
No description available.
maxLength: 64 bytespublishedAt
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.
application, granted, expired, supersededsupersededBy
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 graphemesView 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."
}