mill icon indicating copy to clipboard operation
mill copied to clipboard

Versioning doesn't allow for differing documentation

Open erunion opened this issue 7 years ago • 2 comments

/**
 * @api-data pictures (\App\PictureRepresentation) - The active picture for this video.
 */

/**
 * @api-data pictures (array<object>) - The video's thumbnail images
 * @api-version <3.2
 */

Problem stems from us storing representation data in an identifier-keyed array when parsing it out in the RepresentationParser.

erunion avatar May 09 '17 02:05 erunion