{ "type": "object", "properties": { "fieldApiName": { "type": "['string', 'null']", "example": "example_value" }, "objectApiName": { "type": "['string', 'null']", "example": "example_value" }, "secondaryField": { "type": "string", "example": "example_value" }, "targetInfo": { "type": "object", "example": "example_value" } }, "required": [ "fieldApiName", "objectApiName", "secondaryField", "targetInfo" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Account16" }