{ "type": "object", "name": "Favorite", "properties": { "accessCount": { "type": "integer" }, "iconColor": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "lastAccessDate": { "type": "string" }, "name": { "type": "string" }, "objectType": { "type": "string" }, "sortOrder": { "type": "integer" }, "subtitle": { "type": "string" }, "target": { "type": "string" }, "targetType": { "type": "string" } }, "required": [ "accessCount", "iconColor", "iconUrl", "id", "lastAccessDate", "name", "objectType", "sortOrder", "subtitle", "target", "targetType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }