Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 845 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 845 Bytes

synapse-formation-templates

This project contains yaml or json templates that will leverage synapseformation to create the Synapse resources required for a particular Synapse project.

Templates

  • Inital template
    • sfn_schema.json - This is the schema file that describes all the components that a json configuration can have. A json template could be validated against this schema file by using existing tools like jsonschema
    • example_template.json - This is an example template for a Synapse project that creates a Project, Folders, Teams, ACL, and etc... This is what would be the input to synapseformation so that Synapse resources could be created.