1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-24 01:04:28 +03:00

chore: add $schema property to all JSON files

This commit is contained in:
Divlo 2023-01-06 21:48:35 +01:00
parent 609fb676e4
commit 248dbb84f0
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
87 changed files with 88 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/voice-config-schemas/amazon.json",
"credentials": {
"accessKeyId": "",
"secretAccessKey": ""

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/voice-config-schemas/google-cloud.json",
"type": "service_account",
"project_id": "",
"private_key_id": "",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/voice-config-schemas/watson-stt.json",
"apikey": "",
"url": "https://stream.watsonplatform.net/speech-to-text/api"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/voice-config-schemas/watson-tts.json",
"apikey": "",
"url": "https://stream.watsonplatform.net/text-to-speech/api"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/global-data/global-answers.json",
"answers": {
"success": {},
"errors": {

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"red": {
"synonyms": ["red"],

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"LOW": {
"synonyms": ["low"]

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"Alexa": {
"synonyms": ["Alexa"],

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-resolver.json",
"name": "affirmation_denial",
"intents": {
"affirmation": {

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/global-data/global-answers.json",
"answers": {
"success": {},
"errors": {

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"rouge": {
"synonyms": ["rouge"],

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"bas": {
"synonyms": ["bas", "basse"],

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-entity.json",
"options": {
"Alexa": {
"synonyms": ["Alexa"],

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/global-data/global-resolver.json",
"name": "affirmation_denial",
"intents": {
"affirmation": {

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Business & Finance"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Food & Drink"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"choose_thematic": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Akinator",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Games"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"setup": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Guess the Number",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"start": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Rochambeau",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Health & Fitness"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Knowledge & Education"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"variables": {
"blue_leon": "#1C75DB",
"pink_leon": "#ED297A"

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Color",
"bridge": null,
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Leon"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Good Bye",
"bridge": null,
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Greeting",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"variables": {
"leon_introduction_1": "I'm your daily personal assistant. I have been created by Louis. I'm very happy to serve you everyday.",
"leon_introduction_2": "The question is, who are you? I'm kidding! I'm your daily personal assistant. Louis created me to make your life easier.",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Introduction",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Joke",
"bridge": null,
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Meaning of Life",
"bridge": null,
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Partner Assistant",
"bridge": null,
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Random Number",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "dialog",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Welcome",
"bridge": null,
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Movies & TV"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Music & Audio"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "News"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "GitHub Trends",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Product Hunt Trends",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Productivity"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"create_list": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"create_list": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Todo List",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Shopping"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Smart Home"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Social & Communication"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"setup": {
"type": "logic",

View File

@ -1,5 +1,6 @@
{
"name": "MBTI (MyersBriggs Type Indicator)",
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "MBTI (Myers-Briggs Type Indicator)",
"bridge": "python",
"version": "1.0.0",
"description": "Questionnaire to define your MBTI personality type.",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Sport"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Travel & Transportation"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Unknown"
}

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Utilities"
}

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Have I Been Pwned",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Is It Down",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Speed Test",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../../schemas/skill-schemas/skill-config.json",
"actions": {
"run": {
"type": "logic",

View File

@ -1,4 +1,5 @@
{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "YouTube Downloader",
"bridge": "python",
"version": "1.0.0",

View File

@ -1,3 +1,4 @@
{
"$schema": "../../schemas/skill-schemas/domain.json",
"name": "Weather"
}