Closed FeLungs closed 1 year ago
Agree they should be URI, also note the description for the id field should say "A URI for the Pattern"
Per the 7/19/2022, group agrees- feel free to throw a PR at this (or I could too)
Per the 7/19/2022 - would like to see some solid pattern examples with some logic/flow graphical support
Per the 7/19/2022 - can use https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/ to create flow within Markdown
Filing an issue about the xAPI Profiles specification? Please include the following
Which part/parts of the specification are at issue?
type
column value foroptional
,oneOrMore
andzeroOrMore
Given above,
optional
,oneOrMore
andzeroOrMore
must be defined as{"id": "Pattern URI" | "Template URI"}
but
alternates
andsequence
must be defined as["Pattern URI" | "Template URI", "Pattern URI" | "Template URI", ...]
ideally, all pattern items should be either a
URI
or anArray
ofURI
URI
in anObject
when the only field isid
What is your understanding of what the spec means in these parts?
Reference to "A single Pattern or Statement Template identifier"
oneOrMore
zeroOrMore
Related to your implementation, what's the use case you're trying to achieve? What are the user stories you're trying to support?
Removal of unnecessary
Object
containerHow you would like the specification to be improved?
Replace
object
withURI
foroptional
,oneOrMore
andzeroOrMore
@aaronesilvers, @andyjohnson this issue relates to validation of xAPI Profiles against the spec.