We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62590f8 commit 53aadf4Copy full SHA for 53aadf4
typescript-generator/src/metamodel.ts
@@ -126,7 +126,6 @@ export class Property {
126
description?: string
127
docUrl?: string
128
docId?: string
129
- docTag?: string
130
serverDefault?: boolean | string | number | string[] | number[]
131
deprecation?: Deprecation
132
availability?: Availabilities
@@ -409,7 +408,7 @@ export class Endpoint {
409
408
410
411
availability: Availabilities
412
-
+ docTag?: string
413
/**
414
* If the request value is `null` it means that there is not yet a
415
* request type definition for this endpoint.
0 commit comments