toolmark-monorepo / @toolmark/core / StandardJSONSchemaV1 / Options
Interface: Options
Defined in: packages/core/src/standard-schema.ts:127
The options for the input/output methods.
Properties
libraryOptions?
readonlyoptionallibraryOptions?:Record<string,unknown>
Defined in: packages/core/src/standard-schema.ts:131
Explicit support for additional vendor-specific parameters, if needed.
target
readonlytarget:Target
Defined in: packages/core/src/standard-schema.ts:129
Specifies the target version of the generated JSON Schema. Support for all versions is on a best-effort basis. If a given version is not supported, the library should throw.