diff --git a/src/misc/asset.v1.yaml b/src/misc/asset.v1.yaml index 074feb2e..8b1d76f4 100644 --- a/src/misc/asset.v1.yaml +++ b/src/misc/asset.v1.yaml @@ -21,15 +21,19 @@ properties: oneOf: - $ref: ../blocks/mathml.v1.yaml - $ref: ../blocks/paragraph.v1.yaml - - allOf: - - $ref: ../blocks/table.v1.yaml - - properties: - title: - not: {} - sourceData: - not: {} - doi: - not: {} + - # Simplified table block + properties: + type: + type: string + enum: + - table + tables: + type: array + items: + title: HTML table + type: string + pattern: ^