-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to expand and clarify determining properties #258
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -447,9 +447,10 @@ Property | Type | Description | Required | |
`verb` | IRI | Verb IRI | Optional | ||
`objectActivityType` | IRI | Object activity type IRI | Optional | ||
`homepage` | IRL | Part of the Account object | Optional | ||
`ActivityDefinitionExtension` key | IRI | The key of the extension of the Activity Definition Object | Optional | ||
`ResultExtension` key | IRI | The key of the extension of the Result Object | Optional | ||
`ContextExtension` key | IRI | The key of the extension of the Context Object | Optional | ||
`activityDefinitionExtension` key | IRI | The key of the extension of the Activity Definition Object | Optional | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this description needs to be a little more specific or reworded. Its not clear to me if this is specifically the Statement Object Activity or any Activity in the statement. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 6/7/2022 - this can be for any Object (type of Activity), not just the Object of the Statement. |
||
`resultExtension` key | IRI | The key of the extension of the Result Object | Optional | ||
`contextExtension` key | IRI | The key of the extension of the Context Object | Optional | ||
`contextCategoryContextActivity` key | IRI | The identifier of the Category Context Activity | Optional | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should be renamed (e.g. "profileVersion", "profileReference", etc.) to indicate its a profile version id/iri instead of an arbitrary category activity id. I also think this should be an array so that multiple references can be specified. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Per 6/7/2022 , the first part of the comment is for line 453 and the second part is for 451-453. Multiple references should be allowed. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So should be "Arrays" |
||
`objectActivityType` | IRI | Object activity type IRI | Optional | ||
`contextGroupingActivityType` | Array | Array of contextActivities grouping activity type IRIs | Optional | ||
`contextParentActivityType` | Array | Array of contextActivities parent activity type IRIs | Optional | ||
|
@@ -462,7 +463,7 @@ Property | Type | Description | Required | |
|
||
A Statement Template MUST NOT have both `objectStatementRefTemplate` and `objectActivityType`. | ||
|
||
The verb, object activity type, attachment usage types, and context activity types listed are called Determining Properties. | ||
The verb, object activity type, homepage, extensions, category context activity, attachment usage types, and context activity types listed are called Determining Properties. | ||
|
||
A Profile Author MUST change a Statement Template's `id` between versions if any of the Determining Properties, StatementRef properties, or rules change. | ||
Changes of `scopeNote` are not considered changes in rules. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should get expanded to cover all IFIs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment from the group on 6/7/2022 - should be all of the IFIs or none.