Messages

A list of warning messages.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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