I have been looking into both JSON.NET Schema and NJsonSchema. Both don't seem to have any property / method that identifies if a JSON Schema is a valid one and in accordance with draft v4.
Is it that only an exception will identify if a schema is valid, and even if it's valid, how will I check that it's draft v4 compatible?