Skip to content

Commit

Permalink
fix(spec): fixed one occurrence of suffix_data to suffixData
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello authored Dec 8, 2020
1 parent c866b74 commit 4a33a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ A valid Sidetree Operation Request is a JSON document composed as follows:
Use the following process to generate a Sidetree create operation JSON document for the REST API, composed as follows:

1. The object ****MUST**** contain a `type` property, and its value ****MUST**** be `create`.
2. The object ****MUST**** contain a `suffix_data` property, and its value must be a _Suffix Data Object_(#core-index-file-create-entry).
2. The object ****MUST**** contain a `suffixData` property, and its value must be a _Suffix Data Object_(#core-index-file-create-entry).
3. The object ****MUST**** contain an `delta` property, and its value must be a [_Create Operation Data Object_](#create-data-object).

#### Update
Expand Down

0 comments on commit 4a33a98

Please sign in to comment.