{ "type": "object", "name": "result5", "properties": { "createdById": { "type": "string" }, "createdByName": { "type": "string" }, "createdDate": { "type": "string" }, "fileName": { "type": "string" }, "fullName": { "type": "string" }, "id": { "type": "string" }, "lastModifiedById": { "type": "string" }, "lastModifiedByName": { "type": "string" }, "lastModifiedDate": { "type": "string" }, "namespacePrefix": { "type": "string" }, "type": { "type": "string" } }, "required": [ "createdById", "createdByName", "createdDate", "fileName", "fullName", "id", "lastModifiedById", "lastModifiedByName", "lastModifiedDate", "namespacePrefix", "type" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }