Skip to content

Commit

Permalink
Update poetry-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerluis1982 committed Nov 19, 2021
1 parent 8b06302 commit f22529d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/poetry/json/schemas/poetry-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,19 @@
"$ref": "#/definitions/maintainers"
},
"readme": {
"type": "string",
"description": "The path to the README file"
"anyOf": [
{
"type": "string",
"description": "The path to the README file."
},
{
"type": "array",
"description": "A list of paths to the readme files.",
"items": {
"type": "string"
}
}
]
},
"classifiers": {
"type": "array",
Expand Down

0 comments on commit f22529d

Please sign in to comment.