{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MacroInstance", "title": "MacroInstance", "type": "object", "properties": { "name": { "type": "string", "example": "Example Title" }, "body": { "type": "string", "example": "example_value" }, "parameters": { "type": "object", "example": "example_value" }, "_links": { "$ref": "#/components/schemas/GenericLinks" } } }