Skip to content

Instantly share code, notes, and snippets.

@hlmnrmr
Last active October 9, 2017 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlmnrmr/1c8a81c4cbc965351b1ee2aee77d9a90 to your computer and use it in GitHub Desktop.
Save hlmnrmr/1c8a81c4cbc965351b1ee2aee77d9a90 to your computer and use it in GitHub Desktop.
Superdesk ninjs output
{
"guid": "urn:newsml:sd-master.test.superdesk.org:2017-09-29T09:02:48.114367:bbd634b3-f7c3-4a0c-b86f-6c94f28ced0e",
"firstcreated": "2017-09-29T09:02:48+0000",
"headline": "Bowling for parents",
"version": "3",
"source": "cc",
"profile": "Editor3basic",
"description_text": "Lorem ipsum",
"urgency": 3,
"pubstatus": "usable",
"usageterms": "",
"description_html": "<p>Lorem ipsum</p>",
"byline": "John Jones",
"priority": 6,
"versioncreated": "2017-09-29T09:06:12+0000",
"genre": [
{
"name": "Article (news)",
"code": "Article"
}
],
"slugline": "parents-bowling",
"readtime": 0,
"type": "text",
"body_html": "<p>Lorem ipsum dolorum</p>",
"subject": [
{
"code": "parents",
"name": "Parents"
},
{
"code": "15012000",
"name": "bowling"
}
],
"copyrightnotice": "",
"copyrightholder": ""
}
@petrjasek
Copy link

"subject": [
    {
      "code": "parents",
      "name": "Parents",
      "scheme": "target_audience"
    },
    {
      "code": "15012000",
      "name": "bowling",
      "scheme": "sports"
    }
  ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment