<?xml version="1.0"?>
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="cms_page" resource="default">
        <column xsi:type="varchar" name="canonical" nullable="true" comment="CMS Page Canonical"/>
        <column xsi:type="text" name="cms_schema" nullable="true" comment="CMS Page Schema"/>
    </table>
</schema>
