diff --git a/src/schemas/json/partial-poetry.json b/src/schemas/json/partial-poetry.json index 7d16166d64f..fd123c7463f 100644 --- a/src/schemas/json/partial-poetry.json +++ b/src/schemas/json/partial-poetry.json @@ -509,6 +509,10 @@ }, "format": { "$ref": "#/definitions/poetry-package-formats" + }, + "to": { + "type": "string", + "description": "Where the package should be installed in the final distribution." } } }