Craft.io · Schema

FeedbackLink

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
id string
shortId string
title string
status object
webUrl string Direct link into the feedback portal for this linked feedback item.
View JSON Schema on GitHub

JSON Schema

craft-io-feedbacklink-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-feedbacklink-schema.json",
  "title": "FeedbackLink",
  "properties": {
    "id": {
      "type": "string"
    },
    "shortId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/NullableType__id%3F%3Astring.name%3F%3Astring__"
    },
    "webUrl": {
      "type": "string",
      "description": "Direct link into the feedback portal for this linked feedback item."
    }
  },
  "type": "object",
  "additionalProperties": false
}