{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MetadataValuesResponse", "type": "object", "properties": { "values": { "type": "array", "items": { "type": "object", "nullable": true }, "description": "Values of given metadata keys in the same order with keys" } }, "required": [ "values" ] }