Sage-Bionetworks/schematic

Schematic Schema Refactor: JsonSchema

mialy-defelice opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Allow user to create a JSON Validation Schema. Much of the code to generate the validation schema already exists in the schema/generator class.

Refactor existing code with the visualization code in mind.

User story: User wants to be able to create JSON validation schemas directly without having to go through manifest intermediary.

Describe the solution you'd like
AC: Networkx graph is converted into JSON validation schema for desired (or all) component(s) and saved.

How important is this feature? Select from the options below:
• 🌗 Medium - can do work without it; but it's important (e.g. to save time or for convenience)

When will use cases depending on this become relevant? Select from the options below:
• Mid-term - 2-4 months

Additional context
Tagging @MiekoHash for visibility