{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PostInstrumentBenchmarkListRequest", "type": "object", "description": "Request Body", "properties": { "data": { "type": "object", "description": "The data member contains the request's primary data." }, "meta": { "type": "object", "description": "The meta member contains the meta information of the request." } } }