diff --git a/lexicons/so/sprk/sound/audio.json b/lexicons/so/sprk/sound/audio.json index cec9de0..c025f18 100644 --- a/lexicons/so/sprk/sound/audio.json +++ b/lexicons/so/sprk/sound/audio.json @@ -8,7 +8,7 @@ "key": "tid", "record": { "type": "object", - "required": ["sound", "title", "createdAt"], + "required": ["sound", "createdAt"], "properties": { "sound": { "type": "blob", diff --git a/lexicons/so/sprk/sound/defs.json b/lexicons/so/sprk/sound/defs.json index c5fa136..bd05b39 100644 --- a/lexicons/so/sprk/sound/defs.json +++ b/lexicons/so/sprk/sound/defs.json @@ -4,15 +4,7 @@ "defs": { "audioView": { "type": "object", - "required": [ - "uri", - "cid", - "author", - "title", - "coverArt", - "record", - "indexedAt" - ], + "required": ["uri", "cid", "author", "coverArt", "record", "indexedAt"], "properties": { "uri": { "type": "string", "format": "at-uri" }, "cid": { "type": "string", "format": "cid" },