Files
agent-skills/wechat-article-extractor-skill/node_modules/har-schema/lib/har.json
Hermes Agent ccc63d1e70 first commit
2026-05-10 13:52:46 +08:00

14 lines
200 B
JSON

{
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}