feat: add valid and invalid fields

Also change ID in proto for ForcedTags since the previous ID's should be reserved for commented fields
This commit is contained in:
Adrien Raffin-Caboisse
2022-04-16 11:30:51 +02:00
parent 98f54c9f7f
commit 587bdc75de
3 changed files with 107 additions and 71 deletions

View File

@@ -951,6 +951,18 @@
"items": {
"type": "string"
}
},
"invalidTags": {
"type": "array",
"items": {
"type": "string"
}
},
"validTags": {
"type": "array",
"items": {
"type": "string"
}
}
}
},