Installs
Installs
ModelsExpand Collapse
Install { id, created_at, package_id, 9 more }
Install-specific input values that supplement the package's inputs.
Merged with the package's input values to form the complete
entities.inputs for entity binding evaluation.
links?: Array<Link>
Target reference.
Fragment URIs (#name) reference other entities in the same graph by
their local name (the key in the entity map). Absolute paths and URLs reference
external resources outside the graph.
Link relation type.
Additional metadata keyed by property name.
Human-readable titles keyed by BCP 47 language tag.
Media type of the target resource (per RFC 7033 section 4.4.4.3).
Applies to external hrefs; typically omitted for intra-graph references.
Resolved output values produced by the provisioner, conforming to the
package's Package.outputs.schema. Flat — the provisioner evaluates
Package.outputs.bindings against the resolved entity graph.
InstallList { items, pagination }
Install-specific input values that supplement the package's inputs.
Merged with the package's input values to form the complete
entities.inputs for entity binding evaluation.
links?: Array<Link>
Target reference.
Fragment URIs (#name) reference other entities in the same graph by
their local name (the key in the entity map). Absolute paths and URLs reference
external resources outside the graph.
Link relation type.
Additional metadata keyed by property name.
Human-readable titles keyed by BCP 47 language tag.
Media type of the target resource (per RFC 7033 section 4.4.4.3).
Applies to external hrefs; typically omitted for intra-graph references.
Resolved output values produced by the provisioner, conforming to the
package's Package.outputs.schema. Flat — the provisioner evaluates
Package.outputs.bindings against the resolved entity graph.
pagination: Pagination { after_cursor, before_cursor, total_count } Cursor-based pagination metadata returned alongside a list of results
Cursor-based pagination metadata returned alongside a list of results
An opaque cursor used for paginating through a list of results
An opaque cursor used for paginating through a list of results
Total number of items across all pages. Only present when the request includes ?expand[]=total_count.