WordPress 7.1 introduces a shared JSON Schema preparation layer for schemas exposed to REST clients, frontend applications, and AI tools.
WordPress accepts several internal schema conventions that are useful during server-side validation but are not portable JSON Schema draft-04. Passing these schemas directly to external validators could cause validation errors or expose PHP callbacks and other server-only implementation details.