Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: James McKinney <[email protected]>
  • Loading branch information
odscjen and jpmckinney authored Dec 5, 2023
1 parent 44e9073 commit dba1ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following JSON snippet models a contracting process where fees are applied t
}
```

The following JSON snippet models a contracting process with a participation fee of 5% of the award value, payable by the winning bidder.
A participation fee of 5% of the award value, payable by the winning bidder:

```json
{
Expand Down
4 changes: 2 additions & 2 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"relativeValue": {
"title": "Relative value",
"description": "The value of the participation fee, as a proportion of the monetary value.",
"description": "The value of the participation fee, as a proportion of a monetary value.",
"$ref": "#/definitions/RelativeValue"
},
"description": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"properties": {
"proportion": {
"title": "Proportion",
"description": "The percentage of the monetary value, expressed as a decimal proportion between 0 and 1.",
"description": "The proportion of the monetary value, expressed as a decimal between 0 and 1.",
"type": [
"number"
],
Expand Down

0 comments on commit dba1ff4

Please sign in to comment.