games.firehose.barklesheep.placeSheeps

firehosegames.pds.atproto.ooo

{
  "id": "games.firehose.barklesheep.placeSheeps",
  "defs": {
    "main": {
      "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": {
      "type": "object",
      "required": [
        "type",
        "start",
        "horizontal"
      ],
      "properties": {
        "type": {
          "type": "string"
        },
        "start": {
          "type": "integer"
        },
        "horizontal": {
          "type": "boolean"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.firehose.barklesheep.placeSheeps

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:firehose.games
CID
bafyreicnfyhk2c7eokzye2jjizpsml7au7hh52r3qoh6zvcrbze7m4kh7q
Indexed At
2026-01-10 12:41 UTC
AT-URI
at://did:web:firehose.games/com.atproto.lexicon.schema/games.firehose.barklesheep.placeSheeps

Lexicon Garden

@