{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AssetCSVResponse", "type": "object", "properties": { "results": { "type": "string" } }, "required": [ "results" ] }