Skip to content

ParameterSchema

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/RequestPanel.ts

The subset of JSON Schema the parameter controls understand. Everything here already exists in the generated spec — it was simply never read, so every parameter rendered as an empty text box regardless of what the API actually accepts.

Properties

PropertyType
typestring
formatstring
exampleany
defaultany
enumany[]
minimumnumber
maximumnumber
minLengthnumber
maxLengthnumber
patternstring

Was this page helpful?

Download as PDF