Hdr10Metadata

Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
BluePrimaryX object
BluePrimaryY object
GreenPrimaryX object
GreenPrimaryY object
MaxContentLightLevel object
MaxFrameAverageLightLevel object
MaxLuminance object
MinLuminance object
RedPrimaryX object
RedPrimaryY object
WhitePointX object
WhitePointY object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-hdr10-metadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-hdr10-metadata-schema.json",
  "title": "Hdr10Metadata",
  "description": "Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.",
  "type": "object",
  "properties": {
    "BluePrimaryX": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "bluePrimaryX"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "BluePrimaryY": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "bluePrimaryY"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "GreenPrimaryX": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "greenPrimaryX"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "GreenPrimaryY": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "greenPrimaryY"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "MaxContentLightLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max65535"
        },
        {
          "xml": {
            "name": "maxContentLightLevel"
          },
          "description": "Maximum light level among all samples in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content."
        }
      ]
    },
    "MaxFrameAverageLightLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max65535"
        },
        {
          "xml": {
            "name": "maxFrameAverageLightLevel"
          },
          "description": "Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content."
        }
      ]
    },
    "MaxLuminance": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max2147483647"
        },
        {
          "xml": {
            "name": "maxLuminance"
          },
          "description": "Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter."
        }
      ]
    },
    "MinLuminance": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max2147483647"
        },
        {
          "xml": {
            "name": "minLuminance"
          },
          "description": "Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter"
        }
      ]
    },
    "RedPrimaryX": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "redPrimaryX"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "RedPrimaryY": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "redPrimaryY"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "WhitePointX": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "whitePointX"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    },
    "WhitePointY": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max50000"
        },
        {
          "xml": {
            "name": "whitePointY"
          },
          "description": "HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-hdr10-metadata"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.