UNPKG

@upstart.gg/sdk

Version:

You can test the CLI without recompiling by running:

9 lines (7 loc) 351 B
import { Type } from "@sinclair/typebox"; //#region src/shared/datasources/external/http-json/schema.ts const jsonObjectSchema = Type.Object({}, { additionalProperties: true }); const jsonArraySchema = Type.Array(jsonObjectSchema, { title: "Http JSON" }); //#endregion export { jsonArraySchema, jsonObjectSchema }; //# sourceMappingURL=schema.js.map