HowToDirection
A direction indicating a single action to do in the instructions for how to achieve a result.
Properties from HowToDirection
Property | Expected Type | Description |
---|---|---|
afterMedia | MediaObject, URL | A media object representing the circumstances after performing this direction. |
beforeMedia | MediaObject, URL | A media object representing the circumstances before performing this direction. |
duringMedia | URL, MediaObject | A media object representing the circumstances while performing this direction. |
performTime | Duration | The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format. |
prepTime | Duration | The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format. |
supply | HowToSupply, Text | A sub-property of instrument. A supply consumed when performing instructions or a direction. |
tool | HowToTool, Text | A sub property of instrument. An object used (but not consumed) when performing instructions or a direction. |
totalTime | Duration | The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format. |