Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
41 lines
No EOL
914 B
JSON
41 lines
No EOL
914 B
JSON
{
|
|
"name": "USPTO Patent",
|
|
"description": "Extract patent data from USPTO",
|
|
"site": "uspto.gov",
|
|
"category": "reference",
|
|
"icon": "\ud83d\udcdc",
|
|
"schema": {
|
|
"name": "uspto_patent",
|
|
"base_selector": "body",
|
|
"fields": [
|
|
{
|
|
"name": "title",
|
|
"selector": "h1",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "patent_number",
|
|
"selector": "[class*='patent-number']",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "inventors",
|
|
"selector": "[class*='inventors']",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "filing_date",
|
|
"selector": "[class*='filing-date']",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "abstract",
|
|
"selector": ".abstract",
|
|
"type": "text"
|
|
}
|
|
]
|
|
},
|
|
"url_pattern": "*://www.uspto.gov/*",
|
|
"_license": "MIT",
|
|
"_copyright": "Copyright (c) 2026 Rug Munch Media LLC"
|
|
} |