Reaction Rollup

APIs.ioEngineeringPlatform

Properties

Name Type Description
url string
total_count integer
+1 integer
-1 integer
laugh integer
confused integer
heart integer
hooray integer
eyes integer
rocket integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-reaction-rollup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/reaction-rollup",
  "title": "Reaction Rollup",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "total_count": {
      "type": "integer"
    },
    "+1": {
      "type": "integer"
    },
    "-1": {
      "type": "integer"
    },
    "laugh": {
      "type": "integer"
    },
    "confused": {
      "type": "integer"
    },
    "heart": {
      "type": "integer"
    },
    "hooray": {
      "type": "integer"
    },
    "eyes": {
      "type": "integer"
    },
    "rocket": {
      "type": "integer"
    }
  },
  "required": [
    "url",
    "total_count",
    "+1",
    "-1",
    "laugh",
    "confused",
    "heart",
    "hooray",
    "eyes",
    "rocket"
  ]
}