Json Schema for Primitive Types and Structures

Is there a Json schema or similar that is something like:
string | number | boolean | JsonObject | JsonArray | null;
Was this page helpful?