Aniket Katkar cf2aafa770
changes in script to generate schemas documentation (#12325)
* changes in script to generate schemas documentation

* generated schema doc changes

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2023-07-11 09:59:51 +02:00

799 B

title slug
threadCount /main-concepts/metadata-standard/schemas/api/feed/threadcount

Count of threads related to an entity

This schema defines the type for reporting the count of threads related to an entity.

Properties

  • totalCount (integer): Total count of all the threads. Minimum: 0.
  • counts (array): .
    • Items: Refer to #/definitions/entityLinkThreadCount.

Definitions

  • entityLinkThreadCount (object): Type used to return thread count per entity link. Cannot contain additional properties.
    • count (integer): Count of threads for the given entity link. Minimum: 0.
    • entityLink: Refer to ../../type/basic.json#/definitions/entityLink.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.