dmp.json 648 B

1234567891011121314151617181920212223
  1. {
  2. "schema": "METI",
  3. "dmpType": "",
  4. "agreementTitle": "The Data Management Plan",
  5. "agreementDate": "2021/07/20",
  6. "submitDate": "2021/08/01",
  7. "corporateName": "The Corporate",
  8. "researches": [
  9. {
  10. "index": 1,
  11. "title": "The Research Data",
  12. "description": "This is description.",
  13. "manager": "John Doe",
  14. "dataType": "My Data",
  15. "releaseLevel": 4,
  16. "concealReason": "nothing",
  17. "concealPeriod": "",
  18. "acquirer": "John Lab",
  19. "acquireMethod": "by download link",
  20. "remarks": ""
  21. }
  22. ]
  23. }