{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-filename-md5-array",
  "title": "Filename + MD5 Hash List",
  "description": "A list of multiple filenames and their MD5 hashes.",
  "type": "array",
  "items": {
    "$ref": "https://www.imatest.com/schema/25-1/common-filename-md5"
  }
}