UNPKG

@scalar/openapi-types

Version:
21 lines 793 B
/** * License Object * * License information for the exposed API. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#license-object */ export declare const LicenseObjectSchema: import("zod").ZodObject<{ name: import("zod").ZodCatch<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>; identifier: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodString>>; url: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodString>>; }, "strip", import("zod").ZodTypeAny, { url?: string | undefined; name?: string | null | undefined; identifier?: string | undefined; }, { url?: unknown; name?: unknown; identifier?: unknown; }>; //# sourceMappingURL=license-object.d.ts.map