{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LookModel", "type": "object", "description": "Basic LookML model information", "properties": { "id": { "type": "string", "description": "Model name/identifier" }, "label": { "type": "string", "description": "Display label for the model" } } }