Craft.io · Schema

GeneralErrorResponse

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

craft-io-generalerrorresponse-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-generalerrorresponse-schema.json",
  "title": "GeneralErrorResponse",
  "properties": {
    "message": {
      "type": "string"
    }
  },
  "required": [
    "message"
  ],
  "type": "object",
  "additionalProperties": false
}