Skip to content

place.stream.game.getGame

Lexicon Version: 1

Type: query

Parameters:

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri

Output:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri
namestring
summarystring
coverUrlstring
genresArray of string

{
"lexicon": 1,
"id": "place.stream.game.getGame",
"defs": {
"main": {
"type": "query",
"parameters": {
"type": "params",
"required": ["uri"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["uri", "name"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string"
},
"summary": {
"type": "string"
},
"coverUrl": {
"type": "string"
},
"genres": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
}