{ "$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 }