Codebase list node-har-schema / e722975f-d5cb-4f1c-8457-0f6f568d78d5/main lib / creator.json
e722975f-d5cb-4f1c-8457-0f6f568d78d5/main

Tree @e722975f-d5cb-4f1c-8457-0f6f568d78d5/main (Download .tar.gz)

creator.json @e722975f-d5cb-4f1c-8457-0f6f568d78d5/mainraw · history · blame

{
  "$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"
    }
  }
}