-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
31 lines (31 loc) · 818 Bytes
/
sample.json
File metadata and controls
31 lines (31 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"TOS": {
"submission_TOS": "http://www.learningregistry.org/tos/cc0/v0-5/"
},
"active": true,
"doc_type": "resource_data",
"doc_version": "0.23.0",
"identity": {
"curator": "",
"owner": "",
"submitter": "your name or organization here",
"signer": "your name or org, if you're signing the document",
"submitter_type": "agent"
},
"keys": [
"science",
"Newton",
"apple",
"what_ever_you_want"
],
"payload_placement": "inline",
"payload_schema": [
"hashtags",
"describing",
"resource_locator",
"format"
],
"resource_data": "Put_anything_like_metadata, xml_or_whatever_here",
"resource_data_type": "metadata",
"resource_locator": "URI_of_resource"
}