The schema computed is great to compute a property on the FE side of an application. This schema will not give the property to the BE. But in some applications it's the BE that does the calculation and so the property will only be send from the BE, but it should never recieve it. We need a schema to indicate this. We could use skip/omit, but these are saying to skip/omit based on certain valeus. The new schema should indicate that the property is a one-way property, in this case for deserialization. Of course it would be great to have the reverse also, so serialization only.
The schema
computedis great to compute a property on the FE side of an application. This schema will not give the property to the BE. But in some applications it's the BE that does the calculation and so the property will only be send from the BE, but it should never recieve it. We need a schema to indicate this. We could use skip/omit, but these are saying to skip/omit based on certain valeus. The new schema should indicate that the property is a one-way property, in this case for deserialization. Of course it would be great to have the reverse also, so serialization only.