m3-json-schema 1.0.0-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cljc.java_time.extn.calendar_awareness.js +26 -0
- package/cljc.java_time.extn.calendar_awareness.js.map +1 -0
- package/cljc.java_time.local_date.js +384 -0
- package/cljc.java_time.local_date.js.map +1 -0
- package/cljc.java_time.offset_date_time.js +391 -0
- package/cljc.java_time.offset_date_time.js.map +1 -0
- package/cljc.java_time.offset_time.js +305 -0
- package/cljc.java_time.offset_time.js.map +1 -0
- package/cljs.core.js +38762 -0
- package/cljs.core.js.map +1 -0
- package/cljs_env.js +7717 -0
- package/clojure.string.js +492 -0
- package/clojure.string.js.map +1 -0
- package/index.d.ts +45 -0
- package/java.time.js +354 -0
- package/java.time.js.map +1 -0
- package/m3.draft.js +27 -0
- package/m3.draft.js.map +1 -0
- package/m3.ecma.js +28 -0
- package/m3.ecma.js.map +1 -0
- package/m3.format.js +301 -0
- package/m3.format.js.map +1 -0
- package/m3.idn_hostname.js +546 -0
- package/m3.idn_hostname.js.map +1 -0
- package/m3.js.js +330 -0
- package/m3.js.js.map +1 -0
- package/m3.log.js +147 -0
- package/m3.log.js.map +1 -0
- package/m3.pattern.js +36 -0
- package/m3.pattern.js.map +1 -0
- package/m3.platform.js +82 -0
- package/m3.platform.js.map +1 -0
- package/m3.property.js +1940 -0
- package/m3.property.js.map +1 -0
- package/m3.ref.js +404 -0
- package/m3.ref.js.map +1 -0
- package/m3.type.js +133 -0
- package/m3.type.js.map +1 -0
- package/m3.uri.js +259 -0
- package/m3.uri.js.map +1 -0
- package/m3.util.js +192 -0
- package/m3.util.js.map +1 -0
- package/m3.validate.js +522 -0
- package/m3.validate.js.map +1 -0
- package/m3.vocabulary.js +85 -0
- package/m3.vocabulary.js.map +1 -0
- package/package.json +35 -0
- package/shadow.js.js +100 -0
- package/shadow.js.js.map +9 -0
- package/shadow.js.shim.module$$js_joda$core.js +22 -0
- package/shadow.js.shim.module$$js_joda$core.js.map +9 -0
- package/shadow.js.shim.module$punycode.js +22 -0
- package/shadow.js.shim.module$punycode.js.map +9 -0
package/m3.vocabulary.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
var $CLJS = require("./cljs_env");
|
|
2
|
+
var $jscomp = $CLJS.$jscomp;
|
|
3
|
+
var COMPILED = false;
|
|
4
|
+
require("./cljs.core.js");
|
|
5
|
+
require("./m3.log.js");
|
|
6
|
+
require("./m3.util.js");
|
|
7
|
+
require("./m3.uri.js");
|
|
8
|
+
require("./m3.draft.js");
|
|
9
|
+
require("./m3.property.js");
|
|
10
|
+
var cljc=$CLJS.cljc || ($CLJS.cljc = {});
|
|
11
|
+
var m3=$CLJS.m3 || ($CLJS.m3 = {});
|
|
12
|
+
var clojure=$CLJS.clojure || ($CLJS.clojure = {});
|
|
13
|
+
var cljs=$CLJS.cljs || ($CLJS.cljs = {});
|
|
14
|
+
var java=$CLJS.java || ($CLJS.java = {});
|
|
15
|
+
var shadow=$CLJS.shadow || ($CLJS.shadow = {});
|
|
16
|
+
var goog=$CLJS.goog || ($CLJS.goog = {});
|
|
17
|
+
var module$shadow_js_shim_module$$js_joda$core=$CLJS.module$shadow_js_shim_module$$js_joda$core || ($CLJS.module$shadow_js_shim_module$$js_joda$core = {});
|
|
18
|
+
var module$shadow_js_shim_module$punycode=$CLJS.module$shadow_js_shim_module$punycode || ($CLJS.module$shadow_js_shim_module$punycode = {});
|
|
19
|
+
|
|
20
|
+
$CLJS.SHADOW_ENV.setLoaded("m3.vocabulary.js");
|
|
21
|
+
|
|
22
|
+
goog.provide('m3.vocabulary');
|
|
23
|
+
|
|
24
|
+
m3.vocabulary.check_property_$schema = (function m3$vocabulary$check_property_$schema(_property,c2,_p2,m2,v2){
|
|
25
|
+
var uri = m3.uri.parse_uri(v2);
|
|
26
|
+
var draft = (function (){var or__5025__auto__ = (m3.draft.$schema_uri__GT_draft.cljs$core$IFn$_invoke$arity$1 ? m3.draft.$schema_uri__GT_draft.cljs$core$IFn$_invoke$arity$1(uri) : m3.draft.$schema_uri__GT_draft.call(null,uri));
|
|
27
|
+
if(cljs.core.truth_(or__5025__auto__)){
|
|
28
|
+
return or__5025__auto__;
|
|
29
|
+
} else {
|
|
30
|
+
return new cljs.core.Keyword(null,"draft","draft",1421831058).cljs$core$IFn$_invoke$arity$1(c2);
|
|
31
|
+
}
|
|
32
|
+
})();
|
|
33
|
+
var uri__GT_schema = new cljs.core.Keyword(null,"uri->schema","uri->schema",-498150402).cljs$core$IFn$_invoke$arity$1(c2);
|
|
34
|
+
var metaschema = (cljs.core.truth_(uri__GT_schema)?(function (){try{var vec__22835 = (function (){var G__22838 = c2;
|
|
35
|
+
var G__22839 = cljs.core.PersistentVector.EMPTY;
|
|
36
|
+
var G__22840 = uri;
|
|
37
|
+
return (uri__GT_schema.cljs$core$IFn$_invoke$arity$3 ? uri__GT_schema.cljs$core$IFn$_invoke$arity$3(G__22838,G__22839,G__22840) : uri__GT_schema.call(null,G__22838,G__22839,G__22840));
|
|
38
|
+
})();
|
|
39
|
+
var _ = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__22835,(0),null);
|
|
40
|
+
var ___$1 = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__22835,(1),null);
|
|
41
|
+
var ms = cljs.core.nth.cljs$core$IFn$_invoke$arity$3(vec__22835,(2),null);
|
|
42
|
+
return ms;
|
|
43
|
+
}catch (e22831){if((e22831 instanceof Error)){
|
|
44
|
+
var e = e22831;
|
|
45
|
+
m3.log.info.cljs$core$IFn$_invoke$arity$variadic(cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([["Could not load metaschema: ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(v2)," - ",cljs.core.str.cljs$core$IFn$_invoke$arity$1(e.message)].join('')], 0));
|
|
46
|
+
|
|
47
|
+
return null;
|
|
48
|
+
} else {
|
|
49
|
+
throw e22831;
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
}})():null);
|
|
53
|
+
var vocab_map = cljs.core.get.cljs$core$IFn$_invoke$arity$2(metaschema,"$vocabulary");
|
|
54
|
+
var new_dialect = (cljs.core.truth_(vocab_map)?(m3.vocabulary.make_dialect.cljs$core$IFn$_invoke$arity$2 ? m3.vocabulary.make_dialect.cljs$core$IFn$_invoke$arity$2(draft,vocab_map) : m3.vocabulary.make_dialect.call(null,draft,vocab_map)):(m3.vocabulary.draft__GT_default_dialect.cljs$core$IFn$_invoke$arity$1 ? m3.vocabulary.draft__GT_default_dialect.cljs$core$IFn$_invoke$arity$1(draft) : m3.vocabulary.draft__GT_default_dialect.call(null,draft)));
|
|
55
|
+
var new_c2 = cljs.core.assoc.cljs$core$IFn$_invoke$arity$variadic(c2,new cljs.core.Keyword(null,"dialect","dialect",-1374251073),new_dialect,cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([new cljs.core.Keyword(null,"draft","draft",1421831058),draft], 0));
|
|
56
|
+
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new_c2,m2,(function (c1,_p1,m1){
|
|
57
|
+
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [c1,m1,null], null);
|
|
58
|
+
})], null);
|
|
59
|
+
});
|
|
60
|
+
m3.vocabulary.check_property_$vocabulary = (function m3$vocabulary$check_property_$vocabulary(_property,p__22844,_p2,m2,v2){
|
|
61
|
+
var map__22845 = p__22844;
|
|
62
|
+
var map__22845__$1 = cljs.core.__destructure_map(map__22845);
|
|
63
|
+
var c2 = map__22845__$1;
|
|
64
|
+
var d = cljs.core.get.cljs$core$IFn$_invoke$arity$2(map__22845__$1,new cljs.core.Keyword(null,"draft","draft",1421831058));
|
|
65
|
+
var new_dialect = (m3.vocabulary.make_dialect.cljs$core$IFn$_invoke$arity$2 ? m3.vocabulary.make_dialect.cljs$core$IFn$_invoke$arity$2(d,v2) : m3.vocabulary.make_dialect.call(null,d,v2));
|
|
66
|
+
var new_c2 = cljs.core.assoc.cljs$core$IFn$_invoke$arity$3(c2,new cljs.core.Keyword(null,"dialect","dialect",-1374251073),new_dialect);
|
|
67
|
+
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [new_c2,m2,(function (c1,_p1,m1){
|
|
68
|
+
return new cljs.core.PersistentVector(null, 3, 5, cljs.core.PersistentVector.EMPTY_NODE, [c1,m1,null], null);
|
|
69
|
+
})], null);
|
|
70
|
+
});
|
|
71
|
+
m3.vocabulary.sort_vocab = (function m3$vocabulary$sort_vocab(vs){
|
|
72
|
+
return cljs.core.mapcat.cljs$core$IFn$_invoke$arity$variadic(cljs.core.identity,cljs.core.prim_seq.cljs$core$IFn$_invoke$arity$2([m3.util.topo_sort_by(cljs.core.comp.cljs$core$IFn$_invoke$arity$2(cljs.core.partial.cljs$core$IFn$_invoke$arity$2(cljs.core.mapcat,m3.util.fourth),cljs.core.second),cljs.core.second,cljs.core.group_by(cljs.core.second,vs))], 0));
|
|
73
|
+
});
|
|
74
|
+
m3.vocabulary.draft__GT_vocab = new cljs.core.PersistentArrayMap(null, 7, [new cljs.core.Keyword(null,"draft3","draft3",-292494828),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","extends",m3.property.check_property_extends,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","properties",m3.property.check_property_properties_draft3,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["definitions",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/core","definitions",m3.property.check_property_definitions,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/core","id",m3.property.check_property_id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","disallow",m3.property.check_property_disallow,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","divisibleBy",m3.property.check_property_divisibleBy,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","format",m3.property.make_check_property_format(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","maximum",m3.property.check_property_maximum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","minimum",m3.property.check_property_minimum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","required",m3.property.check_property_required_draft3,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-03/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft4","draft4",1928305297),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["definitions",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/core","definitions",m3.property.check_property_definitions,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/core","id",m3.property.check_property_id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","maximum",m3.property.check_property_maximum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","minimum",m3.property.check_property_minimum_old,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-04/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft6","draft6",223691613),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","contains",m3.property.check_property_contains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/applicator","propertyNames",m3.property.check_property_propertyNames,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/core","$id",m3.property.check_property_$id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 4, ["definitions",null,"$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/core","definitions",m3.property.check_property_definitions,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/core","id",m3.property.check_property_id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","const",m3.property.check_property_const,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","maxContains",m3.property.check_property_maxContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","maximum",m3.property.check_property_maximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","minContains",m3.property.check_property_minContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","minimum",m3.property.check_property_minimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-06/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft7","draft7",427992330),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","contains",m3.property.check_property_contains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","else",m3.property.check_property_else,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","if",m3.property.check_property_if,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","propertyNames",m3.property.check_property_propertyNames,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/applicator","then",m3.property.check_property_then,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/content","contentEncoding",m3.property.make_check_property_contentEncoding(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/content","contentMediaType",m3.property.make_check_property_contentMediaType(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contentEncoding",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/content","contentSchema",m3.property.make_check_property_contentSchema(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["contentEncoding",null,"contentMediaType",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","$comment",m3.property.check_property_$comment,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","$id",m3.property.check_property_$id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 4, ["definitions",null,"$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","definitions",m3.property.check_property_definitions,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/core","id",m3.property.check_property_id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","examples",m3.property.check_property_examples,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","readOnly",m3.property.check_property_readOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/meta-data","writeOnly",m3.property.check_property_writeOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","const",m3.property.check_property_const,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","maxContains",m3.property.check_property_maxContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","maximum",m3.property.check_property_maximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","minContains",m3.property.check_property_minContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","minimum",m3.property.check_property_minimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft-07/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft2019-09","draft2019-09",2035136926),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","contains",m3.property.check_property_contains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","dependentSchemas",m3.property.check_property_dependentSchemas,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","else",m3.property.check_property_else,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","if",m3.property.check_property_if,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","propertyNames",m3.property.check_property_propertyNames,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","then",m3.property.check_property_then,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","unevaluatedItems",m3.property.check_property_unevaluatedItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 10, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"uniqueItems",null,"additionalItems",null,"then",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/applicator","unevaluatedProperties",m3.property.check_property_unevaluatedProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 9, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"then",null,"additionalProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/content","contentEncoding",m3.property.make_check_property_contentEncoding(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/content","contentMediaType",m3.property.make_check_property_contentMediaType(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contentEncoding",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/content","contentSchema",m3.property.make_check_property_contentSchema(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["contentEncoding",null,"contentMediaType",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$anchor",m3.property.check_property_$anchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$comment",m3.property.check_property_$comment,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$defs",m3.property.check_property_$defs,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$id",m3.property.check_property_$id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$recursiveAnchor",m3.property.check_property_$recursiveAnchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$recursiveRef",m3.property.check_property_$recursiveRef,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["$schema",null,"$recursiveAnchor",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 7, ["$id",null,"$anchor",null,"id",null,"$dynamicAnchor",null,"$schema",null,"$recursiveAnchor",null,"$defs",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/core","$vocabulary",m3.vocabulary.check_property_$vocabulary,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","examples",m3.property.check_property_examples,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","readOnly",m3.property.check_property_readOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/meta-data","writeOnly",m3.property.check_property_writeOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","const",m3.property.check_property_const,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","dependentRequired",m3.property.check_property_dependentRequired,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","maxContains",m3.property.check_property_maxContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","maximum",m3.property.check_property_maximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","minContains",m3.property.check_property_minContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","minimum",m3.property.check_property_minimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2019-09/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft2020-12","draft2020-12",-836724574),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","contains",m3.property.check_property_contains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","dependentSchemas",m3.property.check_property_dependentSchemas,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","else",m3.property.check_property_else,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","if",m3.property.check_property_if,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","prefixItems",m3.property.check_property_prefixItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","propertyNames",m3.property.check_property_propertyNames,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/applicator","then",m3.property.check_property_then,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/content","contentEncoding",m3.property.make_check_property_contentEncoding(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/content","contentMediaType",m3.property.make_check_property_contentMediaType(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contentEncoding",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/content","contentSchema",m3.property.make_check_property_contentSchema(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["contentEncoding",null,"contentMediaType",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$anchor",m3.property.check_property_$anchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$comment",m3.property.check_property_$comment,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$defs",m3.property.check_property_$defs,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$dynamicAnchor",m3.property.check_property_$dynamicAnchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$dynamicRef",m3.property.check_property_$dynamicRef,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["$dynamicAnchor",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$id",m3.property.check_property_$id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$recursiveAnchor",m3.property.check_property_$recursiveAnchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$recursiveRef",m3.property.check_property_$recursiveRef,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["$schema",null,"$recursiveAnchor",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 7, ["$id",null,"$anchor",null,"id",null,"$dynamicAnchor",null,"$schema",null,"$recursiveAnchor",null,"$defs",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/core","$vocabulary",m3.vocabulary.check_property_$vocabulary,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/format-annotation","format",m3.property.make_check_property_format(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/format-assertion","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","examples",m3.property.check_property_examples,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","readOnly",m3.property.check_property_readOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/meta-data","writeOnly",m3.property.check_property_writeOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/unevaluated","unevaluatedItems",m3.property.check_property_unevaluatedItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 10, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"uniqueItems",null,"additionalItems",null,"then",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/unevaluated","unevaluatedProperties",m3.property.check_property_unevaluatedProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 9, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"then",null,"additionalProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","const",m3.property.check_property_const,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","dependentRequired",m3.property.check_property_dependentRequired,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","maxContains",m3.property.check_property_maxContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","maximum",m3.property.check_property_maximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","minContains",m3.property.check_property_minContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","minimum",m3.property.check_property_minimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/2020-12/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true)),new cljs.core.Keyword(null,"draft-next","draft-next",-519216993),m3.vocabulary.sort_vocab(cljs.core.PersistentVector.fromArray([new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","additionalItems",m3.property.check_property_additionalItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["items",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","additionalProperties",m3.property.check_property_additionalProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["properties",null,"$schema",null,"patternProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","allOf",m3.property.check_property_allOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","anyOf",m3.property.check_property_anyOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","contains",m3.property.check_property_contains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","dependencies",m3.property.check_property_dependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","dependentSchemas",m3.property.check_property_dependentSchemas,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","else",m3.property.check_property_else,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","if",m3.property.check_property_if,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","items",m3.property.check_property_items,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","not",m3.property.check_property_not,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","oneOf",m3.property.check_property_oneOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","patternProperties",m3.property.check_property_patternProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","prefixItems",m3.property.check_property_prefixItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","properties",m3.property.check_property_properties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","propertyDependencies",m3.property.check_property_propertyDependencies,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","propertyNames",m3.property.check_property_propertyNames,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/applicator","then",m3.property.check_property_then,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["if",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/content","contentEncoding",m3.property.make_check_property_contentEncoding(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/content","contentMediaType",m3.property.make_check_property_contentMediaType(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contentEncoding",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/content","contentSchema",m3.property.make_check_property_contentSchema(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["contentEncoding",null,"contentMediaType",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$anchor",m3.property.check_property_$anchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$comment",m3.property.check_property_$comment,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$defs",m3.property.check_property_$defs,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$dynamicAnchor",m3.property.check_property_$dynamicAnchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$dynamicRef",m3.property.check_property_$dynamicRef,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["$dynamicAnchor",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$id",m3.property.check_property_$id,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$recursiveAnchor",m3.property.check_property_$recursiveAnchor,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 3, ["$id",null,"id",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$recursiveRef",m3.property.check_property_$recursiveRef,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["$schema",null,"$recursiveAnchor",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$ref",m3.property.check_property_$ref,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 7, ["$id",null,"$anchor",null,"id",null,"$dynamicAnchor",null,"$schema",null,"$recursiveAnchor",null,"$defs",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$schema",m3.vocabulary.check_property_$schema,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$ref",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/core","$vocabulary",m3.vocabulary.check_property_$vocabulary,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/format-annotation","format",m3.property.make_check_property_format(false),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/format-assertion","format",m3.property.make_check_property_format(true),new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","default",m3.property.check_property_default,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","deprecated",m3.property.check_property_deprecated,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","description",m3.property.check_property_description,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","examples",m3.property.check_property_examples,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","readOnly",m3.property.check_property_readOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","title",m3.property.check_property_title,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/meta-data","writeOnly",m3.property.check_property_writeOnly,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/unevaluated","unevaluatedItems",m3.property.check_property_unevaluatedItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 10, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"uniqueItems",null,"additionalItems",null,"then",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/unevaluated","unevaluatedProperties",m3.property.check_property_unevaluatedProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 9, ["else",null,"anyOf",null,"allOf",null,"not",null,"if",null,"$schema",null,"oneOf",null,"then",null,"additionalProperties",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","const",m3.property.check_property_const,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","dependentRequired",m3.property.check_property_dependentRequired,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","enum",m3.property.check_property_enum,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","exclusiveMaximum",m3.property.check_property_exclusiveMaximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","exclusiveMinimum",m3.property.check_property_exclusiveMinimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","maxContains",m3.property.check_property_maxContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","maxItems",m3.property.check_property_maxItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","maxLength",m3.property.check_property_maxLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","maxProperties",m3.property.check_property_maxProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","maximum",m3.property.check_property_maximum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","minContains",m3.property.check_property_minContains,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 2, ["contains",null,"$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","minItems",m3.property.check_property_minItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","minLength",m3.property.check_property_minLength,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","minProperties",m3.property.check_property_minProperties,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","minimum",m3.property.check_property_minimum_new,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","multipleOf",m3.property.check_property_multipleOf,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","pattern",m3.property.check_property_pattern,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","required",m3.property.check_property_required,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","uniqueItems",m3.property.check_property_uniqueItems,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null),new cljs.core.PersistentVector(null, 4, 5, cljs.core.PersistentVector.EMPTY_NODE, ["https://json-schema.org/draft/next/vocab/validation","type",m3.property.check_property_type,new cljs.core.PersistentHashSet(null, new cljs.core.PersistentArrayMap(null, 1, ["$schema",null], null), null)], null)], true))], null);
|
|
75
|
+
m3.vocabulary.make_dialect_2 = (function m3$vocabulary$make_dialect_2(d,v__GT_b){
|
|
76
|
+
return cljs.core.partial.cljs$core$IFn$_invoke$arity$3(m3.util.make_stable_sort_by(cljs.core.second,cljs.core.filter.cljs$core$IFn$_invoke$arity$2(cljs.core.comp.cljs$core$IFn$_invoke$arity$2(cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentHashSet.EMPTY,cljs.core.keys(v__GT_b)),cljs.core.first),((cljs.core._EQ_.cljs$core$IFn$_invoke$arity$2(d,new cljs.core.Keyword(null,"draft-next","draft-next",-519216993)))?cljs.core.concat.cljs$core$IFn$_invoke$arity$2((m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1 ? m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1(d) : m3.vocabulary.draft__GT_vocab.call(null,d)),(m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1 ? m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1(new cljs.core.Keyword(null,"draft2020-12","draft2020-12",-836724574)) : m3.vocabulary.draft__GT_vocab.call(null,new cljs.core.Keyword(null,"draft2020-12","draft2020-12",-836724574)))):(m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1 ? m3.vocabulary.draft__GT_vocab.cljs$core$IFn$_invoke$arity$1(d) : m3.vocabulary.draft__GT_vocab.call(null,d))))),cljs.core.first,cljs.core.juxt.cljs$core$IFn$_invoke$arity$2(cljs.core.first,cljs.core.comp.cljs$core$IFn$_invoke$arity$2(m3.util.third,cljs.core.second)));
|
|
77
|
+
});
|
|
78
|
+
m3.vocabulary.make_dialect = cljs.core.memoize(m3.vocabulary.make_dialect_2);
|
|
79
|
+
m3.vocabulary.draft__GT_default_dialect = m3.util.map_values((function (k,v){
|
|
80
|
+
return m3.vocabulary.make_dialect(k,cljs.core.into.cljs$core$IFn$_invoke$arity$2(cljs.core.PersistentArrayMap.EMPTY,cljs.core.map.cljs$core$IFn$_invoke$arity$2((function (v__$1){
|
|
81
|
+
return new cljs.core.PersistentVector(null, 2, 5, cljs.core.PersistentVector.EMPTY_NODE, [v__$1,true], null);
|
|
82
|
+
}),cljs.core.distinct.cljs$core$IFn$_invoke$arity$1(cljs.core.map.cljs$core$IFn$_invoke$arity$2(cljs.core.first,v)))));
|
|
83
|
+
}),m3.vocabulary.draft__GT_vocab);
|
|
84
|
+
|
|
85
|
+
//# sourceMappingURL=m3.vocabulary.js.map
|