Skip to content

Commit

Permalink
Include documentation URL in JSON Schema (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 29, 2023
1 parent 53fe89b commit 1c7690c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ansible_navigator/data/ansible-navigator.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"description": "See https://ansible.readthedocs.io/projects/navigator/settings/",
"properties": {
"ansible-navigator": {
"additionalProperties": false,
Expand Down
1 change: 1 addition & 0 deletions src/ansible_navigator/data/settings-schema.partial.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"description": "See https://ansible.readthedocs.io/projects/navigator/settings/",
"properties": {
"ansible-navigator": {
"properties": {
Expand Down

0 comments on commit 1c7690c

Please sign in to comment.