elasticsearch-persistence/spec/repository_spec.rb [359:368]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              {
                dynamic: 'strict',
                properties: {
                  foo: {
                    type: 'object',
                    properties: { bar: { type: 'text' } }
                  },
                  baz: { type: 'text' }
                }
              }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elasticsearch-persistence/spec/repository_spec.rb [629:638]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            {
              dynamic: 'strict',
              properties: {
                foo: {
                  type: 'object',
                  properties: { bar: { type: 'text' } }
                },
                baz: { type: 'text' }
              }
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



