Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add example schema object

...

Code Block
{ "key":"dc.description.abstract",
  "value":"This is the description abstract",
  "language": null
}

Schema Object

Anchor
Schema object
Schema object

Code Block
{  "namespace" : "fuuu.org",
   "prefix" : "fuuu"
}

User Object

Code Block
{ "email":"test@dspace.org",
  "password":"pass"
}

...