Skip to content

Commit

Permalink
update connector config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandraFlavia9 committed Sep 16, 2024
1 parent 3349026 commit cf22b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/connector-cli/resources/schemas/connector-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"type": {
"type": "string",
"enum": ["media"]
Expand Down
1 change: 1 addition & 0 deletions src/connector-cli/src/commands/publish/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export interface ProxyOptions {

interface ConnectorPayload {
name: string;
displayName?: string;
description: string;
type: 'media' | 'fonts';
version: string;
Expand Down

0 comments on commit cf22b2f

Please sign in to comment.