{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Notebook", "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "fromLocation": { "type": "string" }, "main_file": { "type": "string" }, "comment": { "type": "string" }, "default_version": { "type": "string" }, "query_warehouse": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" }, "url_id": { "type": "string" }, "title": { "type": "string" }, "default_packages": { "type": "string" }, "user_packages": { "type": "string" }, "runtime_name": { "type": "string" }, "compute_pool": { "type": "string" }, "import_urls": { "type": "array" }, "external_access_integrations": { "type": "array" }, "external_access_secrets": { "type": "string" }, "idle_auto_shutdown_time_seconds": { "type": "integer" }, "live_version_location_uri": { "type": "string" }, "budget": { "type": "string" } } }