Home

Create Action

This is an implementation of schema.org CreateAction.

In Stencila provenance it represents creation of new document content, generated outputs, or byte assets. It maps naturally to C2PA c2pa.created when projecting provenance to standard C2PA actions.

Analogues

The following external types, elements, or nodes are similar to a CreateAction:

Properties

The CreateAction type has these properties:

NameDescriptionTypeInherited from
actionStatusThe current status of the action.ActionStatusTypeAction
agentThe direct performer or driver of the action.ActionAgentAction
participantsOther agents that participated in the action.ActionAgent*Action
providerThe service provider, service operator, or performer responsible for the action.ActionAgentAction
objectsThe objects or input values upon which the action is carried out.Node*Action
resultsThe objects or values produced by the action.Node*Action
instrumentThe object, software, or other instrument that helped perform the action.ThingVariant | StringAction
environmentEnvironment variables or settings that affected the action.PropertyValue*Action
containerImagesContainer images used by the action.(ContainerImage | String)*Action
startTimeWhen the action started.DateTimeAction
endTimeWhen the action ended.DateTimeAction
errorAn error produced by the action.ThingVariant | StringAction
alternateNamesAlternate names (aliases) for the item.String*Thing
descriptionA description of the item.StringThing
identifiersAny kind of identifier for any kind of Thing.(PropertyValue | String)*Thing
imagesImages of the item.ImageObject*Thing
nameThe name of the item.StringThing
urlThe URL of the item.StringThing
idThe identifier for this item.StringEntity

Related

The CreateAction type is related to these types:

Bindings

The CreateAction type is represented in:


This documentation was generated from CreateAction.yaml by docs_types.rs.

© 2026 Stencila