xapi-profiles
xapi-profiles copied to clipboard
A set of documents addressing the structure of and supporting services for xAPI Profiles.
Filing an issue about the **xAPI Profiles** specification? Please include the following - Which part/parts of the specification are at issue? [xAPI profiles structure: statements templates](https://github.com/adlnet/xapi-profiles/blob/master/xapi-profiles-structure.md) - What is your...
Filing an issue about the **xAPI Profiles** specification? Please include the following - Which part/parts of the specification are at issue? xAPI profiles structure, xAPI profiles about - What is...
This PR, tries to address #257 by: - Updating references to JSONPath specification document that is currently under the development of the [IETF JSONPath WG](https://datatracker.ietf.org/wg/jsonpath/about/). The spec points to the...
Sorry if this is not the proper location to submit this issue, but I didn't found a fork of https://github.com/perma-id/w3id.org/ in the adlnet org to submit there. Following the review...
Per the recommendation of the IEEE Profile Specification Working Group in May 2022, this pull request was created to expand the determining properties in the xAPI Profile Specification. This expansion...
The section [Part Three: Communication and Processing](https://github.com/adlnet/xapi-profiles/blob/master/xapi-profiles-communication.md#part-three-communication-and-processing) describes requirements for inference logic to be implemented by Profile Servers: > A Profile Server will include inference logic for the following, at...
Sorry if this is not the proper location to submit the issue, but I didn't found a fork of https://github.com/perma-id/w3id.org/ in the adlnet org to submit there. Reviewing the [xAPI...
I was playing around with the expanded and compacted forms of a profile I am developing (via https://json-ld.org/playground/) and noticed something strange about scopeNote ``` ... "rules":[{"location":"$.result.duration","presence":"recommended","scopeNote":{"en": "the Length of..."}]}...
The inlineSchema `required` property did not validate according to the JSON Schema standard (tested validation with datasim and xapi profile server), so I have suggested a correction that validates.