Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Oct 3, 2024
1 parent ec0952f commit 1eec403
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/specifications/monitoring/MONITORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ Some remarks:
"name": "CoreMediaErrorDomain(-12318)",
"position": 1024,
"severity": "Warning",
"url": "https://rts-vod-amd.akamaized.net/ww/14895342/85891228-1e53-371b-997a-094380f533e2/index-f4-v1.m3u8"
"url": "https://rts-vod-amd.akamaized.net/ww/14895342/85891228-1e53-371b-997a-094380f533e2/index-f4-v1.m3u8",
"vpn": false
},
"event_name": "ERROR",
"session_id": "ebdb3da7-bc77-454e-9de0-a1dfa8091e84",
Expand Down Expand Up @@ -356,8 +357,7 @@ The stall duration **MUST** be measured in wall-clock time, independently of pla
"duration": 0
},
"stream_type": "On-demand",
"url": "https://rts-vod-amd.akamaized.net/ww/14895342/85891228-1e53-371b-997a-094380f533e2/index-f5-v1.m3u8",
"vpn": false
"url": "https://rts-vod-amd.akamaized.net/ww/14895342/85891228-1e53-371b-997a-094380f533e2/index-f5-v1.m3u8"
},
"event_name": "STOP",
"session_id": "ebdb3da7-bc77-454e-9de0-a1dfa8091e84",
Expand Down
4 changes: 4 additions & 0 deletions public/specifications/monitoring/schemas/error-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"type": "string",
"format": "uri",
"description": "The URL that was affected by the error. This should describe the content that was affected as closely as possible."
},
"vpn": {
"type": "boolean",
"description": "Indicates whether a VPN is enabled on the device."
}
},
"required": ["message", "name", "severity"]
Expand Down
4 changes: 0 additions & 4 deletions public/specifications/monitoring/schemas/status-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@
"type": "string",
"format": "uri",
"description": "The URL of the content currently being played. This should describe the content as closely as possible, including media playlists or segment URLs if available."
},
"vpn": {
"type": "boolean",
"description": "Indicates whether a VPN is enabled on the device."
}
}
},
Expand Down

0 comments on commit 1eec403

Please sign in to comment.