instance-varnish-output-schema.json 269 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Values returned by Varnish instanciation",
  "properties": {
    "url": {
      "description": "Varnish HTTP service access information",
      "type": "string"
    }
  },
  "type": "object"
}