Rapid7 · Schema
Schedule
The frequency describes how (and if) the Schedule should repeat. Should not be included if a rrule has been provided.
SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The ID of the Schedule |
| name | string | The name of the Schedule |
| enabled | boolean | The enabled property of the Schedule |
| scan_config | object | |
| first_start | string | The first start date and time of the Schedule |
| last_start | string | The last start date and time of the Schedule |
| rrule | string | The rrule describes how (and if) the schedule should repeat. Should not be included if a frequency has been provided. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/frequency",
"title": "Schedule",
"description": "The frequency describes how (and if) the Schedule should repeat. Should not be included if a rrule has been provided.",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "The ID of the Schedule",
"readOnly": true
},
"name": {
"type": "string",
"description": "The name of the Schedule",
"maxLength": 200,
"minLength": 1
},
"enabled": {
"type": "boolean",
"description": "The enabled property of the Schedule"
},
"scan_config": {
"$ref": "#/components/schemas/RequiredIdResource"
},
"first_start": {
"type": "string",
"format": "date-time",
"description": "The first start date and time of the Schedule"
},
"last_start": {
"type": "string",
"format": "date-time",
"description": "The last start date and time of the Schedule"
},
"rrule": {
"type": "string",
"description": "The rrule describes how (and if) the schedule should repeat. Should not be included if a frequency has been provided."
}
},
"required": [
"enabled",
"first_start",
"name",
"scan_config"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rapid7-frequency"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.