appBskyUnspeccedGetAgeAssuranceState top-level constant

Map<String, dynamic> const appBskyUnspeccedGetAgeAssuranceState

app.bsky.unspecced.getAgeAssuranceState

Implementation

const appBskyUnspeccedGetAgeAssuranceState = <String, dynamic>{
  "lexicon": 1,
  "id": "app.bsky.unspecced.getAgeAssuranceState",
  "defs": {
    "main": {
      "type": "query",
      "description":
          "Returns the current state of the age assurance process for an account. This is used to check if the user has completed age assurance or if further action is required.",
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "ref",
          "ref": "app.bsky.unspecced.defs#ageAssuranceState",
        },
      },
    },
  },
};