Is a field named "properties" valid?

When creating a mapping, setting a key to "properties" enables you to nest
fields. Does that mean that you can't name a field "properties"?

I ask because my documents have a field named properties. For example, check
out lines 32-34 here:

Is that valid?

It should be ok, have you seen problems with it? One way to verify is to use
get mapping and check that the mappings you placed are the correct ones.

On Fri, Oct 14, 2011 at 4:13 PM, Nick Hoffman nick@deadorange.com wrote:

When creating a mapping, setting a key to "properties" enables you to nest
fields. Does that mean that you can't name a field "properties"?

I ask because my documents have a field named properties. For example,
check out lines 32-34 here:
1-settings.js · GitHub

Is that valid?

I grabbed the mapping via GET
(https://gist.github.com/6e935e022c759fbc8d61#file_2_mapping.js), and the
structure looks correct to me. I just wasn't sure if "properties" is a
reserved word.