Eric O
Eric O
@flash-gordon I tried this and I'm still getting the same error: ``` required(:outer_key).hash do required(:str_field).value(:string) required(:integer_field).value(:integer) required(:integer_field2).value(:integer) required(:hash_field).value(:hash) end ``` But this appears to solve the problem: ``` required(:outer_key).schema do...
Thanks, @solnic !
@mereghost Thank you for looking into this!
I was told by Adobe support that this issue is related to https://github.com/adobe/aem-eclipse-developer-tools/issues/91, so I'm mentioning it here to link the two issues. Is there any estimated date for the...