{ "type": "object", "name": "ListReference", "properties": { "id": { "type": "string" }, "listViewApiName": { "type": "string" }, "objectApiName": { "type": "string" }, "type": { "type": "string" } }, "required": [ "id", "listViewApiName", "objectApiName", "type" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }