{ "$schema": "http://json-schema.org/schema#", "oneOf": [ { "type": "object", "properties": { "pip": { "type": "array", "items": { "type": "string" }, "title": "Embedded Requirements File", "description": "An array of strings representing of the requirements file to use for installing the subcommand for Pip. Each item is interpreted as a line in the requirements file." } }, "additionalProperties": false, "required": ["pip"] } ] }