Skip to content

Commit 521ee2b

Browse files
committed
Add folder and bookmark to default resources
1 parent f7d93b1 commit 521ee2b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

lib/defaults/default_store.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,5 +1138,39 @@
11381138
],
11391139
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/datatypes",
11401140
"https://atomicdata.dev/properties/shortname": "uri"
1141+
},
1142+
{
1143+
"@id": "https://atomicdata.dev/classes/Folder",
1144+
"https://atomicdata.dev/properties/description": "Acts as a parent for resources, useful for ordering data.",
1145+
"https://atomicdata.dev/properties/isA": [
1146+
"https://atomicdata.dev/classes/Class"
1147+
],
1148+
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
1149+
"https://atomicdata.dev/properties/recommends": [
1150+
"https://atomicdata.dev/properties/subresources"
1151+
],
1152+
"https://atomicdata.dev/properties/requires": [
1153+
"https://atomicdata.dev/properties/name",
1154+
"https://atomicdata.dev/property/display-style"
1155+
],
1156+
"https://atomicdata.dev/properties/shortname": "folder"
1157+
},
1158+
{
1159+
"@id": "https://atomicdata.dev/class/Bookmark",
1160+
"https://atomicdata.dev/properties/description": "A named reference to a web page. Can include a markdown version of the HTML document.",
1161+
"https://atomicdata.dev/properties/isA": [
1162+
"https://atomicdata.dev/classes/Class"
1163+
],
1164+
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
1165+
"https://atomicdata.dev/properties/recommends": [
1166+
"https://atomicdata.dev/property/preview",
1167+
"https://atomicdata.dev/properties/description",
1168+
"https://atomicdata.dev/properties/imageUrl"
1169+
],
1170+
"https://atomicdata.dev/properties/requires": [
1171+
"https://atomicdata.dev/properties/name",
1172+
"https://atomicdata.dev/property/url"
1173+
],
1174+
"https://atomicdata.dev/properties/shortname": "bookmark"
11411175
}
11421176
]

0 commit comments

Comments
 (0)