{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-settings-channel-rgb-order-enum",
  "title": "RGB Order",
  "description": "The user-provided ordering of RGB data.",
  "type": "string",
  "enum": [
    "Red, Green, Blue",
    "Blue, Green, Red"
  ]
}