{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ImageRepository", "type": "object", "description": "A Snowflake image repository.", "properties": { "created_on": { "type": "string", "description": "Time the image repository was created." }, "repository_url": { "type": "string", "description": "Current URL of the image repository." }, "owner": { "type": "string", "description": "Identifier for the current owner of the image repository." }, "owner_role_type": { "type": "string", "description": "Role type of the image repository owner." } } }