{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RouteInput",
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "The URL pattern for the route, e.g. example.com/*."
},
"script": {
"type": "string",
"description": "The name of the Worker script to invoke."
}
}
}