{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "pip_find_links": { "type": "string", "title": "Location for finding packages", "description": "If a url or path to an html file, then parse for links to archives. If a local path or file:// url that’s a directory, then look for archives in the directory listing." } }, "additionalProperties": false }