1,065
edits
Prawsthorne (talk | contribs) |
Prawsthorne (talk | contribs) |
||
| Line 163: | Line 163: | ||
# the origin URL of these above resources | # the origin URL of these above resources | ||
=== the JSON file === | === the JSON file or message === | ||
[[Image:BadgeJSON.jpg|600px|right]] | [[Image:BadgeJSON.jpg|600px|right]] | ||
The JSON file of message is key to the Open Badges Infrastructure (OBI). It contains the information required for a badge to be issued. | The JSON file of message is key to the Open Badges Infrastructure (OBI). It contains the information required for a badge to be issued. | ||
==== As a file ==== | |||
Most of the tutorials have focused upon issuing a badge using a text (or json) file. The idea being that the required information is stored in a file stored to disk and referenced when issuing the badge. This means that many files would have to be stored to disk and would, through time, could cause significant maintenance overhead. | |||
==== As a Message ==== | |||
The json could also come as a message exchanged between systems | |||
=== JavaScript === | === JavaScript === | ||
edits