the-moby-effect
Version:
Moby/Docker API client built using effect-ts
13 lines • 531 B
JavaScript
import * as Schema from "effect/Schema";
export class V1Platform extends /*#__PURE__*/Schema.Class("V1Platform")({
architecture: Schema.String,
os: Schema.String,
"os.version": /*#__PURE__*/Schema.optional(Schema.String),
"os.features": /*#__PURE__*/Schema.optional(/*#__PURE__*/Schema.NullOr(/*#__PURE__*/Schema.Array(Schema.String))),
variant: /*#__PURE__*/Schema.optional(Schema.String)
}, {
identifier: "V1Platform",
title: "v1.Platform",
documentation: ""
}) {}
//# sourceMappingURL=V1Platform.generated.js.map