Bored API · Schema

BoredFact

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Properties

Name Type Description
fact string
source string
key string
View JSON Schema on GitHub

JSON Schema

bored-fact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/bored/json-schema/bored-fact-schema.json",
  "title": "BoredFact",
  "type": "object",
  "required": ["fact", "key"],
  "properties": {
    "fact": {
      "type": "string"
    },
    "source": {
      "type": "string",
      "format": "uri"
    },
    "key": {
      "type": "string"
    }
  },
  "additionalProperties": false
}