MCPcopy
hub / github.com/nestjs/swagger / WithExample

Class WithExample

test/utils/apply-example-max-depth.util.spec.ts:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }))
423 };
424 class WithExample {
425 @ApiProperty({ example: big })
426 payload: object;
427 }
428
429 const schemas: Record<string, SchemaObject> = {};
430 schemaObjectFactory.exploreModelSchema(WithExample, schemas);

Callers

nothing calls this directly

Calls 1

ApiPropertyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…