Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions wiki/2023-09-Template-Schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ With the constraints:
1. If this object is provided in a Job Template, then at least one of the *amounts* or *attributes* properties must be
defined.
2. The sum of the lengths of the *amounts* and *attributes* arrays must not exceed 50 elements.
3. No two elements in the *amounts* array may have the same value for the *name* property.
4. No two elements in the *attributes* array may have the same value for the *name* property.

#### 3.3.1. `<AmountRequirement>`

Expand Down