Skip to content

Commit

Permalink
schema:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikej81 committed Jan 29, 2021
1 parent 4b8c043 commit 0b3630e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/general/latest/NIST_800_53_Baseline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down
2 changes: 1 addition & 1 deletion dist/general/latest/U_STIG_Baseline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down
2 changes: 1 addition & 1 deletion dist/terraform/latest/bigiq_cluster.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down
2 changes: 1 addition & 1 deletion dist/terraform/latest/byol_cluster.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down
2 changes: 1 addition & 1 deletion dist/terraform/latest/byol_cluster_waf_tier.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/terraform/latest/payg_cluster.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"schemaVersion": "1.9.0",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.18.0",
"class": "Device",
"async": true,
"label": "Basic onboarding",
Expand Down
2 changes: 1 addition & 1 deletion dist/terraform/latest/payg_cluster_waf_tier.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/1.9.0/base.schema.json",
"$schema": "https://raw.githubusercontent.com/F5Networks/f5-declarative-onboarding/master/src/schema/latest/base.schema.json",
"schemaVersion": "1.9.0",
"class": "Device",
"async": true,
Expand Down

0 comments on commit 0b3630e

Please sign in to comment.