{ "type": "object", "description": "Input for creating or updating a record", "name": "RecordInput", "properties": { "apiName": { "type": "string", "description": "The API name of the object type" }, "fields": { "type": "object", "description": "Field values to set, indexed by field API name" } }, "required": [ "apiName", "fields" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }