Errors

A list of error messages.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_Errors",
  "title": "Errors",
  "description": "A list of error messages.",
  "items": {
    "$ref": "#/components/schemas/rulesets_Message"
  },
  "type": "array"
}