Skip to content

Commit

Permalink
Use // for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmerderonde committed Nov 6, 2024
1 parent 6e3be77 commit 506f2b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Once the Host instutution has done the initial processing after the Enrollment R
```json
{
"role": "student",
"state": "associated", # The desired state the Host would like the Home institution to reach.
"remoteState": "associated", # The initial state the Host has reached so far. Could also be pending or queued.
"state": "associated", // The desired state the Host would like the Home institution to reach.
"remoteState": "associated", // The initial state the Host has reached so far. Could also be pending or queued.
"offering": {
"primaryCode": {
"codeType": "identifier",
Expand Down Expand Up @@ -109,7 +109,7 @@ Once the Host instutution has done the initial processing after the Enrollment R
"link": "https://institution.tld/courses/bioinf",
}
},
"issuer": { # The issuer should be an Organization of type root. It represents the institution that is offering the course (offering).
"issuer": { // The issuer should be an Organization of type root. It represents the institution that is offering the course (offering).
"primaryCode": {
"codeType": "identifier",
"code": "1234qwe12"
Expand Down

0 comments on commit 506f2b2

Please sign in to comment.