Bored API · Schema

BoredWebsite

ActivitiesBoredomCommunityDevelopmentDiscoveryEducationFactsFreeMEVNNo AuthOpen SourcePublic APIsRecreationRiddlesSuggestionsWebsites

Properties

Name Type Description
url string
description string
key string
View JSON Schema on GitHub

JSON Schema

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