adlnet / xapi-profiles

A set of documents addressing the structure of and supporting services for xAPI Profiles.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo within Section 6.2 Organizations and Persons

FeLungs opened this issue · comments

Filing an issue about the xAPI Profiles specification? Please include the following

  • Which part/parts of the specification are at issue?
    2.6
  • What is your understanding of what the spec means in these parts?
    definition of the profile author as an individual or organization
  • identified by URL with name as a label
  • type indicates if the URL + Name describe an individual or an organization
  • How you would like the specification to be improved?
    The type property has a type of object when it should be string
  • takes the value of either "Organization" or "Person"

image

+1 good catch. This should be changed to "String"

@jhaag75 Isn't this table the description of the organisation object though? The property name "type" and description seem to suggest that this property is a string, as does the fact that there is a name property already. This structure seems unlikely to be intended:

{
  "type": {
    "name": "Andrew Downes"
  },
  "name": "Andrew Downes"
}

Right, but "Organization" and "Person" are strings, not an objects.

Per the 7/19/2022 meeting, feel free to add to/create a PR for this