Schema
@silver-formily/vue no longer re-exports Schema. When the Vue API mentions Schema, ISchema, x-reactions, or x-component-props, those contracts come from @formily/json-schema.
This page stays in vue-docs as a stable internal landing page. The full JSON Schema protocol docs now live on the rebuilt official site:
Migration Note
Import Schema, ISchema, and related helpers from @formily/json-schema. The @silver-formily/vue docs only explain how Vue consumes schema objects and do not duplicate the JSON Schema protocol reference.