Amazon MediaStore · Schema

MaxAgeSeconds

MaxAgeSeconds schema from Amazon MediaStore API

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediastore-api-max-age-seconds-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediastore/refs/heads/main/json-schema/mediastore-api-max-age-seconds-schema.json",
  "title": "MaxAgeSeconds",
  "description": "MaxAgeSeconds schema from Amazon MediaStore API",
  "type": "integer",
  "minimum": 0,
  "maximum": 2147483647
}