{ "type": "object", "name": "AccountCustomField", "properties": { "fieldName": { "type": "string" }, "fieldValue": { "type": "string" } }, "required": [ "fieldName", "fieldValue" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }