Performed edits to README.md

This commit is contained in:
2024-04-26 14:33:41 +02:00
parent 4fd3bb1957
commit f3c2777bb0

View File

@ -60,9 +60,9 @@ relative_humidity:
definition: 'Relative humidity represents the amount of water vapor present in the air relative to the maximum amount of water vapor the air can hold at a given temperature.'
```
### Deleting or renaming a compound attribute in yaml language.
- When the attribute is existing, it should be displayed as follows with the subattribute *rename_as*, which can be modified as desired.
- deleting an attribute on the other hand requires to add a subattribute called *delete* with the value *true*. In the below example, the
attribute relative humidity is suggested to be removed. if *delete* is set as *false* it will have no effect.
- Assume the attribute *relative_humidity* already exists. Then it should be displayed as follows with the subattribute *rename_as*. This can be set differently to suggest a renaming of the attribute.
- To suggest deletion of an attribute, we are required to add a subattribute *delete* with value as *true*. Below for example, the
attribute *relative_ humidity* is suggested to be deleted. Otherwise if *delete* is set as *false*, it will have no effect.
```yaml
relative_humidity:
delete: true # we added this line in the review process