Files
peya-nodejs-pool/node_modules/har-schema/lib/creator.json
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00:00

21 lines
312 B
JSON

{
"$id": "creator.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}