Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions connector-registry/this-is-another-test/_meta/README.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 2 additions & 0 deletions connector-registry/this-is-another-test/_meta/assets/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Placeholder for assets
# This directory contains logos and other visual assets for the connector
9 changes: 9 additions & 0 deletions connector-registry/this-is-another-test/_meta/connector.json
Original file line number Diff line number Diff line change
@@ -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"
}