Skip to content

Commit e2c5905

Browse files
committed
Updated (and fixed) conformsTo for Course and CourseInstance schemas
1 parent 7d89f3d commit e2c5905

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/bioschemas/course_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def self.type
55
end
66

77
def self.bioschemas_profile
8-
'https://bioschemas.org/profiles/Course/0.9-DRAFT-2020_12_08'
8+
'https://bioschemas.org/profiles/Course/0.10-DRAFT'
99
end
1010

1111
property :name, :title

lib/bioschemas/course_instance_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def self.type
55
end
66

77
def self.bioschemas_profile
8-
'https://bioschemas.org/profiles/Course/0.9-DRAFT-2020_12_08'
8+
'https://bioschemas.org/profiles/CourseInstance/0.9-DRAFT'
99
end
1010

1111
property :startDate, :start

0 commit comments

Comments
 (0)