parthp2107 a07bc411dc
updated json schema and schema docs (#3219)
* updated json schema and schema docs

* added glossay to readme
2022-03-08 09:23:53 +05:30

2.9 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

This schema does not accept additional properties.

Properties

Type definitions in this schema

post

  • Post within a feed.
  • Type: object
  • This schema does not accept additional properties.
  • Properties
    • message required
      • Message in markdown format. See markdown support for more details.
      • Type: string
    • postTs
    • from required
      • Name of the User posting the message.
      • Type: string

This document was updated on: Monday, March 7, 2022