Add support for aliases
This commit is contained in:
parent
c051a7fda3
commit
d9bb3616a6
5 changed files with 1596 additions and 0 deletions
1572
data/manifest.yaml
1572
data/manifest.yaml
File diff suppressed because it is too large
Load diff
|
@ -118,3 +118,5 @@ additionalProperties:
|
|||
type: array
|
||||
items:
|
||||
type: integer
|
||||
alias:
|
||||
type: string
|
||||
|
|
|
@ -99,3 +99,9 @@ additionalProperties:
|
|||
type: array
|
||||
items:
|
||||
type: integer
|
||||
alias:
|
||||
description: |
|
||||
When this field is populated with another game's title,
|
||||
the current entry's title can be used as a nickname to look up the other game.
|
||||
The other fields in the current entry should be ignored.
|
||||
type: string
|
||||
|
|
Reference in a new issue