{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "apiBase": {
      "type": "string",
      "default": "https://60s.viki.moe",
      "description": "60s API base URL"
    }
  }
}
