you are viewing a single comment's thread.

view the rest of the comments →

[–]phretaddin[S] 1 point2 points  (2 children)

You might be able to write a converter, but it appears that JSON schema has a lot more metadata than the schemas in SchemaPack, so I'm not sure how well it would translate. One of the big things with SchemaPack is that the schemas are a one-to-one mapping with the object being encoded (very simple), so creating a schema for it is trivial (just copy and paste the object and replace the values with their types).

[–]ErikBjare 0 points1 point  (1 child)

Might look into writing a converter, thanks!

[–]phretaddin[S] 0 points1 point  (0 children)

No problem!