diff --git a/assets/configured-youtube-boombox-tracks.schema.json b/assets/configured-youtube-boombox-tracks.schema.json index 5d5ab21..812b023 100644 --- a/assets/configured-youtube-boombox-tracks.schema.json +++ b/assets/configured-youtube-boombox-tracks.schema.json @@ -4,15 +4,8 @@ "description": "A list of tracks for the Configured Youtube Boombox mod to download", "$defs": { "timestamp": { - "oneOf": [ - { - "type": "number" - }, - { - "type": "string", - "pattern": "^\\d{1,2}(?::\\d{1,2}){0,2}(?:\\.\\d+)?$" - } - ] + "type": "string", + "pattern": "^\\d{1,2}(?::\\d{1,2}){0,2}(?:\\.\\d+)?$" } }, "type": "object",