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