Skip to content

Commit 016cee6

Browse files
authored
Moving def to correct table
1 parent c8bb2de commit 016cee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Attributes|Type|Use|Description
197197
---|---|---|---
198198
`name`|string|optional|Name of the `<entity>`.
199199
`type`|string|optional|Node containing the exact name of `<entity>` type. Used later to find specific Persistence Layer Model class. `type` in `<data>` can be whatever the user wants; There are no constraints. It is important when persisting data, depending on the `type` given, as it will try to match a metadata definition with the operation being done. Example: A `myCustomer` entity with `type="customer"`, calling `<createData entity="myCustomer"/>`, will try to find a metadata entry with the following attributes: `<operation dataType="customer" type="create">`.
200+
`deprecated`|string|optional|Used to warn about the future deprecation of the data entity. String will appear in Allure reports and console output at runtime.
200201

201202
`<entity>` may contain one or more [`<data>`][], [`<var>`][], [`<required-entities>`][], or [`<array>`][] elements in any sequence.
202203

@@ -208,7 +209,6 @@ Attributes|Type|Use|Description
208209
---|---|---|---
209210
`key`|string|optional|Key attribute of data/value pair.
210211
`unique`|enum: `"prefix"`, `"suffix"`|optional|Add suite or test wide unique sequence as "prefix" or "suffix" to the data value if specified.
211-
`deprecated`|string|optional|Used to warn about the future deprecation of the data entity. String will appear in Allure reports and console output at runtime.
212212

213213
### var {#var-tag}
214214

0 commit comments

Comments
 (0)