PublishSchemaReq

  • Choose how the new published version is numbered. Exactly one of versionType or version must be supplied — both, or neither, returns 400.

    Choose how the new published version is numbered. Exactly one of versionType or version must be supplied — both, or neither, returns 400.

    • versionType
      Type: stringenum
      required

      Bump strategy applied to the latest published version. patch (1.2.0 → 1.2.1), minor (1.2.0 → 1.3.0), major (1.2.0 → 2.0.0). Use this when you want SignStack to compute the next version for you.

      values
      • major
      • minor
      • patch