SportsDataIO · Schema

Unauthorized

Sports DataStatisticsLive ScoresFantasy SportsOddsNFLNBAMLBNHLSoccer

Properties

Name Type Description
HttpStatusCode integer
Code integer
Description string
Help string
View JSON Schema on GitHub

JSON Schema

sportsdataio-unauthorized-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Unauthorized",
  "title": "Unauthorized",
  "properties": {
    "HttpStatusCode": {
      "type": "integer"
    },
    "Code": {
      "type": "integer"
    },
    "Description": {
      "type": "string"
    },
    "Help": {
      "type": "string"
    }
  }
}