Dependency information for a bot file
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FileDependencyResponse", "title": "FileDependencyResponse", "type": "object", "description": "Dependency information for a bot file", "properties": { "dependencies": { "type": "array", "description": "List of files this bot depends on", "items": { "$ref": "#/components/schemas/RepositoryObject" } } } }