Codebase list node-har-schema / run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main lib / query.json
run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main

Tree @run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/main (Download .tar.gz)

query.json @run/a4c2552c-a365-4c0a-a94a-1889c1adaf26/mainraw · history · blame

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