Skip to content

Commit

Permalink
Merge pull request #58 from nextflow-io/nvnieuwk-patch-1
Browse files Browse the repository at this point in the history
Fix wrong info in the docs
  • Loading branch information
nvnieuwk authored Oct 17, 2024
2 parents f7c282e + 548a043 commit 2e164ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nextflow_schema/nextflow_schema_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ The combination of all values in the given keys should be unique. For this key t
```json
{
"type": "array",
"uniqueEntries": ["foo", "bar"],
"items": {
"type": "object",
"uniqueEntries": ["foo", "bar"],
"properties": {
"foo": { "type": "string" },
"bar": { "type": "string" }
Expand Down

0 comments on commit 2e164ec

Please sign in to comment.