Appendix. Properties Format
This is the format of a web resource that contains properties of an object. The following restrictions are imposed on the format:
- Data type is "text/plain".
- Resource content is a list of lines each describing one property (empty lines are allowed and ignored).
- Lines have the following format: property_name = property value.
- Property name should not contain non-printable characters.
- Delimiter between property name and value is " = ".