Skip to content

Commit

Permalink
Merge branch 'fix-identity-extension-schema'
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Mar 21, 2024
2 parents a3d8ae6 + 3f55376 commit c822f07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ If this is included then the *currency* property *MUST* be included.
This *SHOULD* be an ISO 4217 alpha currency code or the official currency code for the relevant cryptocurrency.

|*max_amount* (optional)
|[stixtype]#{number_url}[number]#
|[stixtype]#{number_url}[number]#|
The maximum monetary amount of the impact using the currency specified in the *currency* property.
This value *MUST* be greater than zero.

Expand All @@ -840,7 +840,7 @@ This value *MUST* be included if the *min_amount* property is included.
If *min_amount* and *max_amount* properties are both defined, then *max_amount* value *MUST* be greater than or equal to the *min_amount* value.

|*min_amount* (optional)
|[stixtype]#{number_url}[number]#
|[stixtype]#{number_url}[number]#|
The maximum monetary amount of the impact using the currency specified in the *currency* property.
This value *MUST* be greater than zero.

Expand Down

0 comments on commit c822f07

Please sign in to comment.