{ "type": "object", "name": "OutputParameters1", "properties": { "results": { "type": "array", "description": "", "items": { "type": "object", "properties": { "PointsCredited": { "type": "integer" } }, "required": [ "PointsCredited" ] } } }, "required": [ "results" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }