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
characterNameType: String
Description: The name of a stick character registered on the wiki.
characterPhoto
characterPhotoType: String
Description: An valid URL to the photo of a stick character.
characterMeta
characterMetaType: JSON Object
Description: This object holds important metadata about a character, such as animator and powersAndAbilities.
powersAndAbilities
powersAndAbilitiesType: JSON Object
Description: This object holds metadata about the character's weapons, strengths, and weaknesses.
weapons
weaponsType: JSON Array
Description: Array of strings containing the weapons a character uses.
strength
strengthType: JSON Array
Description:
weaknesses
weaknessesType: JSON Array
Description:
creator
creatorType: JSON Object
Description:
battles
battlesType: JSON Object
Description:
A complete example
Here's the full example on how a new StickPage entry should be like.
Last updated
Was this helpful?