# prepare\_incomplete\_test\_spec\_payload

```python
dbnl.experimental.prepare_incomplete_test_spec_payload(
    *,
    test_spec_dict: IncompleteTestSpecDict,
    project_id: Optional[str] = None,
) -> Dict[str, Any]:
```

## Parameters

<table><thead><tr><th width="267">Arguments</th><th>Description</th></tr></thead><tbody><tr><td><code>test_spec_dict</code></td><td>A dictionary of the <a href="../create_test#test-spec-json-schema">Test Spec schema</a>. Fields that might be missing in this dict include <code>project_id</code> and <code>tag_ids</code></td></tr><tr><td><code>project_id</code></td><td>The ID of the dbnl Project this Test Spec will be created for.</td></tr></tbody></table>

## Returns

<table><thead><tr><th width="269">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>TestSpecDict</code></td><td>An acceptable dict Test Spec schema.</td></tr></tbody></table>
