You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
JSON Schema (for) Network Automation Creator
7
7
8
8
-[Overview](#overview)
9
+
-[Installation](#installation)
9
10
-[Brief Example](#brief-example)
10
11
-[YAML Validation](#yaml-validation)
11
12
-[Detailed Example](#detailed-example)
@@ -23,6 +24,10 @@ This project aims to simplify this whole process by helping you build a JSON sch
23
24
24
25
Now you can hopefully catch those rare mistakes before you run that Playbook, create that configuration with a Jinja2 template or run a REST query to that Source of Truth or Telemetry solution :)
25
26
27
+
## Installation
28
+
29
+
JSNAC can be installed using pip: ``pip install jsnac`` and can be used as either a command line tool or as a Python library in your own python project (See [Usage](#usage)).
30
+
26
31
## Brief Example
27
32
28
33
Take a basic Ansible host_vars YAML file for a host below:
0 commit comments