Skip to content

Commit 82a895d

Browse files
ycmjasonjoehan
andauthored
Remove uri format for $schema (#9400)
* Remove JSDoc comment from FirebaseConfig type Removed JSDoc comment for schema property in FirebaseConfig. * run generate:json-schema --------- Co-authored-by: Joe Hanley <[email protected]>
1 parent be9d22e commit 82a895d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

schema/firebase-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,6 @@
10901090
},
10911091
"properties": {
10921092
"$schema": {
1093-
"format": "uri",
10941093
"type": "string"
10951094
},
10961095
"apphosting": {

src/firebaseConfig.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,6 @@ export type AppHostingMultiple = AppHostingSingle[];
320320
export type AppHostingConfig = AppHostingSingle | AppHostingMultiple;
321321

322322
export type FirebaseConfig = {
323-
/**
324-
* @TJS-format uri
325-
*/
326323
$schema?: string;
327324
database?: DatabaseConfig;
328325
firestore?: FirestoreConfig;

0 commit comments

Comments
 (0)