From 1edea80148af73f0945b005166ad9659b5c1d8cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jan 2024 17:36:20 +0000 Subject: [PATCH] auto-organize --- .domino/compiled_metadata.json | 778 ++++++++++++++++----------------- .domino/dependencies_map.json | 16 +- 2 files changed, 397 insertions(+), 397 deletions(-) diff --git a/.domino/compiled_metadata.json b/.domino/compiled_metadata.json index 5b00a09..65ab263 100644 --- a/.domino/compiled_metadata.json +++ b/.domino/compiled_metadata.json @@ -94,26 +94,26 @@ }, "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/AlphaVantageDailyPiece" }, - "NewsApiHeadlinesPiece": { - "name": "NewsApiHeadlinesPiece", + "CovidApiContriesPiece": { + "name": "CovidApiContriesPiece", "dependency": { "dockerfile": null, "requirements_file": "requirements.txt" }, "tags": [], "style": { - "node_label": "NewsAPI Headlines", + "node_label": "Covid-19 Countries", "node_type": "default", "node_style": { "backgroundColor": "#F99696" }, "useIcon": true, - "icon_class_name": "fluent:news-16-regular", + "icon_class_name": "ion:earth-sharp", "iconStyle": { "cursor": "pointer" } }, - "description": "This Piece uses the News API to retrieve the top headlines from a given source or country.\nReferences:\n- https://newsapi.org/\n- https://newsapi.org/docs/endpoints/top-headlines", + "description": "This piece get covid 19 data for all countries", "container_resources": { "requests": { "cpu": 100, @@ -125,81 +125,230 @@ } }, "input_schema": { + "properties": { + "countries": { + "anyOf": [ + { + "items": { + "type": "string" + }, + "type": "array" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Countries" + } + }, + "title": "InputModel", + "type": "object" + }, + "output_schema": { "$defs": { - "CategoryType": { - "enum": [ - "business", - "entertainment", - "general", - "health", - "science", - "sports", - "technology" + "OutputInnerModel": { + "properties": { + "Country": { + "items": { + "type": "string" + }, + "title": "Country", + "type": "array" + }, + "Cases per One Million": { + "items": { + "type": "number" + }, + "title": "Cases Per One Million", + "type": "array" + } + }, + "required": [ + "Country", + "Cases per One Million" ], - "title": "CategoryType", + "title": "OutputInnerModel", + "type": "object" + } + }, + "properties": { + "data": { + "$ref": "#/$defs/OutputInnerModel" + } + }, + "required": [ + "data" + ], + "title": "OutputModel", + "type": "object" + }, + "secrets_schema": null, + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/CovidApiContriesPiece" + }, + "DogRandomFactsPiece": { + "name": "DogRandomFactsPiece", + "dependency": { + "dockerfile": null, + "requirements_file": "requirements.txt" + }, + "tags": [], + "style": { + "node_label": "Dog Random Facts", + "node_type": "default", + "node_style": { + "backgroundColor": "#F99696" + }, + "useIcon": true, + "icon_class_name": "bxs:dog", + "iconStyle": { + "cursor": "pointer" + } + }, + "description": "This Piece uses the Dog API to get a random dog fact.\n- https://dog-api.kinduff.com/api/facts", + "container_resources": { + "requests": { + "cpu": 100, + "memory": 128 + }, + "limits": { + "cpu": 500, + "memory": 512 + } + }, + "input_schema": { + "properties": {}, + "title": "InputModel", + "type": "object" + }, + "output_schema": { + "properties": { + "dog_fact": { + "default": "", + "description": "A random dog fact.", + "title": "Dog Fact", + "type": "string" + } + }, + "title": "OutputModel", + "type": "object" + }, + "secrets_schema": null, + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/DogRandomFactsPiece" + }, + "DogRandomPicturePiece": { + "name": "DogRandomPicturePiece", + "dependency": { + "dockerfile": null, + "requirements_file": "requirements.txt" + }, + "tags": [], + "style": { + "node_label": "Dog Random Picture", + "node_type": "default", + "node_style": { + "backgroundColor": "#F99696" + }, + "useIcon": true, + "icon_class_name": "bxs:dog", + "iconStyle": { + "cursor": "pointer" + } + }, + "description": "This Piece uses the Dog API to get a random dog picture.\n- https://dog.ceo/dog-api/", + "container_resources": { + "requests": { + "cpu": 100, + "memory": 128 + }, + "limits": { + "cpu": 500, + "memory": 512 + } + }, + "input_schema": { + "properties": { + "return_string": { + "default": true, + "description": "Return the image as a base64 encoded string.", + "title": "Return String", + "type": "boolean" + }, + "return_file": { + "default": false, + "description": "Return the image file.", + "title": "Return File", + "type": "boolean" + }, + "return_url": { + "default": false, + "description": "Return the image url.", + "title": "Return Url", + "type": "boolean" + } + }, + "title": "InputModel", + "type": "object" + }, + "output_schema": { + "properties": { + "image_base64_string": { + "default": null, + "description": "Image as base64 encoded string.", + "title": "Image Base64 String", "type": "string" }, - "CountryType": { - "enum": [ - "all", - "ae", - "ar", - "at", - "au", - "be", - "bg", - "br", - "ca", - "ch", - "cn", - "co", - "cu", - "cz", - "de", - "eg", - "fr", - "gb", - "gr", - "hk", - "hu", - "id", - "ie", - "il", - "in", - "it", - "jp", - "kr", - "lt", - "lv", - "ma", - "mx", - "my", - "ng", - "nl", - "no", - "nz", - "ph", - "pl", - "pt", - "ro", - "rs", - "ru", - "sa", - "se", - "sg", - "si", - "sk", - "th", - "tr", - "tw", - "ua", - "us", - "ve", - "za" - ], - "title": "CountryType", + "image_file_path": { + "default": null, + "description": "Path to the image file.", + "title": "Image File Path", "type": "string" }, + "image_url": { + "default": null, + "description": "URL to the image.", + "title": "Image Url", + "type": "string" + } + }, + "title": "OutputModel", + "type": "object" + }, + "secrets_schema": null, + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/DogRandomPicturePiece" + }, + "NewsApiArticlesPiece": { + "name": "NewsApiArticlesPiece", + "dependency": { + "dockerfile": null, + "requirements_file": "requirements.txt" + }, + "tags": [], + "style": { + "node_label": "NewsAPI Articles", + "node_type": "default", + "node_style": { + "backgroundColor": "#F99696" + }, + "useIcon": true, + "icon_class_name": "fluent:news-16-regular", + "iconStyle": { + "cursor": "pointer" + } + }, + "description": "This Piece uses the News API to retrieve full articles.\nReferences:\n- https://newsapi.org/\n- https://newsapi.org/docs/endpoints/everything", + "container_resources": { + "requests": { + "cpu": 100, + "memory": 128 + }, + "limits": { + "cpu": 500, + "memory": 512 + } + }, + "input_schema": { + "$defs": { "LanguageType": { "enum": [ "ar", @@ -219,6 +368,15 @@ ], "title": "LanguageType", "type": "string" + }, + "SortByType": { + "enum": [ + "relevancy", + "popularity", + "publishedAt" + ], + "title": "SortByType", + "type": "string" } }, "properties": { @@ -227,23 +385,28 @@ "title": "Query", "type": "string" }, - "category": { - "allOf": [ - { - "$ref": "#/$defs/CategoryType" - } - ], - "default": "general", - "description": "Category to filter by. Options are: `business`, `entertainment`, `general`, `health`, `science`, `sports`, `technology`." + "from_date": { + "default": "2023-11-01", + "description": "From date.", + "format": "date", + "title": "From Date", + "type": "string" }, - "country": { + "to_date": { + "default": "2023-11-06", + "description": "To date.", + "format": "date", + "title": "To Date", + "type": "string" + }, + "sort_by": { "allOf": [ { - "$ref": "#/$defs/CountryType" + "$ref": "#/$defs/SortByType" } ], - "default": "all", - "description": "Country to filter by. Options are: `all`, `ae`, `ar`, `at`, `au`, `be`, `bg`, `br`, `ca`, `ch`, `cn`, `co`, `cu`, `cz`, `de`, `eg`, `fr`, `gb`, `gr`, `hk`, `hu`, `id`, `ie`, `il`, `in`, `it`, `jp`, `kr`, `lt`, `lv`, `ma`, `mx`, `my`, `ng`, `nl`, `no`, `nz`, `ph`, `pl`, `pt`, `ro`, `rs`, `ru`, `sa`, `se`, `sg`, `si`, `sk`, `th`, `tr`, `tw`, `ua`, `us`, `ve`, `za`." + "default": "relevancy", + "description": "Sort by. Options are: `relevancy`, `popularity`, `publishedAt`." }, "language": { "allOf": [ @@ -256,7 +419,7 @@ }, "number_of_results": { "default": 20, - "description": "Number of results to return", + "description": "Number of results to return.", "maximum": 100, "minimum": 1, "title": "Number Of Results", @@ -308,6 +471,11 @@ "description": "Image associated with article.", "title": "Url To Image", "type": "string" + }, + "content": { + "description": "Content of article.", + "title": "Content", + "type": "string" } }, "required": [ @@ -316,7 +484,8 @@ "author", "description", "publishedAt", - "url" + "url", + "content" ], "title": "ArticleModel", "type": "object" @@ -324,12 +493,12 @@ }, "properties": { "message": { - "description": "Output message to log.", + "description": "Output message to log", "title": "Message", "type": "string" }, "articles": { - "description": "List of articles.", + "description": "List of articles", "items": { "$ref": "#/$defs/ArticleModel" }, @@ -347,7 +516,7 @@ "secrets_schema": { "properties": { "NEWSAPI_API_KEY": { - "description": "News API API Key.", + "description": "News API API Key", "title": "Newsapi Api Key", "type": "string" } @@ -358,7 +527,7 @@ "title": "SecretsModel", "type": "object" }, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NewsApiHeadlinesPiece" + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NewsApiArticlesPiece" }, "TicketmasterUpcommingEventsPiece": { "name": "TicketmasterUpcommingEventsPiece", @@ -517,26 +686,26 @@ }, "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/TicketmasterUpcommingEventsPiece" }, - "NasaEarthImagePiece": { - "name": "NasaEarthImagePiece", + "NewsApiHeadlinesPiece": { + "name": "NewsApiHeadlinesPiece", "dependency": { "dockerfile": null, "requirements_file": "requirements.txt" }, "tags": [], "style": { - "node_label": "NASA Earth Image", + "node_label": "NewsAPI Headlines", "node_type": "default", "node_style": { "backgroundColor": "#F99696" }, "useIcon": true, - "icon_class_name": "ion:earth-sharp", + "icon_class_name": "fluent:news-16-regular", "iconStyle": { "cursor": "pointer" } }, - "description": "This Piece uses the NASA EPIC API to get satellite images of the Earth.\nReferences: \n- https://epic.gsfc.nasa.gov/about/api \n- https://api.nasa.gov/", + "description": "This Piece uses the News API to retrieve the top headlines from a given source or country.\nReferences:\n- https://newsapi.org/\n- https://newsapi.org/docs/endpoints/top-headlines", "container_resources": { "requests": { "cpu": 100, @@ -549,103 +718,80 @@ }, "input_schema": { "$defs": { - "LocationTypes": { + "CategoryType": { "enum": [ - "random", - "America", - "Atlantic Ocean", - "Africa", - "Asia", - "Pacific Ocean" - ], - "title": "LocationTypes", - "type": "string" - } - }, - "properties": { - "location": { - "allOf": [ - { - "$ref": "#/$defs/LocationTypes" - } + "business", + "entertainment", + "general", + "health", + "science", + "sports", + "technology" ], - "default": "random", - "description": "Retrieve image centered approximately on this location." - } - }, - "title": "InputModel", - "type": "object" - }, - "output_schema": { - "properties": { - "image_url": { - "default": null, - "description": "URL of the image.", - "title": "Image Url", - "type": "string" - }, - "image_base64_string": { - "default": null, - "description": "Image as base64 encoded string.", - "title": "Image Base64 String", + "title": "CategoryType", + "type": "string" + }, + "CountryType": { + "enum": [ + "all", + "ae", + "ar", + "at", + "au", + "be", + "bg", + "br", + "ca", + "ch", + "cn", + "co", + "cu", + "cz", + "de", + "eg", + "fr", + "gb", + "gr", + "hk", + "hu", + "id", + "ie", + "il", + "in", + "it", + "jp", + "kr", + "lt", + "lv", + "ma", + "mx", + "my", + "ng", + "nl", + "no", + "nz", + "ph", + "pl", + "pt", + "ro", + "rs", + "ru", + "sa", + "se", + "sg", + "si", + "sk", + "th", + "tr", + "tw", + "ua", + "us", + "ve", + "za" + ], + "title": "CountryType", "type": "string" }, - "image_file_path": { - "default": null, - "description": "Path to the image file.", - "title": "Image File Path", - "type": "string" - } - }, - "title": "OutputModel", - "type": "object" - }, - "secrets_schema": { - "properties": { - "NASA_API_KEY": { - "default": "DEMO_KEY", - "description": "API key for NASA Earth Image API.", - "title": "Nasa Api Key", - "type": "string" - } - }, - "title": "SecretsModel", - "type": "object" - }, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NasaEarthImagePiece" - }, - "NewsApiArticlesPiece": { - "name": "NewsApiArticlesPiece", - "dependency": { - "dockerfile": null, - "requirements_file": "requirements.txt" - }, - "tags": [], - "style": { - "node_label": "NewsAPI Articles", - "node_type": "default", - "node_style": { - "backgroundColor": "#F99696" - }, - "useIcon": true, - "icon_class_name": "fluent:news-16-regular", - "iconStyle": { - "cursor": "pointer" - } - }, - "description": "This Piece uses the News API to retrieve full articles.\nReferences:\n- https://newsapi.org/\n- https://newsapi.org/docs/endpoints/everything", - "container_resources": { - "requests": { - "cpu": 100, - "memory": 128 - }, - "limits": { - "cpu": 500, - "memory": 512 - } - }, - "input_schema": { - "$defs": { "LanguageType": { "enum": [ "ar", @@ -665,15 +811,6 @@ ], "title": "LanguageType", "type": "string" - }, - "SortByType": { - "enum": [ - "relevancy", - "popularity", - "publishedAt" - ], - "title": "SortByType", - "type": "string" } }, "properties": { @@ -682,28 +819,23 @@ "title": "Query", "type": "string" }, - "from_date": { - "default": "2023-11-01", - "description": "From date.", - "format": "date", - "title": "From Date", - "type": "string" - }, - "to_date": { - "default": "2023-11-06", - "description": "To date.", - "format": "date", - "title": "To Date", - "type": "string" + "category": { + "allOf": [ + { + "$ref": "#/$defs/CategoryType" + } + ], + "default": "general", + "description": "Category to filter by. Options are: `business`, `entertainment`, `general`, `health`, `science`, `sports`, `technology`." }, - "sort_by": { + "country": { "allOf": [ { - "$ref": "#/$defs/SortByType" + "$ref": "#/$defs/CountryType" } ], - "default": "relevancy", - "description": "Sort by. Options are: `relevancy`, `popularity`, `publishedAt`." + "default": "all", + "description": "Country to filter by. Options are: `all`, `ae`, `ar`, `at`, `au`, `be`, `bg`, `br`, `ca`, `ch`, `cn`, `co`, `cu`, `cz`, `de`, `eg`, `fr`, `gb`, `gr`, `hk`, `hu`, `id`, `ie`, `il`, `in`, `it`, `jp`, `kr`, `lt`, `lv`, `ma`, `mx`, `my`, `ng`, `nl`, `no`, `nz`, `ph`, `pl`, `pt`, `ro`, `rs`, `ru`, `sa`, `se`, `sg`, `si`, `sk`, `th`, `tr`, `tw`, `ua`, `us`, `ve`, `za`." }, "language": { "allOf": [ @@ -716,7 +848,7 @@ }, "number_of_results": { "default": 20, - "description": "Number of results to return.", + "description": "Number of results to return", "maximum": 100, "minimum": 1, "title": "Number Of Results", @@ -768,11 +900,6 @@ "description": "Image associated with article.", "title": "Url To Image", "type": "string" - }, - "content": { - "description": "Content of article.", - "title": "Content", - "type": "string" } }, "required": [ @@ -781,8 +908,7 @@ "author", "description", "publishedAt", - "url", - "content" + "url" ], "title": "ArticleModel", "type": "object" @@ -790,12 +916,12 @@ }, "properties": { "message": { - "description": "Output message to log", + "description": "Output message to log.", "title": "Message", "type": "string" }, "articles": { - "description": "List of articles", + "description": "List of articles.", "items": { "$ref": "#/$defs/ArticleModel" }, @@ -813,7 +939,7 @@ "secrets_schema": { "properties": { "NEWSAPI_API_KEY": { - "description": "News API API Key", + "description": "News API API Key.", "title": "Newsapi Api Key", "type": "string" } @@ -824,17 +950,17 @@ "title": "SecretsModel", "type": "object" }, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NewsApiArticlesPiece" + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NewsApiHeadlinesPiece" }, - "CovidApiContriesPiece": { - "name": "CovidApiContriesPiece", + "NasaEarthImagePiece": { + "name": "NasaEarthImagePiece", "dependency": { "dockerfile": null, "requirements_file": "requirements.txt" }, "tags": [], "style": { - "node_label": "Covid-19 Countries", + "node_label": "NASA Earth Image", "node_type": "default", "node_style": { "backgroundColor": "#F99696" @@ -845,7 +971,7 @@ "cursor": "pointer" } }, - "description": "This piece get covid 19 data for all countries", + "description": "This Piece uses the NASA EPIC API to get satellite images of the Earth.\nReferences: \n- https://epic.gsfc.nasa.gov/about/api \n- https://api.nasa.gov/", "container_resources": { "requests": { "cpu": 100, @@ -857,116 +983,29 @@ } }, "input_schema": { - "properties": { - "countries": { - "anyOf": [ - { - "items": { - "type": "string" - }, - "type": "array" - }, - { - "type": "null" - } - ], - "default": null, - "title": "Countries" - } - }, - "title": "InputModel", - "type": "object" - }, - "output_schema": { "$defs": { - "OutputInnerModel": { - "properties": { - "Country": { - "items": { - "type": "string" - }, - "title": "Country", - "type": "array" - }, - "Cases per One Million": { - "items": { - "type": "number" - }, - "title": "Cases Per One Million", - "type": "array" - } - }, - "required": [ - "Country", - "Cases per One Million" + "LocationTypes": { + "enum": [ + "random", + "America", + "Atlantic Ocean", + "Africa", + "Asia", + "Pacific Ocean" ], - "title": "OutputInnerModel", - "type": "object" - } - }, - "properties": { - "data": { - "$ref": "#/$defs/OutputInnerModel" + "title": "LocationTypes", + "type": "string" } }, - "required": [ - "data" - ], - "title": "OutputModel", - "type": "object" - }, - "secrets_schema": null, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/CovidApiContriesPiece" - }, - "DogRandomPicturePiece": { - "name": "DogRandomPicturePiece", - "dependency": { - "dockerfile": null, - "requirements_file": "requirements.txt" - }, - "tags": [], - "style": { - "node_label": "Dog Random Picture", - "node_type": "default", - "node_style": { - "backgroundColor": "#F99696" - }, - "useIcon": true, - "icon_class_name": "bxs:dog", - "iconStyle": { - "cursor": "pointer" - } - }, - "description": "This Piece uses the Dog API to get a random dog picture.\n- https://dog.ceo/dog-api/", - "container_resources": { - "requests": { - "cpu": 100, - "memory": 128 - }, - "limits": { - "cpu": 500, - "memory": 512 - } - }, - "input_schema": { "properties": { - "return_string": { - "default": true, - "description": "Return the image as a base64 encoded string.", - "title": "Return String", - "type": "boolean" - }, - "return_file": { - "default": false, - "description": "Return the image file.", - "title": "Return File", - "type": "boolean" - }, - "return_url": { - "default": false, - "description": "Return the image url.", - "title": "Return Url", - "type": "boolean" + "location": { + "allOf": [ + { + "$ref": "#/$defs/LocationTypes" + } + ], + "default": "random", + "description": "Retrieve image centered approximately on this location." } }, "title": "InputModel", @@ -974,6 +1013,12 @@ }, "output_schema": { "properties": { + "image_url": { + "default": null, + "description": "URL of the image.", + "title": "Image Url", + "type": "string" + }, "image_base64_string": { "default": null, "description": "Image as base64 encoded string.", @@ -985,68 +1030,23 @@ "description": "Path to the image file.", "title": "Image File Path", "type": "string" - }, - "image_url": { - "default": null, - "description": "URL to the image.", - "title": "Image Url", - "type": "string" } }, "title": "OutputModel", "type": "object" }, - "secrets_schema": null, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/DogRandomPicturePiece" - }, - "DogRandomFactsPiece": { - "name": "DogRandomFactsPiece", - "dependency": { - "dockerfile": null, - "requirements_file": "requirements.txt" - }, - "tags": [], - "style": { - "node_label": "Dog Random Facts", - "node_type": "default", - "node_style": { - "backgroundColor": "#F99696" - }, - "useIcon": true, - "icon_class_name": "bxs:dog", - "iconStyle": { - "cursor": "pointer" - } - }, - "description": "This Piece uses the Dog API to get a random dog fact.\n- https://dog-api.kinduff.com/api/facts", - "container_resources": { - "requests": { - "cpu": 100, - "memory": 128 - }, - "limits": { - "cpu": 500, - "memory": 512 - } - }, - "input_schema": { - "properties": {}, - "title": "InputModel", - "type": "object" - }, - "output_schema": { + "secrets_schema": { "properties": { - "dog_fact": { - "default": "", - "description": "A random dog fact.", - "title": "Dog Fact", + "NASA_API_KEY": { + "default": "DEMO_KEY", + "description": "API key for NASA Earth Image API.", + "title": "Nasa Api Key", "type": "string" } }, - "title": "OutputModel", + "title": "SecretsModel", "type": "object" }, - "secrets_schema": null, - "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/DogRandomFactsPiece" + "source_url": "https://github.com/Tauffer-Consulting/data_apis_domino_pieces/tree/main/pieces/NasaEarthImagePiece" } } \ No newline at end of file diff --git a/.domino/dependencies_map.json b/.domino/dependencies_map.json index 83cd20d..af3e482 100644 --- a/.domino/dependencies_map.json +++ b/.domino/dependencies_map.json @@ -6,20 +6,20 @@ }, "pieces": [ "AlphaVantageDailyPiece", - "NewsApiHeadlinesPiece", - "TicketmasterUpcommingEventsPiece", - "NasaEarthImagePiece", - "NewsApiArticlesPiece", "CovidApiContriesPiece", + "DogRandomFactsPiece", "DogRandomPicturePiece", - "DogRandomFactsPiece" + "NewsApiArticlesPiece", + "TicketmasterUpcommingEventsPiece", + "NewsApiHeadlinesPiece", + "NasaEarthImagePiece" ], "secrets": [ - "NASA_API_KEY", "NEWSAPI_API_KEY", "TICKETMASTER_API_KEY", - "ALPHA_VANTAGE_API_KEY" + "ALPHA_VANTAGE_API_KEY", + "NASA_API_KEY" ], - "source_image": "ghcr.io/tauffer-consulting/data_apis_domino_pieces:0.2.1-group0" + "source_image": "ghcr.io/tauffer-consulting/data_apis_domino_pieces:0.2.2-group0" } } \ No newline at end of file