Snowflake · Schema
Streamlit
A Snowflake Streamlit object
DataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergModel Context ProtocolT1
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Name of the Streamlit |
| comment | string | Optional description of the Streamlit app, used for documentation or metadata purposes |
| imports | array | List of files to be imported from a stage. |
| external_access_integrations | array | List of external access integrations needed in order for the Streamlit app code to access external networks. |
| external_access_secrets | string | Secrets needed for the Streamlit app code to access external networks. |
| title | string | User-facing title of the Streamlit app. |
| main_file | string | Name and path of the entry file for the Streamlit app |
| query_warehouse | string | Warehouse used to run queries issued by the Streamlit app |
| default_version | string | The default version name of Streamlit. Valid values are "first" (first version), "last" (latest version), or "version$N" (specific version, e.g., "version$1"). Custom names are not supported. |
| created_on | string | Date and time when the Streamlit was created. |
| default_version_details | object | |
| last_version_details | object | |
| database_name | string | Database in which the Streamlit is stored |
| schema_name | string | Schema in which the Streamlit is stored |
| owner | string | Role that owns the Streamlit |
| owner_role_type | string | The type of role that owns the Streamlit |
| source_location | string | The stage from which the source files are copied to initialize the Streamlit app. |
| url_id | string | A unique ID associated with the Streamlit object's URL. |
| default_packages | array | Default Python packages for Streamlit apps. |
| user_packages | array | Python packages specified in the environment.yml file. |
| live_version_location_uri | string | The location of the Streamlit object's live version files. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Streamlit",
"type": "object",
"description": "A Snowflake Streamlit object",
"properties": {
"name": {
"type": "string",
"pattern": "^\"([^\"]|\"\")+\"|[a-zA-Z_][a-zA-Z0-9_$]*$",
"description": "Name of the Streamlit"
},
"comment": {
"type": "string",
"description": "Optional description of the Streamlit app, used for documentation or metadata purposes"
},
"imports": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of files to be imported from a stage."
},
"external_access_integrations": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of external access integrations needed in order for the Streamlit app code to access external networks."
},
"external_access_secrets": {
"type": "string",
"readOnly": true,
"description": "Secrets needed for the Streamlit app code to access external networks."
},
"title": {
"type": "string",
"description": "User-facing title of the Streamlit app."
},
"main_file": {
"type": "string",
"description": "Name and path of the entry file for the Streamlit app"
},
"query_warehouse": {
"type": "string",
"description": "Warehouse used to run queries issued by the Streamlit app"
},
"default_version": {
"type": "string",
"description": "The default version name of Streamlit. Valid values are \"first\" (first version), \"last\" (latest version), or \"version$N\" (specific version, e.g., \"version$1\"). Custom names are not supported."
},
"created_on": {
"type": "string",
"format": "date-time",
"readOnly": true,
"description": "Date and time when the Streamlit was created."
},
"default_version_details": {
"$ref": "#/components/schemas/VersionDetailsStreamlit",
"readOnly": true
},
"last_version_details": {
"$ref": "#/components/schemas/VersionDetailsStreamlit",
"readOnly": true
},
"database_name": {
"type": "string",
"pattern": "^\"([^\"]|\"\")+\"|[a-zA-Z_][a-zA-Z0-9_$]*$",
"readOnly": true,
"description": "Database in which the Streamlit is stored"
},
"schema_name": {
"type": "string",
"pattern": "^\"([^\"]|\"\")+\"|[a-zA-Z_][a-zA-Z0-9_$]*$",
"readOnly": true,
"description": "Schema in which the Streamlit is stored"
},
"owner": {
"type": "string",
"pattern": "^\"([^\"]|\"\")+\"|[a-zA-Z_][a-zA-Z0-9_$]*$",
"readOnly": true,
"description": "Role that owns the Streamlit"
},
"owner_role_type": {
"type": "string",
"pattern": "^\"([^\"]|\"\")+\"|[a-zA-Z_][a-zA-Z0-9_$]*$",
"readOnly": true,
"description": "The type of role that owns the Streamlit"
},
"source_location": {
"type": "string",
"description": "The stage from which the source files are copied to initialize the Streamlit app."
},
"url_id": {
"type": "string",
"readOnly": true,
"description": "A unique ID associated with the Streamlit object's URL."
},
"default_packages": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true,
"description": "Default Python packages for Streamlit apps."
},
"user_packages": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true,
"description": "Python packages specified in the environment.yml file."
},
"live_version_location_uri": {
"type": "string",
"readOnly": true,
"description": "The location of the Streamlit object's live version files."
}
},
"required": [
"name"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/streamlit-streamlit"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.