Skip to content

covenix / ContractBodySchema

Variable: ContractBodySchema

const ContractBodySchema: ZodObject<{ mediaType: ZodString; schema: ZodType<SchemaNode, unknown, $ZodTypeInternals<SchemaNode, unknown>>; }, $strip>

Defined in: src/contract.ts:174

The request body of an operation: its media type and schema.