Advertisement
jbjares2

train1.0.0-JSON

Jul 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.23 KB | None | 0 0
  1. Message = {
  2.  
  3.     train:{
  4.         name:"",
  5.         description:"",
  6.         sourceRepository:"",
  7.         userToken:"",
  8.         internalId:"",
  9.         internalVersion:"",
  10.         internalPointer:"",
  11.  
  12.  
  13.         datacite:{
  14.             identifier: {
  15.                 identifierType:"",
  16.                 content:""
  17.             },
  18.             formats:{
  19.                 format:[
  20.                     {
  21.                         content:""
  22.                     }
  23.                 ]
  24.             },
  25.             rightsList:{
  26.                 rights:[{
  27.                     rightsURI:"",
  28.                     content:""
  29.                 }]
  30.             },
  31.             creators:{
  32.                 creator:[
  33.                     {
  34.                         affiliation:"",
  35.                         givenName:"",
  36.                         familyName:"",
  37.                         creatorName:
  38.                             {
  39.                                 nameType:"",
  40.                                 content:""
  41.                             },
  42.                         nameIdentifier:
  43.                             {
  44.                                 nameIdentifierScheme:"",
  45.                                 schemeURI:"",
  46.                                 content:""
  47.                             }
  48.                     }
  49.                 ]},
  50.             subjects:{
  51.                 subject:[
  52.                     {
  53.                         schemeURI:"",
  54.                         content:"",
  55.                         subjectScheme:"",
  56.                         xml:""
  57.                     }
  58.                 ]
  59.             },
  60.             dates:
  61.                 {
  62.                     date:[
  63.                         {
  64.                             dateType:"",
  65.                             dateInformation:"",
  66.                             content:""
  67.                         },
  68.                     ]
  69.                 },
  70.             language:"",
  71.             titles:{
  72.                 title:[
  73.                     {
  74.                         content:"",
  75.                         xml:"",
  76.                         titleType:""
  77.                     }
  78.                 ]
  79.             },
  80.             relatedIdentifiers:{
  81.                 relatedIdentifier:[
  82.                     {
  83.                         relationType:"",
  84.                         schemeURI:"",
  85.                         relatedIdentifierType:"",
  86.                         content:"",
  87.                         relatedMetadataScheme:""},
  88.                 ]
  89.             },
  90.             version:"",
  91.             descriptions:
  92.                 {
  93.                     description:[
  94.                         {
  95.                             descriptionType:"",
  96.                             content:"",
  97.                             xml:""}
  98.                     ]
  99.                 },
  100.             alternateIdentifiers:{
  101.                 alternateIdentifier:
  102.                     [
  103.                         {
  104.                             content:"",
  105.                             alternateIdentifierType:""
  106.                         }
  107.                     ]
  108.             },
  109.             sizes:{size:[]},
  110.             publisher:"",
  111.             publicationYear:"",
  112.             contributors:{
  113.                 contributor:
  114.                     [
  115.                         {
  116.                             affiliation:"",
  117.                             givenName:"",
  118.                             familyName:"",
  119.                             contributorType:"",
  120.                             contributorName:"",
  121.                             nameIdentifier:{
  122.                                 nameIdentifierScheme:"",
  123.                                 schemeURI:"",
  124.                                 content:""}},
  125.                     ]
  126.             },
  127.             fundingReferences:{
  128.                 fundingReference:[
  129.                     {
  130.                         funderName:"",
  131.                         funderIdentifier:
  132.                             {
  133.                                 funderIdentifierType:"",
  134.                                 content:""
  135.                             },
  136.                         awardNumber:"",
  137.                         awardTitle:""
  138.                     },
  139.                 ]
  140.             },
  141.             resourceType:{
  142.                 resourceTypeGeneral:"",
  143.                 content:""
  144.             },
  145.         },
  146.  
  147.         wagons:[
  148.             {
  149.                 name: "",
  150.                 description: "",
  151.                 resources:
  152.                     [
  153.                         {
  154.                             name: "",
  155.                             description: "",
  156.                             artifacts:
  157.                                 [
  158.                                     {
  159.                                         name: "",
  160.                                         filename: "",
  161.                                         format: "",
  162.                                         filedata:"",
  163.                                         checksum: "",
  164.                                         fileUrl: ""
  165.                                     }
  166.                                 ],
  167.                             oci: {
  168.                                 created: "",
  169.                                 author: "",
  170.                                 architecture: "",
  171.                                 os: "",
  172.                                 config: {
  173.                                     user: "",
  174.                                     exposedPorts:
  175.                                         [
  176.                                             {
  177.                                                 port: "",
  178.                                                 protocol: ""
  179.                                             }
  180.                                         ],
  181.                                     env: [],
  182.                                     entrypoint: [],
  183.                                     cmd: [],
  184.                                     volumes: []
  185.                                 }
  186.                             },
  187.  
  188.                         },
  189.                     ],
  190.                 stationProfiles: {
  191.                     stationProfile:[{}]
  192.                 },
  193.             }
  194.             ],
  195.         similarProjects:[],
  196.         flow:{
  197.             flowID:"",
  198.             flowURL:""
  199.         },
  200.  
  201.     }
  202.  
  203. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement