{ "type": "object", "name": "Fields41", "properties": { "Alias": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "CreatedDate": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "Id": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "LastModifiedById": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "LastModifiedDate": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "Name": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] }, "SystemModstamp": { "type": "object", "properties": { "displayValue": { "type": "['string', 'null']" }, "value": { "type": "string" } }, "required": [ "displayValue", "value" ] } }, "required": [ "Alias", "CreatedDate", "Id", "LastModifiedById", "LastModifiedDate", "Name", "SystemModstamp" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }