{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MockResponse", "type": "object", "properties": { "body": { "type": "string" }, "code": { "type": "integer" }, "enabled": { "type": "boolean" } } }