Craft.io · Schema

ValidateErrorJSON

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
message string
details object
View JSON Schema on GitHub

JSON Schema

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