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
Note that type is expected under two of the enum values, but with a different schema for each. Is this something that can be supported?
Additionally, this schema has been edited slightly from the one I am using for the online editor. the two items that have a maxItems, also have a minItems of the same amount. While this works correctly in the editor, it makes the copy button non-functional. If possible, could the copy button overwrite the subsequent entry in the array with its values so the array can be copied?
The text was updated successfully, but these errors were encountered:
Given my setup here, I'm seeing a gap. Specifically:
damage
as the Effect Type.the JSON Schema for effect is
Note that
type
is expected under two of the enum values, but with a different schema for each. Is this something that can be supported?Additionally, this schema has been edited slightly from the one I am using for the online editor. the two items that have a maxItems, also have a minItems of the same amount. While this works correctly in the editor, it makes the copy button non-functional. If possible, could the copy button overwrite the subsequent entry in the array with its values so the array can be copied?
The text was updated successfully, but these errors were encountered: