Document custom validation for NP HTTP request #45376
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The current implementation forces plugins to use
@kbn/config-schema
package to define validation rules for HTTP request params, query & body. Several solution teams already useio-ts
package for this purpose. It helps them to share validation rules and typings on the client-side and server-side.We need to document how plugins may use alternative packages for HTTP request validation.
Related discussion: #44170
The text was updated successfully, but these errors were encountered: