From e0fc3bc3c788aba6d20a109e1c4529d033f6baf9 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Sat, 20 May 2017 20:04:47 +0200 Subject: [PATCH] Clarify `attachments` being an array of objects --- pages/version/1.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/version/1.markdown b/pages/version/1.markdown index 5ea1afbc..9d393d39 100644 --- a/pages/version/1.markdown +++ b/pages/version/1.markdown @@ -119,7 +119,7 @@ After that there’s an array of objects — `items` — that describe each obj An individual item may have one or more attachments. -* `attachments` (optional, array) lists related resources. Podcasts, for instance, would include an attachment that’s an audio or video file. Each attachment has several members: +* `attachments` (optional, array of objects) lists related resources. Podcasts, for instance, would include an attachment that’s an audio or video file. Each attachment has several members: * `url` (required, string) specifies the location of the attachment.