NZSmartie / OICNet

A .Net Standard lirbary for OpenConenctivity's OIC Spec
Apache License 2.0
3 stars 1 forks source link

JSON Schemas not used as .Net Standard doesn't support Embedded Resources #1

Open NZSmartie opened 7 years ago

NZSmartie commented 7 years ago

Until .Net Standard 2.0 is released, Embedded Resources isn't available. So all serialsied classes must me manually maintained to cconform to OIC's specification.

In the future, the json schemas provided in OICNet/IoTDataModels will be the source of truth and used to generate JSON/CBOR messages