Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "parameters" singular #836

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion model/Build/Classes/Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ simplify creating reproducible builds.
- configSourceDigest
- type: /Core/Hash
- minCount: 0
- parameters
- parameter
- type: /Core/DictionaryEntry
- minCount: 0
- buildStartTime
Expand Down
20 changes: 20 additions & 0 deletions model/Build/Properties/parameter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
SPDX-License-Identifier: Community-Spec-1.0

# parameter

## Summary

Property describing a parameter used in an instance of a build.

## Description

parameter is a key-value of a build parameter and its value that
was provided to the builder for a build instance. This is different from the
[environment](environment.md) property in that the key and value are provided
as command line arguments or a configuration file to the builder.

## Metadata

- name: parameter
- Nature: ObjectProperty
- Range: /Core/DictionaryEntry
20 changes: 0 additions & 20 deletions model/Build/Properties/parameters.md

This file was deleted.