Add support for aliases

This commit is contained in:
mtkennerly 2023-12-26 04:56:24 +08:00
parent c051a7fda3
commit d9bb3616a6
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 1596 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -118,3 +118,5 @@ additionalProperties:
type: array
items:
type: integer
alias:
type: string

View file

@ -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