Kind: Interface
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointDetail.ts
Properties
| Property | Type |
|---|---|
type | string |
format | string |
properties | Record<string, Schema> |
items | Schema |
required | string[] |
example | any |
enum | any[] |
const | any |
description | string |
title | string |
$ref | string |
nullable | boolean |
oneOf | Schema[] |
anyOf | Schema[] |
allOf | Schema[] |
discriminator | Discriminator |
Was this page helpful?