GamerPower · Schema

GiveawayList

An array of live Giveaway records.

Games And ComicsGiveawaysFree GamesPublic APIs
View JSON Schema on GitHub

JSON Schema

gamerpower-giveaway-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/gamerpower/refs/heads/main/json-schema/gamerpower-giveaway-list-schema.json",
  "title": "GiveawayList",
  "description": "An array of live Giveaway records.",
  "type": "array",
  "items": {
    "$ref": "https://raw.githubusercontent.com/api-evangelist/gamerpower/refs/heads/main/json-schema/gamerpower-giveaway-schema.json"
  }
}