Skip to content

Commit

Permalink
add type and class image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Jul 3, 2023
1 parent 2dc243a commit a0a7b46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/user/credit-class-project-batch-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,16 @@ The following includes a template for a credit class:
},
"schema:url": {
"@type": "schema:URL"
},
"schema:image": {
"@type": "schema:URL"
}
},
"@type": "regen:CreditClass",
"schema:name": "",
"schema:description": "",
"schema:url": "",
"schema:image": "",
"regen:sourceRegistry": {
"schema:name": "",
"schema:url": ""
Expand Down Expand Up @@ -133,6 +138,7 @@ The following includes a template for a project:
"@container": "@list"
}
},
"@type": "regen:Project",
"schema:name": "",
"schema:description": "",
"regen:projectDesignDocument": "",
Expand Down Expand Up @@ -202,6 +208,7 @@ The following includes a template for a credit batch:
"@type": "schema:URL"
}
},
"@type": "regen:CreditBatch",
"regen:verificationReports": [
{
"schema:url": ""
Expand Down

0 comments on commit a0a7b46

Please sign in to comment.