Skip to content

Commit

Permalink
Add folder and bookmark to default resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Feb 13, 2025
1 parent f7d93b1 commit 521ee2b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions lib/defaults/default_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -1138,5 +1138,39 @@
],
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/datatypes",
"https://atomicdata.dev/properties/shortname": "uri"
},
{
"@id": "https://atomicdata.dev/classes/Folder",
"https://atomicdata.dev/properties/description": "Acts as a parent for resources, useful for ordering data.",
"https://atomicdata.dev/properties/isA": [
"https://atomicdata.dev/classes/Class"
],
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
"https://atomicdata.dev/properties/recommends": [
"https://atomicdata.dev/properties/subresources"
],
"https://atomicdata.dev/properties/requires": [
"https://atomicdata.dev/properties/name",
"https://atomicdata.dev/property/display-style"
],
"https://atomicdata.dev/properties/shortname": "folder"
},
{
"@id": "https://atomicdata.dev/class/Bookmark",
"https://atomicdata.dev/properties/description": "A named reference to a web page. Can include a markdown version of the HTML document.",
"https://atomicdata.dev/properties/isA": [
"https://atomicdata.dev/classes/Class"
],
"https://atomicdata.dev/properties/parent": "https://atomicdata.dev/classes",
"https://atomicdata.dev/properties/recommends": [
"https://atomicdata.dev/property/preview",
"https://atomicdata.dev/properties/description",
"https://atomicdata.dev/properties/imageUrl"
],
"https://atomicdata.dev/properties/requires": [
"https://atomicdata.dev/properties/name",
"https://atomicdata.dev/property/url"
],
"https://atomicdata.dev/properties/shortname": "bookmark"
}
]

0 comments on commit 521ee2b

Please sign in to comment.