{
  "$schema": "https://json-schema.org/draft-07/schema",
  "$id": "https://docs.monerolws.com/api/schemas/feed_warning.json",
  "type": "object",
  "properties": {
    "msg": {"type": "string"},
    "code": {"$ref": "feed_base.json#/definitions/uint16"},
    "counter": {"$ref": "feed_base.json#/definitions/uint32"},
    "height": {"$ref": "feed_base.json#/definitions/uint64"}
  },
  "required": ["msg", "code", "counter", "height"]
}
