Skip to content

Commit

Permalink
Update test target for constrained-open.
Browse files Browse the repository at this point in the history
Reflect Dave's feedback and adjust code per the comment in:
usnistgov#240 (comment)
  • Loading branch information
aj-stein-nist committed Jan 5, 2023
1 parent 71233f4 commit a52fee6
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,19 @@
<string key="$ref">#/definitions/StringDatatype</string>
</map>
<map key="token-value">
<string key="$ref">#/definitions/TokenDatatype</string>
<array key="anyOf">
<map>
<string key="$ref">#/definitions/TokenDatatype</string>
</map>
<map>
<array key="enum">
<string>one</string>
<string>two</string>
<string>three</string>
<string>four</string>
</array>
</map>
</array>
</map>
</map>
<array key="required">
Expand Down

0 comments on commit a52fee6

Please sign in to comment.