Created
February 19, 2019 19:35
-
-
Save ottonomy/d441bdfd2231d789f9786598a26b7243 to your computer and use it in GitHub Desktop.
CourseObject with alternate identifiers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": ["https://tbd.example.com/edplan/v1", {"coci_id": "https://www.cccco.edu/terms/#coci_id"}], | |
"id": "https://someschool.edu/courses/123", | |
"name": "Math for Nursing", | |
"coci_id": "CCC000037611" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment