At

 view release on metacpan or  search on metacpan

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

            "maximum": 100,
            "default": 50
          },
          "tags": {
            "type": "array",
            "maxLength": 25,
            "items": {
              "type": "string",
              "description": "Items in this array are applied with OR filters. To apply AND filter, put all tags in the same string and separate using && characters"
            }
          },
          "excludeTags": {
            "type": "array",
            "items": {
              "type": "string"
            }
          },
          "cursor": {
            "type": "string"
          },
          "collections": {
            "type": "array",
            "maxLength": 20,
            "description": "If specified, subjects belonging to the given collections will be returned. When subjectType is set to 'account', this will be ignored.",
            "items": {
              "type": "string",
              "format": "nsid"
            }
          },
          "subjectType": {
            "type": "string",
            "description": "If specified, subjects of the given type (account or record) will be returned. When this is set to 'account' the 'collections' parameter will be ignored. When includeAllUserRecords or subject is set, this will be ignored."...
            "knownValues": ["account", "record"]
          },
          "minAccountSuspendCount": {
            "type": "integer",
            "description": "If specified, only subjects that belong to an account that has at least this many suspensions will be returned."
          },
          "minReportedRecordsCount": {
            "type": "integer",
            "description": "If specified, only subjects that belong to an account that has at least this many reported records will be returned."
          },
          "minTakendownRecordsCount": {
            "type": "integer",
            "description": "If specified, only subjects that belong to an account that has at least this many taken down records will be returned."
          },
          "minPriorityScore": {
            "minimum": 0,
            "maximum": 100,
            "type": "integer",
            "description": "If specified, only subjects that have priority score value above the given value will be returned."
          },
          "minStrikeCount": {
            "type": "integer",
            "minimum": 1,
            "description": "If specified, only subjects that belong to an account that has at least this many active strikes will be returned."
          },
          "ageAssuranceState": {
            "type": "string",
            "description": "If specified, only subjects with the given age assurance state will be returned.",
            "knownValues": ["pending", "assured", "unknown", "reset", "blocked"]
          }
        }
      },
      "output": {
        "encoding": "application/json",
        "schema": {
          "type": "object",
          "required": ["subjectStatuses"],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "subjectStatuses": {
              "type": "array",
              "items": {
                "type": "ref",
                "ref": "tools.ozone.moderation.defs#subjectStatusView"
              }
            }
          }
        }
      }
    }
  }
}



( run in 2.191 seconds using v1.01-cache-2.11-cpan-d8267643d1d )