nickcmaynard / jsonschemalint

JSON Schema Lint. Like you I'm busy, so pull requests will get merged quicker than feature requests are implemented.

Home Page:https://jsonschemalint.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Three state colors in schema and data title panels instead of two.

Roinoss opened this issue · comments

Change title color states from Green/Red to Green/Orange/Red to increase user intuition friendlies.

  • Scheme:

Green: Valid json structure, valid draft structure
Orange: Valid json structure, invalid draft structure
Red: invalid json structure

  • Data:

Green: Valid json structure, valid by schema
Orange: Valid json structure, invalid by schema
Red: invalid json structure