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

20 lines
255 B
JSON

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