diff --git a/schema/text/BlockContent.schema.yaml b/schema/text/BlockContent.schema.yaml index ae1cdef57c..687829aa16 100644 --- a/schema/text/BlockContent.schema.yaml +++ b/schema/text/BlockContent.schema.yaml @@ -5,6 +5,7 @@ anyOf: - $ref: CodeChunk.schema.yaml - $ref: Heading.schema.yaml - $ref: List.schema.yaml + - $ref: ListItem.schema.yaml - $ref: Paragraph.schema.yaml - $ref: QuoteBlock.schema.yaml - $ref: Table.schema.yaml