Test First · Example Payload

Test First Mock Example

Behavior-Driven DevelopmentBest PracticesMethodologySoftware DesignSoftware DevelopmentTesting

Test First Mock Example is an example object payload from Test First, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamebase_urlspec_sourcespec_formatroutesdynamicproxy_enabledcreated_at

Example Payload

Raw ↑
{
  "id": "sample-id",
  "name": "Sample Name",
  "base_url": "https://example.com/api/base-url/abc123",
  "spec_source": "https://example.com/api/spec-source/abc123",
  "spec_format": "openapi",
  "routes": [
    {}
  ],
  "dynamic": true,
  "proxy_enabled": false,
  "created_at": "2025-03-15T14:30:00Z"
}