Skip to content

Commit

Permalink
feat: add desc, license
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed May 24, 2024
1 parent e7e1fa8 commit 191b7fa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
15 changes: 15 additions & 0 deletions siibra/attr/desc/description/v0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"allOf": [
{
"$ref": "urn:siibra-local:siibra/attr/util/humanreadable/v0.1.json"
}
],
"properties": {
"@type": {
"const": "siibra/attr/desc/description/v0.1"
}
},
"required": ["@type"]
}
18 changes: 18 additions & 0 deletions siibra/attr/desc/license/v0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"allOf": [
{
"$ref": "urn:siibra-local:siibra/attr/util/humanreadable/v0.1.json"
}
],
"properties": {
"@type": {
"const": "siibra/attr/desc/license/v0.1"
},
"text": {
"type": "string"
}
},
"required": ["@type"]
}
6 changes: 6 additions & 0 deletions siibra/attr/desc/v0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
},
{
"$ref": "urn:siibra-local:siibra/attr/desc/version/v0.1.json"
},
{
"$ref": "urn:siibra-local:siibra/attr/desc/license/v0.1.json"
},
{
"$ref": "urn:siibra-local:siibra/attr/desc/description/v0.1.json"
}
]
}

0 comments on commit 191b7fa

Please sign in to comment.