Skip to content

Commit ca8727a

Browse files
authored
Format
1 parent bef3d00 commit ca8727a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schema-templating/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#Schema Templating
1+
# Schema Templating
22

33
A collection of files and scripts used to modifying Openapi specification files in yaml format.
44

5-
##How to run
5+
## How to run
66

77
Run build-schema.sh in this directory with 1 argument: a file path to a yaml schema "template" file.
88
The 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
1212
is output as a new yaml file called my-spec.yaml. If build-schema.sh does not receive precisely 1 argument, an error is thrown.
1313
If 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

2222
This python script is deprecated. It had similar functionality to general_schema_template_transformer.py however it only could
2323
replace portions of a single file by retrieving enumerated lists from an external yaml file by url. It is kept in this directory

0 commit comments

Comments
 (0)