{ "type": "object", "name": "Parameter", "properties": { "fieldName": { "type": "string" }, "usage": { "type": "string" }, "operator": { "type": "string" }, "sequence": { "type": "string" } }, "required": [ "fieldName", "usage" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }