diff --git a/connector-registry/this-is-another-test/_meta/README.md b/connector-registry/this-is-another-test/_meta/README.md new file mode 100644 index 00000000..d51a41cd --- /dev/null +++ b/connector-registry/this-is-another-test/_meta/README.md @@ -0,0 +1,13 @@ +# this-is-another-test (connector root) + +Shared, provider-agnostic documentation and assets for the This is atest connector. + +- Name: `this-is-another-test` +- Title: This is atest +- Category: `api` +- Tags: wooo +- Homepage: https://openweathermap.org + +Provider implementations live under `{connector}/{author}/`. + +- FiveOneFour TypeScript schemas: `fiveonefour/typescript/src/schemas/index.json` diff --git a/connector-registry/this-is-another-test/_meta/assets/.gitkeep b/connector-registry/this-is-another-test/_meta/assets/.gitkeep new file mode 100644 index 00000000..a4644385 --- /dev/null +++ b/connector-registry/this-is-another-test/_meta/assets/.gitkeep @@ -0,0 +1,2 @@ +# Placeholder for assets +# This directory contains logos and other visual assets for the connector diff --git a/connector-registry/this-is-another-test/_meta/connector.json b/connector-registry/this-is-another-test/_meta/connector.json new file mode 100644 index 00000000..8ef84502 --- /dev/null +++ b/connector-registry/this-is-another-test/_meta/connector.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://schemas.connector-factory.dev/connector-root.schema.json", + "identifier": "this-is-another-test", + "name": "This is atest", + "category": "api", + "tags": ["wooo"], + "description": "fdsfsdfdsfdsfsfsdfsfsdfsdfsdfsdfsdfsdfsdf", + "homepage": "https://openweathermap.org" +}