Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Aug 8, 2024
1 parent 82832fd commit 9c2d5ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/example_asset.xoma
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"metadata": {
"name" : "example_car",
"description": "Example car to demonstrate how OpenMATERIAL works",
"description": "This is an example car asset. It demonstrates how OpenMATERIAL assets work.",
"uuid": "87769375a5109c689af8cc3ad3dd8349",
"asset_version": "1.0.0",
"openmaterial_version": "1.0.0",
"copyright" : "(C) 2023-2024, Example Company",
"license" : "MPL-2.0",
"generator": "Blender",
"creator": "Example Company",
"creation_date": "20240703T101728Z"
Expand Down
9 changes: 6 additions & 3 deletions schemas/asset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"description": {
"type": "string",
"description": "Description of the asset"
"description": "Short description of the asset in 2 - 3 sentences."
},
"uuid": {
"type": "string",
Expand All @@ -32,13 +32,16 @@
},
"copyright": {
"type": "string",
"description": "Copyright information"
"description": "Copyright information with year and company"
},
"license": {
"type": "string",
"description": "License information. For common open source licenses, provide an SPDX identifier. For other types of licenses, provide an URL to a webpage with the license or the filename of a separately provided license file."
},
"generator": {
"type": "string",
"description": "The tool or software used to generate the asset"
},

"creator": {
"type": "string",
"description": "Creator of the asset"
Expand Down

0 comments on commit 9c2d5ce

Please sign in to comment.