-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
Looking at the example in draft 0.4 of a Disclosure Phase AssessAction:
{
"@id": "#disclosure-b16c1f0a-ae7f-4582-9b28-7d9df3313e27",
"type": "AssessAction",
"name": "Disclosure check of workflow results: pending (estimate: 1 week)",
// ...
"actionStatus": "http://schema.org/PotentialActionStatus"
}Here the name property includes commentary on the status: pending (estimate: 1 week).
- Is it useful or appropriate to put this status information here?
- the actual action status has its own well defined property
actionStatus
- the actual action status has its own well defined property
- If so, is it appropriate or problematic to be updating the entity name when status changes?
- e.g. to
Disclosure check of workflow results: completed - I realise the id is unchanging and is the canonical unique identifier for the entity, so perhaps changing the name is acceptable, but it seems odd
- e.g. to
- Should/Can the additional status commentary such as estimates of assessment duration in a pending state be recorded in a well defined property instead?
- I don't know if this is useful or overkill, but if modifying the
nameis deemed undesirable, then doing this will be necessary to retain the pending estimate, or other status information such as reasons for disclosure check failure.
- I don't know if this is useful or overkill, but if modifying the
Happy to hear thoughts :)
Metadata
Metadata
Assignees
Labels
No labels