{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "names": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object",
  "required": [
    "names"
  ],
  "title": "NamesRequest",
  "description": "NamesRequest is the body of get many."
}
