{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/mimetypes-json/latest.json",
  "title": "Mime types",
  "x-lintel": {
    "source": "https://www.schemastore.org/mimetypes.json",
    "sourceSha256": "ea5f709403027c5e5f41097c3fb34b243a39b457f6d4a2995022a9ee8e5e3134",
    "fileMatch": [
      "mimetypes.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "additionalProperties": false,
  "patternProperties": {
    "^\\..+$": {
      "description": "A file extension",
      "pattern": "^[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_.]+$",
      "type": "string",
      "examples": [
        "application/json"
      ]
    }
  }
}
