1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-dockerhub/source_dockerhub/spec.yaml
Pedro S. Lopez 938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04:00

16 lines
499 B
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/dockerhub
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Dockerhub Spec
type: object
required:
- docker_username
additionalProperties: false
properties:
docker_username:
type: string
description: Username of DockerHub person or organization (for https://hub.docker.com/v2/repositories/USERNAME/ API call)
pattern: ^[a-z0-9_\-]+$
examples:
- airbyte