{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GetFileNodesResponse", "type": "object", "properties": { "name": { "type": "string" }, "lastModified": { "type": "string" }, "version": { "type": "string" }, "role": { "type": "string" }, "nodes": { "type": "object" } } }