lib/jamf/api/jamf_pro/oapi_schemas/script.rb in ruby-jss-3.0.0 vs lib/jamf/api/jamf_pro/oapi_schemas/script.rb in ruby-jss-3.1.0b1
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright 2022 Pixar
+# Copyright 2023 Pixar
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
# compliance with the Apache License and the following modification to it:
# Section 6. Trademarks. is deleted and replaced with:
@@ -33,11 +33,11 @@
# OAPI Object Model and Enums for: Script
#
#
#
# This class was automatically genereated from the api/schema
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
#
# This class may be used directly, e.g instances of other classes may
# use instances of this class as one of their own properties/attributes.
#
# It may also be used as a superclass when implementing Jamf Pro API
@@ -80,10 +80,11 @@
# @!attribute [r] id
# @return [String]
id: {
class: :j_id,
identifier: :primary,
- readonly: true
+ readonly: true,
+ min_length: 1
},
# @!attribute name
# @return [String]
name: {