{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-channel-extractor-monochrome",
  "title": "Channel Extraction Information: Monochrome",
  "description": "The information for selecting a monochrome analysis channel.",
  "type": "object",
  "properties": {
    "name": {
      "description": "The name of the channel.",
      "type": "string"
    },
    "type": {
      "description": "The type of the channel.",
      "type": "string",
      "const": "Monochrome"
    }
  },
  "required": [
    "name",
    "type"
  ],
  "unevaluatedProperties": false
}