{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "readReturnsResponse", "type": "object", "properties": { "data": { "type": "object", "description": "Read a metadata file by its id." } } }