{
"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
}
Metadata
- DID
-
did:web:firehose.games
- CID
-
bafyreicnfyhk2c7eokzye2jjizpsml7au7hh52r3qoh6zvcrbze7m4kh7q
- Indexed At
- 2026-02-13 13:54 UTC
- AT-URI
-
at://did:web:firehose.games/com.atproto.lexicon.schema/games.firehose.barklesheep.placeSheeps