Misskey · Schema

ReversiGameDetailed

Open-SourceSocial NetworksFediverseActivityPubDecentralized

Properties

Name Type Description
id string
createdAt string
startedAt stringnull
endedAt stringnull
isStarted boolean
isEnded boolean
form1 objectnull
form2 objectnull
user1Ready boolean
user2Ready boolean
user1Id string
user2Id string
user1 object
user2 object
winnerId stringnull
winner objectnull
surrenderedUserId stringnull
timeoutUserId stringnull
black numbernull
bw string
noIrregularRules boolean
isLlotheo boolean
canPutEverywhere boolean
loopedBoard boolean
timeLimitForEachTurn number
logs array
map array
View JSON Schema on GitHub

JSON Schema

misskey-reversigamedetailed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://misskey.io/schemas/ReversiGameDetailed",
  "title": "ReversiGameDetailed",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "id"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "startedAt": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "endedAt": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "isStarted": {
      "type": "boolean"
    },
    "isEnded": {
      "type": "boolean"
    },
    "form1": {
      "type": [
        "object",
        "null"
      ]
    },
    "form2": {
      "type": [
        "object",
        "null"
      ]
    },
    "user1Ready": {
      "type": "boolean"
    },
    "user2Ready": {
      "type": "boolean"
    },
    "user1Id": {
      "type": "string",
      "format": "id"
    },
    "user2Id": {
      "type": "string",
      "format": "id"
    },
    "user1": {
      "type": "object",
      "$ref": "#/components/schemas/UserLite"
    },
    "user2": {
      "type": "object",
      "$ref": "#/components/schemas/UserLite"
    },
    "winnerId": {
      "type": [
        "string",
        "null"
      ],
      "format": "id"
    },
    "winner": {
      "type": [
        "object",
        "null"
      ],
      "anyOf": [
        {
          "$ref": "#/components/schemas/UserLite"
        },
        {
          "type": "null"
        }
      ]
    },
    "surrenderedUserId": {
      "type": [
        "string",
        "null"
      ],
      "format": "id"
    },
    "timeoutUserId": {
      "type": [
        "string",
        "null"
      ],
      "format": "id"
    },
    "black": {
      "type": [
        "number",
        "null"
      ]
    },
    "bw": {
      "type": "string"
    },
    "noIrregularRules": {
      "type": "boolean"
    },
    "isLlotheo": {
      "type": "boolean"
    },
    "canPutEverywhere": {
      "type": "boolean"
    },
    "loopedBoard": {
      "type": "boolean"
    },
    "timeLimitForEachTurn": {
      "type": "number"
    },
    "logs": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    },
    "map": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "id",
    "createdAt",
    "startedAt",
    "endedAt",
    "isStarted",
    "isEnded",
    "form1",
    "form2",
    "user1Ready",
    "user2Ready",
    "user1Id",
    "user2Id",
    "user1",
    "user2",
    "winnerId",
    "winner",
    "surrenderedUserId",
    "timeoutUserId",
    "black",
    "bw",
    "noIrregularRules",
    "isLlotheo",
    "canPutEverywhere",
    "loopedBoard",
    "timeLimitForEachTurn",
    "logs",
    "map"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/misskey-reversigamedetailed"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.