http://sjnrk23rmcl4ie5atmz664v7o7k5nkk4jh7mm6lor2n4hxz2tos3eyid.onion/8927.html
/jtd.py reputon.json r1.json
[ValidationError(instance_path=['reputons', '0'], schema_path=['properties', 'reputons', 'elements', 'properties', 'rating'])] Une intéressante annexe B fait une comparaison de JTD
avec CDDL. Par exemple, le schéma CDDL : root = "PENDING" / "DONE" / "CANCELED" accepterait les mêmes documents que le schéma JTD : { "enum": ["PENDING", "DONE", "CANCELED"]} Et celui-ci, en CDDL (où le point
d'interrogation indique un terme facultatif) : root = { a: bool,...