You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
/**
* @api-data preferences.videos.privacy.view (string) - The users' video view privacy preference.
*/
With an annotation like this, the API Blueprint generator requires that separate @api-data annotations are in place for preferences, preferences.videos, and preferences.videos.privacy or else what's generated in the API Blueprint file is just:
- `preferences` (object)
The text was updated successfully, but these errors were encountered:
This bug only exists if there isn't anything else in the tree of that object. So if we add preferences.videos.privacy.something, the full tree will be present in the Blueprint.
With an annotation like this, the API Blueprint generator requires that separate
@api-data
annotations are in place forpreferences
,preferences.videos
, andpreferences.videos.privacy
or else what's generated in the API Blueprint file is just:The text was updated successfully, but these errors were encountered: