At

 view release on metacpan or  search on metacpan

share/lexicons/tools/ozone/moderation/defs.json  view on Meta::CPAN

          "description": "The unique identifier for this instance of the age assurance flow, in UUID format."
        },
        "status": {
          "type": "string",
          "description": "The status of the Age Assurance process.",
          "knownValues": ["unknown", "pending", "assured"]
        },
        "access": {
          "type": "ref",
          "ref": "app.bsky.ageassurance.defs#access"
        },
        "countryCode": {
          "type": "string",
          "description": "The ISO 3166-1 alpha-2 country code provided when beginning the Age Assurance flow."
        },
        "regionCode": {
          "type": "string",
          "description": "The ISO 3166-2 region code provided when beginning the Age Assurance flow."
        },
        "initIp": {
          "type": "string",
          "description": "The IP address used when initiating the AA flow."
        },
        "initUa": {
          "type": "string",
          "description": "The user agent used when initiating the AA flow."
        },
        "completeIp": {
          "type": "string",
          "description": "The IP address used when completing the AA flow."
        },
        "completeUa": {
          "type": "string",
          "description": "The user agent used when completing the AA flow."
        }
      }
    },
    "ageAssuranceOverrideEvent": {
      "type": "object",
      "description": "Age assurance status override by moderators. Only works on DID subjects.",
      "required": ["comment", "status"],
      "properties": {
        "status": {
          "type": "string",
          "description": "The status to be set for the user decided by a moderator, overriding whatever value the user had previously. Use reset to default to original state.",
          "knownValues": ["assured", "reset", "blocked"]
        },
        "access": {
          "type": "ref",
          "ref": "app.bsky.ageassurance.defs#access"
        },
        "comment": {
          "type": "string",
          "minLength": 1,
          "description": "Comment describing the reason for the override."
        }
      }
    },
    "revokeAccountCredentialsEvent": {
      "type": "object",
      "description": "Account credentials revocation by moderators. Only works on DID subjects.",
      "required": ["comment"],
      "properties": {
        "comment": {
          "minLength": 1,
          "type": "string",
          "description": "Comment describing the reason for the revocation."
        }
      }
    },
    "modEventAcknowledge": {
      "type": "object",
      "properties": {
        "comment": { "type": "string" },
        "acknowledgeAccountSubjects": {
          "type": "boolean",
          "description": "If true, all other reports on content authored by this account will be resolved (acknowledged)."
        }
      }
    },
    "modEventEscalate": {
      "type": "object",
      "properties": {
        "comment": { "type": "string" }
      }
    },
    "modEventMute": {
      "type": "object",
      "description": "Mute incoming reports on a subject",
      "required": ["durationInHours"],
      "properties": {
        "comment": { "type": "string" },
        "durationInHours": {
          "type": "integer",
          "description": "Indicates how long the subject should remain muted."
        }
      }
    },
    "modEventUnmute": {
      "type": "object",
      "description": "Unmute action on a subject",
      "properties": {
        "comment": {
          "type": "string",
          "description": "Describe reasoning behind the reversal."
        }
      }
    },
    "modEventMuteReporter": {
      "type": "object",
      "description": "Mute incoming reports from an account",
      "properties": {
        "comment": { "type": "string" },
        "durationInHours": {
          "type": "integer",
          "description": "Indicates how long the account should remain muted. Falsy value here means a permanent mute."
        }
      }
    },
    "modEventUnmuteReporter": {
      "type": "object",



( run in 0.778 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )