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
because oneof_type doesnt write to the Type property of a Schema object, the switch statement in structKeywordsFromTags doesn't interpret any other tags. so a set of tags like
will not parse the enum tags, because oneof_type sets the OneOf property instead of the Type property
in this particular example, its arguable that the enum values should not be parsed, but imo if null was an enum value as well i would say that they should be
The text was updated successfully, but these errors were encountered:
because
oneof_type
doesnt write to theType
property of aSchema
object, the switch statement instructKeywordsFromTags
doesn't interpret any other tags. so a set of tags likewill not parse the enum tags, because
oneof_type
sets theOneOf
property instead of theType
propertyin this particular example, its arguable that the enum values should not be parsed, but imo if null was an enum value as well i would say that they should be
The text was updated successfully, but these errors were encountered: