{
  "json-api-viewer/title": {
    "type": "string",
    "description": "Provide a title for your displayed api"
  },
  "json-api-viewer/json": {
    "type": "object",
    "description": "This is the JSON to be displayed"
  },
  "json-api-viewer/type": {
    "type": "string",
    "description": "Used to show context for the API"
  },
  "json-api-viewer/starting-tab": {
    "type": "string",
    "description": "Change the starting tab"
  },
  "json-api-viewer/starting-inner-tab": {
    "type": "string",
    "description": "Change the starting inner tab when on `props`"
  },
  "json-api-viewer/no-footer": {
    "type": "boolean",
    "description": "Turn off the default footer"
  }
}