Skip to content

Commit fe56cdd

Browse files
authored
Split validation and generation and initial runic formatting (#77)
1 parent 5567fda commit fe56cdd

File tree

8 files changed

+2232
-2104
lines changed

8 files changed

+2232
-2104
lines changed

src/JSONSchema.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ using JSON: JSONWriteStyle, Object
1313

1414
export Schema, SchemaContext, ValidationResult, schema, validate
1515

16-
include("schema.jl")
16+
include("utils.jl")
17+
include("generation.jl")
18+
include("validation.jl")
1719

1820
end

0 commit comments

Comments
 (0)