{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RequestDefinition", "type": "object", "properties": { "body": { "type": "string" }, "headers": { "type": "object" }, "method": { "type": "string" }, "relative_url": { "type": "string" } } }