Schema Viewer
Viewing v2/common/access.json
{
"id": "https://dev.playlyfe.com/schemas/v2/common/access.json",
"type": "object",
"additionalProperties": true,
"required": [
"query"
],
"properties": {
"query": {
"type": "object",
"additionalProperties": true,
"properties": {
"access_token": {
"type": "string"
},
"player_id": {
"type": "string",
"format": "id"
}
}
}
}
}