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 b594e24 commit 8068adeCopy full SHA for 8068ade
typescript-generator/src/metamodel.ts
@@ -267,9 +267,13 @@ export class Interface extends BaseType {
267
* With the exception of using String as the 'value' type
268
*/
269
export class Example {
270
+ /** Short description. */
271
summary?: string
272
+ /** Long description. */
273
description?: string
274
+ /** Embedded literal example. Mutually exclusive with `external_value` */
275
value?: string
276
+ /** A URI that points to the literal example */
277
external_value?: string
278
}
279
0 commit comments