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