File tree 1 file changed +2
-2
lines changed
Tests/Schema.NET.Test/Examples
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class CourseTest
10
10
{
11
11
Name = "Introduction to Computer Science and Programming" , // Required
12
12
Description = "Introductory CS course laying out the basics." , // Required
13
- Provider = new Organization ( ) // Recommended
13
+ SourceOrganization = new Organization ( ) // Note: This is typically set via "Provider" (a pending property) and is required
14
14
{
15
15
Name = "University of Technology - Eureka" ,
16
16
SameAs = new Uri ( "https://www.ut-eureka.edu" ) ,
@@ -24,7 +24,7 @@ public class CourseTest
24
24
"@type": "Course",
25
25
"name": "Introduction to Computer Science and Programming",
26
26
"description": "Introductory CS course laying out the basics.",
27
- "provider ": {
27
+ "sourceOrganization ": {
28
28
"@type": "Organization",
29
29
"name": "University of Technology - Eureka",
30
30
"sameAs": "https://www.ut-eureka.edu"
You can’t perform that action at this time.
0 commit comments