Home

Suggestion Inline

This is an abstract base type used in Stencila Schema for suggestions that operate on inline content.

It extends Suggestion so fine-grained proposed edits within prose can be represented separately from block-level changes while reusing the common suggestion model.

Key properties are primarily inherited from Suggestion, with semantics centered on inline-content replacements and originals.

Analogues

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

  • inline tracked change: Approximate analogue for suggested insertions, deletions, and replacements within prose spans.

Properties

The SuggestionInline type has these properties:

NameDescriptionTypeInherited from
contentThe suggested content. For insertions and replacements, this is the new content; for deletions, this is the content being deleted.Inline*-
originalThe original content. For replacements, this is the content being replaced; for deletions, this should be absent.Inline*-
suggestionTypeThe type of suggestion including whether it is an insertion or a deletion.SuggestionTypeSuggestion
suggestionStatusThe status of the suggestion including whether it is the original, or is accepted, or rejected.SuggestionStatusSuggestion
authorsThe authors of the suggestionAuthor*Suggestion
provenanceA summary of the provenance of the content within the suggestion.ProvenanceCount*Suggestion
datePublishedDate of the suggestion was created.DateTimeSuggestion
executionDurationTime taken to generate the suggestion.DurationSuggestion
executionEndedThe timestamp when the generation ended.TimestampSuggestion
feedbackFeedback on the suggestionStringSuggestion
idThe identifier for this item.StringEntity

Related

The SuggestionInline type is related to these types:

Bindings

The SuggestionInline type is represented in:


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

© 2026 Stencila