Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

JsonSchema template JSON generation #12

Open
gregsdennis opened this issue Jun 21, 2016 · 2 comments
Open

JsonSchema template JSON generation #12

gregsdennis opened this issue Jun 21, 2016 · 2 comments
Assignees
Labels
bitbucket-migrated I've had this issue open for a while... feature Something new.

Comments

@gregsdennis
Copy link
Owner

Given a schema, create example JSON for use as a template.

@gregsdennis gregsdennis added feature Something new. bitbucket-migrated I've had this issue open for a while... labels Jun 21, 2016
@gregsdennis
Copy link
Owner Author

It looks like the primary challenge will be those property types which allow a multiplicity of values. For example:

  • Enum types
  • AnyOf / OneOf / Not schema
  • Regex-checked strings

@gregsdennis
Copy link
Owner Author

Starting to wonder if stuff like this should be put in a Manatee.Json.PowerTools library to keep the main library just basic functionality (like the idea behind extension methods).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bitbucket-migrated I've had this issue open for a while... feature Something new.
Projects
None yet
Development

No branches or pull requests

1 participant