🛠️ expressjs-field-validator Config Builder

Build validation configurations for body, path params, query params, and headers

📥 Request Body JSON

📄 Drop JSON file here

Press +Enter to parse • Drag & drop JSON files supported

📋

Paste JSON and click "Parse JSON" to get started

Or drag and drop a JSON file

🔗 URL Path

Use :paramName syntax to define path parameters (e.g., /users/:id/posts/:postId)

🔗

Enter a URL path with :params to extract parameters

Example: /api/:organization/users/:id

❓ Query Parameters

Add query parameters to validate (e.g., ?page=1&sort=name)

Add query parameters above to configure validation

Parameters with empty keys will be ignored

📋 Request Headers

Add headers to validate (e.g., Authorization, X-API-Key)

📋

Add headers above to configure validation

Headers with empty names will be ignored

📤 Generated Configuration Live Preview

Middleware Options (applies to all validators)