From 3efbc2f7184ac43cb157a2ee51e8e0567642da67 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 6 Jan 2022 13:50:21 +0000 Subject: [PATCH] Add schema for ansible-navigator Related: https://github.com/ansible/ansible-navigator/issues/188 Related: https://github.com/ansible-community/schemas/pull/119 --- src/api/json/catalog.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 6b44ff7c52d..3f956a238bb 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -121,6 +121,19 @@ "galaxy.yml" ] }, + { + "name": "Ansible Navigator Configuration", + "description": "Ansible Navigator Configuration", + "url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-navigator.json", + "fileMatch": [ + ".ansible-navigator.json", + ".ansible-navigator.yaml", + ".ansible-navigator.yml", + "ansible-navigator.json", + "ansible-navigator.yaml", + "ansible-navigator.yml" + ] + }, { "name": "apple-app-site-association", "description": "Apple Universal Link, App Site Association",