{ "type": "object", "properties": { "fieldApiName": { "type": "string", "example": "example_value" }, "isAscending": { "type": "boolean", "example": true }, "label": { "type": "string", "example": "Example Title" } }, "required": [ "fieldApiName", "isAscending", "label" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OrderedByInfo" }