JSON Templates
Standard JSON structures for APIs, configurations, and data exchange
Standard API Error Response
Consistent error object structure for REST APIs following industry best practices.
Pagination Response (Offset-based)
Standard pagination structure for API responses using offset and limit.
Cursor-based Pagination
Cursor-based pagination for APIs with real-time data or frequent updates.
JWT Payload Structure
Standard JWT payload with common claims for authentication.
Webhook Event Payload
Standard structure for webhook event payloads with metadata and versioning.
GraphQL Query Request
JSON structure for GraphQL query requests with variables and operation name.
GraphQL Response Format
Standard GraphQL response structure with data and errors.
OpenAPI/Swagger Endpoint Spec
OpenAPI 3.0 endpoint specification with parameters and responses.
package.json (npm/Node.js)
Standard package.json structure for Node.js projects with common fields.
tsconfig.json (TypeScript)
TypeScript compiler configuration with recommended settings.
.eslintrc.json Configuration
ESLint configuration for JavaScript/TypeScript projects.
.prettierrc.json Configuration
Prettier code formatter configuration.
VS Code Workspace Settings
VS Code settings.json for project-specific editor configuration.
GitHub Actions Workflow
GitHub Actions workflow configuration for CI/CD pipelines.
docker-compose.yml (as JSON)
Docker Compose configuration for multi-container applications.
Web App Manifest (manifest.json)
Progressive Web App manifest for installable web applications.
OAuth Token Response
OAuth 2.0 token endpoint response structure.
GeoJSON Point Feature
GeoJSON format for representing geographic point data.
sitemap.json (JSON Sitemap)
JSON-based sitemap format (alternative to XML sitemap).