Work

Occupational record for a character.

Games And ComicsSuperheroesComic BooksOpen SourceStatic APIGitHub PagesPublic APIs

Properties

Name Type Description
occupation string
base string
View JSON Schema on GitHub

JSON Schema

superheroes-work-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://akabab.github.io/superhero-api/api/work-schema.json",
  "title": "Work",
  "description": "Occupational record for a character.",
  "type": "object",
  "properties": {
    "occupation": { "type": "string" },
    "base":       { "type": "string" }
  }
}