mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Schema: only require Repo, RepoType and SourceCode
... when there is no NoSourceSince
This commit is contained in:
parent
5ad2e755c8
commit
22bafb760f
1 changed files with 14 additions and 3 deletions
|
|
@ -661,11 +661,22 @@
|
|||
"required": [
|
||||
"Categories",
|
||||
"License",
|
||||
"SourceCode",
|
||||
"RepoType",
|
||||
"Repo",
|
||||
"Builds"
|
||||
],
|
||||
"anyOf": [
|
||||
{
|
||||
"required": [
|
||||
"Repo",
|
||||
"RepoType",
|
||||
"SourceCode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"required": [
|
||||
"NoSourceSince"
|
||||
]
|
||||
}
|
||||
],
|
||||
"additionalProperties": false,
|
||||
"definitions": {
|
||||
"anti_features": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue