{"id":50536734,"url":"https://github.com/fairdataihub/dmp-json-schema","last_synced_at":"2026-06-03T17:01:02.987Z","repository":{"id":358106841,"uuid":"1222847641","full_name":"fairdataihub/dmp-json-schema","owner":"fairdataihub","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-15T18:08:06.000Z","size":128,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-15T20:48:37.286Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fairdataihub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-27T19:10:01.000Z","updated_at":"2026-05-15T18:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fairdataihub/dmp-json-schema","commit_stats":null,"previous_names":["fairdataihub/dmp-json-schema"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fairdataihub/dmp-json-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fdmp-json-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fdmp-json-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fdmp-json-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fdmp-json-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairdataihub","download_url":"https://codeload.github.com/fairdataihub/dmp-json-schema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairdataihub%2Fdmp-json-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33874679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-03T17:01:02.092Z","updated_at":"2026-06-03T17:01:02.961Z","avatar_url":"https://github.com/fairdataihub.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON-style Schema Skeleton: Full RDA Common Standard WITH DMPTool Extensions\n\nPlease note that the overall structure of the final combined schema may change.\n\nThis skeleton is based on `rda_dmp_dmptool_extension_skeleton.json`. It combines the core RDA DMP Common Standard fields with additional DMPTool/local extension fields, including template-based narrative content.\n\n```text\nroot\n├── dmp [1]\n│   ├── title [0..1]\n│   ├── description [0..1]\n│   ├── dmp_id [0..1]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   ├── created [0..1]\n│   ├── modified [0..1]\n│   ├── ethical_issues_exist [0..1]\n│   ├── ethical_issues_description [0..1]\n│   ├── ethical_issues_report [0..1]\n│   ├── language [0..1]\n│   │\n│   ├── contact [0..1]\n│   │   ├── name [0..1]\n│   │   ├── mbox [0..1]\n│   │   ├── affiliation [0..n]\n│   │   │   ├── name [0..1]\n│   │   │   └── affiliation_id [0..1]\n│   │   │       ├── identifier [0..1]\n│   │   │       └── type [0..1]\n│   │   └── contact_id [0..n]\n│   │       ├── identifier [0..1]\n│   │       └── type [0..1]\n│   │\n│   ├── contributor [0..n]\n│   │   ├── name [0..1]\n│   │   ├── contributor_id [0..n]\n│   │   │   ├── identifier [0..1]\n│   │   │   └── type [0..1]\n│   │   ├── affiliation [0..n]\n│   │   │   ├── name [0..1]\n│   │   │   └── affiliation_id [0..1]\n│   │   │       ├── identifier [0..1]\n│   │   │       └── type [0..1]\n│   │   └── role [0..n]\n│   │\n│   ├── dataset [0..n]\n│   │   ├── title [0..1]\n│   │   ├── type [0..1]\n│   │   ├── description [0..1]\n│   │   ├── dataset_id [0..1]\n│   │   │   ├── identifier [0..1]\n│   │   │   └── type [0..1]\n│   │   ├── personal_data [0..1]\n│   │   ├── sensitive_data [0..1]\n│   │   ├── issued [0..1]\n│   │   │\n│   │   ├── metadata [0..n]\n│   │   │   ├── description [0..1]\n│   │   │   ├── language [0..1]\n│   │   │   └── metadata_standard_id [0..n]\n│   │   │       ├── identifier [0..1]\n│   │   │       └── type [0..1]\n│   │   │\n│   │   └── distribution [0..n]\n│   │       ├── title [0..1]\n│   │       ├── byte_size [0..1]\n│   │       ├── issued [0..1]\n│   │       ├── data_access [0..1]\n│   │       ├── license [0..n]\n│   │       │   ├── license_ref [0..1]\n│   │       │   └── start_date [0..1]\n│   │       └── host [0..1]\n│   │           ├── title [0..1]\n│   │           ├── url [0..1]\n│   │           └── host_id [0..n]\n│   │               ├── identifier [0..1]\n│   │               └── type [0..1]\n│   │\n│   ├── related_identifier [0..n]\n│   │   ├── identifier [0..1]\n│   │   ├── relation_type [0..1]\n│   │   ├── resource_type [0..1]\n│   │   └── type [0..1]\n│   │\n│   ├── alternate_identifier [0..n]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   │\n│   └── project [0..n]\n│       ├── title [0..1]\n│       ├── description [0..1]\n│       ├── project_id [0..n]\n│       │   ├── identifier [0..1]\n│       │   └── type [0..1]\n│       ├── start [0..1]\n│       ├── end [0..1]\n│       └── funding [0..n]\n│           ├── name [0..1]\n│           ├── funding_status [0..1]\n│           ├── funder_id [0..1]\n│           │   ├── identifier [0..1]\n│           │   └── type [0..1]\n│           └── grant_id [0..n]\n│               ├── identifier [0..1]\n│               └── type [0..1]\n│\n├── rda_schema_version [0..1]\n├── provenance [0..1]\n├── status [0..1]\n├── privacy [0..1]\n├── featured [0..1]\n├── registered [0..1]\n│\n├── research_domain [0..1]\n│   ├── name [0..1]\n│   └── research_domain_identifier [0..1]\n│       ├── identifier [0..1]\n│       └── type [0..1]\n│\n├── research_facility [0..n]\n│   ├── name [0..1]\n│   ├── type [0..1]\n│   └── research_facility_identifier [0..1]\n│       ├── identifier [0..1]\n│       └── type [0..1]\n│\n├── funding_opportunity [0..n]\n│   ├── project_id [0..1]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   ├── funder_id [0..1]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   └── opportunity_identifier [0..1]\n│       ├── identifier [0..1]\n│       └── type [0..1]\n│\n├── funding_project [0..n]\n│   ├── project_id [0..1]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   ├── funder_id [0..1]\n│   │   ├── identifier [0..1]\n│   │   └── type [0..1]\n│   └── project_identifier [0..1]\n│       ├── identifier [0..1]\n│       └── type [0..1]\n│\n├── version [0..n]\n│   ├── access_url [0..1]\n│   └── version [0..1]\n│\n└── narrative [0..1]\n    ├── download_url [0..1]\n    └── template [0..1]\n        ├── id [0..1]\n        ├── title [0..1]\n        ├── description [0..1]\n        ├── version [0..1]\n        └── section [0..n]\n            ├── id [0..1]\n            ├── title [0..1]\n            ├── description [0..1]\n            ├── order [0..1]\n            └── question [0..n]\n                ├── id [0..1]\n                ├── text [0..1]\n                ├── order [0..1]\n                └── answer [0..1]\n                    ├── id [0..1]\n                    └── json [0..1]\n                        ├── type [0..1]\n                        ├── answer [0..n]\n                        └── meta [0..1]\n                            └── schemaVersion [0..1]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdataihub%2Fdmp-json-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairdataihub%2Fdmp-json-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairdataihub%2Fdmp-json-schema/lists"}