Jump to content

Web2Cit/data/au/gov/findandconnect/www/templates.json

From Meta, a Wikimedia project coordination wiki
< Web2Cit‎ | data

[

 {
   "path": "/guide/qld/QE00439",
   "fields": [
     {
       "fieldname": "itemType",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "webpage"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "title",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "xpath",
               "config": "//h1"
             }
           ],
           "transformations": [
             {
               "type": "split",
               "config": " ",
               "itemwise": true
             },
             {
               "type": "join",
               "config": " ",
               "itemwise": false
             }
           ]
         }
       ]
     },
     {
       "fieldname": "publishedIn",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "Find & Connect"
             }
           ],
           "transformations": []
         }
       ]
     },
     {
       "fieldname": "publishedBy",
       "required": true,
       "procedures": [
         {
           "selections": [
             {
               "type": "fixed",
               "config": "Australian Government"
             }
           ],
           "transformations": []
         }
       ]
     }
   ]
 }

]