1
0
Fork 0
waifurudor.de/node_modules/har-schema/lib/header.json
2022-04-02 18:40:13 -04:00

20 lines
250 B
JSON

{
"id": "header.json#",
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}