Created
May 7, 2020 22:36
-
-
Save thomsbg/f7c1e77ffb68ea46cfc634184cdfae97 to your computer and use it in GitHub Desktop.
Non-draftable fields from the content-api story schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# applies to published revision only | |
"slug_prefix" | |
"comments_closed" | |
"comments_auto_closed_at" | |
# applies to draft revision only / story editor metadata | |
"hidden" | |
"embargoed" | |
"publish_scheduled_for" | |
"trashed_at" | |
"story_idea_id" | |
"autotag_league_id" | |
"autotag_team_id" | |
"autotag_event_status" | |
"publish_history" | |
"image_history" | |
"plagscan" | |
"migrated_data" | |
# applies to both draft + published revisions | |
"package_uuid" | |
"sponsored_post_id" | |
"editorial_app_id" | |
"streams" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment