This project contains yaml
or json
templates that will leverage synapseformation to create the Synapse resources required for a particular Synapse project.
- 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 tosynapseformation
so that Synapse resources could be created.