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