Skip to content

nooschain v0.1.0


nooschain / api/schemas/route-schemas / RouteDoc

Interface: RouteDoc

Defined in: api/schemas/route-schemas.ts:16

Properties

body?

optional body?: string

Defined in: api/schemas/route-schemas.ts:24


bodySchema?

optional bodySchema?: string

Defined in: api/schemas/route-schemas.ts:25


description

description: string

Defined in: api/schemas/route-schemas.ts:21


method

method: HttpMethod

Defined in: api/schemas/route-schemas.ts:17


path

path: string

Defined in: api/schemas/route-schemas.ts:18


query?

optional query?: Record<string, string>

Defined in: api/schemas/route-schemas.ts:23


response?

optional response?: string

Defined in: api/schemas/route-schemas.ts:26


responseSchema?

optional responseSchema?: string

Defined in: api/schemas/route-schemas.ts:27


security?

optional security?: SecurityKind

Defined in: api/schemas/route-schemas.ts:22


summary

summary: string

Defined in: api/schemas/route-schemas.ts:20


tag

tag: string

Defined in: api/schemas/route-schemas.ts:19

Audience-first NOOSChain documentation.