A record whose presence in an account can indicate that the account probably uses this app.
Properties
View raw schema
{
"type": "object",
"required": [
"collection"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"description": "Optional record key to look for within the collection."
},
"collection": {
"type": "string",
"format": "nsid",
"description": "Record collection to look for in an account repository."
}
},
"description": "A record whose presence in an account can indicate that the account probably uses this app."
}