ListQualificationTypesRequest is a JSON Structure definition published by Amazon Mechanical Turk, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mechanical-turk/refs/heads/main/json-structure/amazon-mechanical-turk-list-qualification-types-request-structure.json",
"name": "ListQualificationTypesRequest",
"description": "ListQualificationTypesRequest schema from Amazon Mechanical Turk API",
"type": "object",
"properties": {
"Query": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": " A text query against all of the searchable attributes of Qualification types. "
}
]
},
"MustBeRequestable": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False. "
}
]
},
"MustBeOwnedByCaller": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": " Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types. "
}
]
},
"NextToken": {
"$ref": "#/components/schemas/PaginationToken"
},
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/ResultSize"
},
{
"description": " The maximum number of results to return in a single call. "
}
]
}
},
"required": [
"MustBeRequestable"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.