{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 200,
"description": "Number of postings to return (max 200)."
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "Number of postings to skip for pagination."
},
"sort": {
"type": "string",
"enum": [
"posted_on",
"title",
"budget",
"hourly_min",
"proposals",
"client_total_spent",
"client_rating",
"client_country",
"tier"
],
"description": "Field to sort by."
},
"order": {
"type": "string",
"enum": [
"asc",
"desc"
],
"description": "Sort direction."
}
},
"required": []
}{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Company domain to scan, e.g. stripe.com."
}
},
"required": [
"domain"
]
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative path beginning with a slash."
}
},
"required": [
"path"
]
}