{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://majesticcore.dev/schemas/playbackPrediction.schema.json",
  "title": "PlaybackPrediction",
  "description": "Predictive badge for edition: what will happen when user presses play.",
  "type": "string",
  "enum": ["direct", "remux", "adaptive", "transcode", "strict_incompatible"]
}
