Created
November 21, 2022 15:56
-
-
Save foobra/9db4bed0587e1c66e56f193c9d104908 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
definitions: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
gender: | |
type: object | |
properties: | |
type: | |
type: string | |
res: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
slot: | |
type: object | |
properties: | |
type: | |
type: string | |
resId: | |
type: object | |
properties: | |
type: | |
type: string | |
baseModel: | |
type: object | |
properties: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
resId: | |
type: object | |
properties: | |
type: | |
type: string | |
makeup: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
type: | |
type: object | |
properties: | |
type: | |
type: string | |
resId: | |
type: object | |
properties: | |
type: | |
type: string | |
bsface: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
name: | |
type: object | |
properties: | |
type: | |
type: string | |
value: | |
type: object | |
properties: | |
type: | |
type: string | |
animations: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string | |
background: | |
type: object | |
properties: | |
type: | |
type: string | |
foreground: | |
type: object | |
properties: | |
type: | |
type: string | |
baseAnimation: | |
type: object | |
properties: | |
type: | |
type: string | |
styleId: | |
type: object | |
properties: | |
type: | |
type: string | |
color: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string | |
required: | |
type: array | |
items: | |
type: string | |
properties: | |
type: object | |
properties: | |
colorKey: | |
type: object | |
properties: | |
type: | |
type: string | |
color: | |
type: object | |
properties: | |
type: | |
type: string | |
items: | |
type: object | |
properties: | |
type: | |
type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment