Skip to content

OS3BaseSchema

@tsed/openspec

Usage

typescript
import { OS3BaseSchema } from "@tsed/openspec";

See /packages/specs/openspec/src/types/openspec3/OS3Schema.ts.

Overview

ts
interface OS3BaseSchema extends OpenSpecBaseJsonSchema {
    items?: OS3Schema | OpenSpecRef;
}

items

ts
items?: OS3Schema | OpenSpecRef;

Required if type is "array". Describes the type of items in the array.

Released under the MIT License.