Reflektive · Schema

Real-time Feedback (v2)

A real-time feedback record supporting Team Recognition — one sender and one or more recipients.

Performance ManagementHREmployee FeedbackGoal TrackingEngagement SurveysReviewsPeople AnalyticsREST API

Properties

Name Type Description
uuid string A unique identifier associated with this feedback.
sender object The employee who gave the feedback.
recipients array An array of Employee objects representing all people who received this feedback (supports Team Recognition).
content string The publicly visible content of the feedback.
created_at string The ISO 8601 timestamp when the feedback was created and sent.
View JSON Schema on GitHub

JSON Schema

feedback-v2.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.reflektive.com/schemas/feedback-v2",
  "title": "Real-time Feedback (v2)",
  "description": "A real-time feedback record supporting Team Recognition — one sender and one or more recipients.",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "A unique identifier associated with this feedback.",
      "example": "e8678ff9-3ae4-4b2b-b7af-f7240155f753"
    },
    "sender": {
      "$ref": "employee.json",
      "description": "The employee who gave the feedback."
    },
    "recipients": {
      "type": "array",
      "description": "An array of Employee objects representing all people who received this feedback (supports Team Recognition).",
      "items": {
        "$ref": "employee.json"
      },
      "minItems": 1
    },
    "content": {
      "type": "string",
      "description": "The publicly visible content of the feedback.",
      "example": "Most impressive."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The ISO 8601 timestamp when the feedback was created and sent.",
      "example": "2016-10-31T23:43:20Z"
    }
  },
  "required": ["uuid", "sender", "recipients", "content", "created_at"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/feedback-v2"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.