File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- #Schema Templating
1+ # Schema Templating
22
33A collection of files and scripts used to modifying Openapi specification files in yaml format.
44
5- ##How to run
5+ ## How to run
66
77Run build-schema.sh in this directory with 1 argument: a file path to a yaml schema "template" file.
88The directory example-yaml-templates has a number of yaml files that have tags of the pattern "X-replace-..."
@@ -12,12 +12,12 @@ If that yaml file also has X-replace tags, this process will repeat until all re
1212is output as a new yaml file called my-spec.yaml. If build-schema.sh does not receive precisely 1 argument, an error is thrown.
1313If the file given as an argument does not exist, an error is also thrown.
1414
15- #### Usage:
15+ ### Usage:
1616```` angular2html
1717./build-schema.sh example-yaml-templates/search-api-spec-TEMPLATE.yaml
1818````
1919
20- ##A note on schema_template_transformer.py
20+ ## A note on schema_template_transformer.py
2121
2222This python script is deprecated. It had similar functionality to general_schema_template_transformer.py however it only could
2323replace portions of a single file by retrieving enumerated lists from an external yaml file by url. It is kept in this directory
You can’t perform that action at this time.
0 commit comments