
document:
  nodes:

  - object: block
    type: paragraph
    nodes:
      - object: text
        leaves:
          - text: 'Blah blah'

  - object: block
    type: paragraph
    nodes:
      - object: text
        key: 'start'
        leaves:
          - text: 'First item'

  - object: block
    type: paragraph
    nodes:
      - object: text
        key: 'end'
        leaves:
          - text: 'Second item'

  - object: block
    type: paragraph
    nodes:
      - object: text
        leaves:
          - text: 'Blah blah'

selection:
  anchorKey: 'start'
  anchorOffset: 2
  focusKey: 'end'
  focusOffset: 4
  isFocused: true
