adlnet / xapi-authored-profiles

Repository of official xAPI Profiles

Home Page:https://adlnet.gov/projects/xapi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid IRIs

cliffcaseyyet opened this issue · comments

Hello,

While testing a new automated xAPI Profile validator, we noticed that there was a potential conformance issue in a number of Profiles in this repo where a property expecting an IRI encountered an incorrectly formatted one.

For example, the "seeAlso" property in dod-isd/dod-isd.jsonld on line 12

...
"seeAlso": "MIL-HDBK-29612-1A",
"versions": [
...

The validator also found a typo in a flashcards/v0.1/flashcards.jsonld IRI on line 135

"sequence": ["https://w3id.org/xapi/flashcards/templates#launched", "https: //w3id.org/xapi/flashcards/templates#viewed",...

We just wanted to share in case you were unaware of the issue.

Thanks,
Cliff Casey

New pull request should resolve these issues