{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetProjectFilesResponse", "type": "object", "description": "Response from the Get Project Files endpoint.", "properties": { "name": { "type": "string", "description": "The name of the project." }, "files": { "type": "array" } } }