You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a challenge in serializing the named enumerations when using Newtonsoft.Json.Schema for serializing my POCO.. Is it possible to associate any additional information with each enum value..? This article in json-schema-org github talks more in detail about the issue.
Hello,
I'm running into a challenge in serializing the named enumerations when using Newtonsoft.Json.Schema for serializing my POCO.. Is it possible to associate any additional information with each enum value..? This article in json-schema-org github talks more in detail about the issue.
json-schema-org/json-schema-spec#57
The proposed solution there is to add "Constant" property at the schema level to handle this scenario.
Any plans of incorporating this in JSchema class in near future?
Thanks,
Vin
The text was updated successfully, but these errors were encountered: