blob: dbb355b9bdba4a28325b890b071b3cf00117e659 [file] [log] [blame]
{
"$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"]
}
]
}