{
  "$schema" : "https://json-schema.org/draft/2020-12/schema",
  "$id" : "https://voltdb.com/voltsp/schemas/resource/https-get",
  "title" : "Https-get Resource Configuration",
  "description" : "The `https-get` resource allows fetching remote resources with HTTP GET `https://` URI schema.\nIt is not meant to be instantiated directly. Once configured, user can request a resource through org.voltdb.stream.api.resources.FileAccess#getData call.\n",
  "type" : "object",
  "properties" : {
    "https-get" : {
      "type" : "object",
      "properties" : { },
      "additionalProperties" : false
    }
  },
  "required" : [ "https-get" ],
  "additionalProperties" : false
}
