Skip to content

Commit

Permalink
Merge pull request #419 from dominicgifford/dominicgifford-to-resolve…
Browse files Browse the repository at this point in the history
…-#391

Update position.schema.json to allow for negative holdings
  • Loading branch information
kriswest authored Aug 4, 2021
2 parents 0f240e8 + cef541a commit 2257063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/context/schemas/position.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"properties": {
"type": { "const": "fdc3.position" },
"instrument": { "$ref": "instrument.schema.json#" },
"holding": { "type": "number", "minimum": 0 }
"holding": { "type": "number" }
},
"required": ["instrument", "holding"]
}

0 comments on commit 2257063

Please sign in to comment.