games.firehose.barklesheep.placeSheeps

firehosegames.pds.atproto.ooo

Documentation

Place sheeps on the barkleboard

main procedure

Place sheeps on the barkleboard

Input

Encodingapplication/json
gameId string Required

No description available.

sheeps array Required

No description available.

Output

Encodingapplication/json
success boolean Optional

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "gameId",
        "sheeps"
      ],
      "properties": {
        "gameId": {
          "type": "string"
        },
        "sheeps": {
          "type": "array",
          "items": {
            "ref": "#sheepPlacement",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "properties": {
        "success": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Place sheeps on the barkleboard"
}
sheepPlacement object

No description available.

Properties

horizontal boolean Required

No description available.

start integer Required

No description available.

type string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "type",
    "start",
    "horizontal"
  ],
  "properties": {
    "type": {
      "type": "string"
    },
    "start": {
      "type": "integer"
    },
    "horizontal": {
      "type": "boolean"
    }
  }
}

Lexicon Garden

@