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 [554:563]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          {
            dynamic: 'strict',
            properties: {
              foo: {
                type: 'object',
                properties: { bar: { type: 'text' } }
              },
              baz: { type: 'text' }
            }
          }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



