{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CustomField", "type": "object", "properties": { "DefinitionId": { "type": "string" }, "Name": { "type": "string" }, "Type": { "type": "string" }, "StringValue": { "type": "string" } } }