{ "type": "object", "name": "OrderedByInfo", "properties": { "fieldApiName": { "type": "string" }, "isAscending": { "type": "boolean" }, "label": { "type": "string" } }, "required": [ "fieldApiName", "isAscending", "label" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }