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