PURISTA API / @purista/hono-http-server / InfoObjectSchema
Variable: InfoObjectSchema
constInfoObjectSchema:ZodObject<{contact:ZodOptional<ZodObject<{ZodOptional<ZodString>;name:ZodOptional<ZodString>;url:ZodOptional<ZodString>; },"strip",ZodTypeAny, {email?:string;name?:string;url?:string; }, {email?:string;name?:string;url?:string; }>>;description:ZodDefault<ZodString>;license:ZodOptional<ZodObject<{name:ZodString;url:ZodOptional<ZodString>; },"strip",ZodTypeAny, {name:string;url?:string; }, {name:string;url?:string; }>>;termsOfService:ZodOptional<ZodString>;title:ZodDefault<ZodString>;version:ZodDefault<ZodString>; },"strip",ZodTypeAny, {contact?: {email?:string;name?:string;url?:string; };description:string;license?: {name:string;url?:string; };termsOfService?:string;title:string;version:string; }, {contact?: {email?:string;name?:string;url?:string; };description?:string;license?: {name:string;url?:string; };termsOfService?:string;title?:string;version?:string; }>
Defined in: packages/hono-http-server/src/service/hono/v1/honoServiceConfig.ts:25
