Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 5.44 KB

File metadata and controls

17 lines (14 loc) · 5.44 KB

PlatformResult

Fields

Field Type Required Description Example
url String ✔️ Canonical URL of the result. https://company.atlassian.net/wiki/spaces/ENG/pages/12345
title String ✔️ Result title. Q2 2026 Platform Roadmap
snippets List<String> Query-relevant plain-text excerpts from the result body. [
"The platform team will focus on API stability and..."
]
datasource String ✔️ The datasource this result originates from. confluence
datasourceInstance JsonNullable<String> The datasource instance this result originates from, if known. confluence_acme
documentType JsonNullable<String> The document type within the datasource. page
creator Optional<PlatformPersonReference> A lightweight reference to a person, used where a payload merely points at someone.
owner Optional<PlatformPersonReference> A lightweight reference to a person, used where a payload merely points at someone.
updatedAt OffsetDateTime When the result was last modified.
createdAt OffsetDateTime When the result was created.