parthp2107 aec586a5fe
updated metadata-ingestion and apis documents (#839)
* updated metadata-ingestion and apis documents

* minor changes in

* addressing maven ci findings

Co-authored-by: Parth Panchal <parthpanchal@Parths-MacBook-Air.local>
2021-10-18 18:02:22 +05:30

2.1 KiB

Thread

This schema defines the Thread entity. A Thread is a collection of posts made by the users. The first post that starts a thread is about a data asset from a user. Other users can respond to this post by creating new posts in the thread. Note that bot users can also interact with a thread. A post can contains links that mention Users or other Data Assets.

$id: https://open-metadata.org/schema/entity/feed/thread.json

Type: object

Properties

Type definitions in this schema

post

  • Post within a feed.
  • Type: object
  • Properties
    • message required
      • Message in markdown format. See markdown support for more details.
      • Type: string
    • postTs
      • Timestamp of the post.
      • Type: string
      • String format must be a "date-time"
    • from required

This document was updated on: Monday, October 18, 2021