kubernetes-handbook/node_modules/har-validator/lib/schemas/creator.json

19 lines
230 B
JSON

{
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}