From a0a7b46ba7a5ec2867d963f40b0f4cc446a74f30 Mon Sep 17 00:00:00 2001 From: ryanchristo <12519942+ryanchristo@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:03:19 -0700 Subject: [PATCH] add type and class image --- .../user/credit-class-project-batch-management.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/user/credit-class-project-batch-management.md b/docs/tutorials/user/credit-class-project-batch-management.md index c0c65d10bf..be62295f25 100644 --- a/docs/tutorials/user/credit-class-project-batch-management.md +++ b/docs/tutorials/user/credit-class-project-batch-management.md @@ -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": "" @@ -133,6 +138,7 @@ The following includes a template for a project: "@container": "@list" } }, + "@type": "regen:Project", "schema:name": "", "schema:description": "", "regen:projectDesignDocument": "", @@ -202,6 +208,7 @@ The following includes a template for a credit batch: "@type": "schema:URL" } }, + "@type": "regen:CreditBatch", "regen:verificationReports": [ { "schema:url": ""