JSON Schema: StickPage Entry
Before you dive in
Every StickPage entry must contain data from the StickPage Wiki.
Please take a look at this page on how to read the JSON schema docs.
characterName
characterName
Type: String
Description: The name of a stick character registered on the wiki.
characterPhoto
characterPhoto
Type: String
Description: An valid URL to the photo of a stick character.
characterMeta
characterMeta
Type: JSON Object
Description: This object holds important metadata about a character, such as animator
and powersAndAbilities
.
powersAndAbilities
powersAndAbilities
Type: JSON Object
Description: This object holds metadata about the character's weapons, strengths, and weaknesses.
weapons
weapons
Type: JSON Array
Description: Array of strings containing the weapons a character uses.
strength
strength
Type: JSON Array
Description:
weaknesses
weaknesses
Type: JSON Array
Description:
creator
creator
Type: JSON Object
Description:
battles
battles
Type: JSON Object
Description:
A complete example
Here's the full example on how a new StickPage entry should be like.
Last updated