{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Lens", "title": "Lens", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "label": { "type": "string" }, "datasetId": { "type": "string" }, "datasetName": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "lastModifiedDate": { "type": "string", "format": "date-time" }, "url": { "type": "string", "format": "uri" } } }