XSD Schema to JSON Schema
Posted: Thu Feb 03, 2022 8:48 am
Hi,
I am running up against:
Simple type "STATE_COUNTRY_CODE" was not mapped to Enum due to EnumMemberSizeCap limit. Facets count: 331, current limit: 256. You can use customization attribute "typesafeEnumMaxMembers" to extend the limit.
when trying to convert an xsd schema to a json schema using the xsd to json schema tool. What is the best way to get past it?
Cheers,
Alex
I am running up against:
Simple type "STATE_COUNTRY_CODE" was not mapped to Enum due to EnumMemberSizeCap limit. Facets count: 331, current limit: 256. You can use customization attribute "typesafeEnumMaxMembers" to extend the limit.
when trying to convert an xsd schema to a json schema using the xsd to json schema tool. What is the best way to get past it?
Cheers,
Alex