# Find the Input Fields an Apify Actor Silently Ignores

**Use case:** 

Apify silently drops unknown input fields at runtime, so your run succeeds with the wrong settings. Find them before you run.

## Input

```json
{
  "targetActorId": "ryanclinton/fred-economic-data",
  "testInput": {
    "mode": "search",
    "searchText": "GDP",
    "maxResult": 100,
    "limitTo": 50
  },
  "testInputs": [],
  "includeSchemaQualityAudit": true,
  "includeAutoFixSuggestions": true,
  "includePatchedInputPreview": true,
  "outputProfile": "standard",
  "policyPreset": "custom",
  "baselineScope": "targetActor",
  "includeDriftTimeline": false,
  "includeReliabilityProfile": false,
  "includeReplayPackage": true,
  "proposedSchema": {},
  "saveGoldenSuite": false,
  "runGoldenSuite": false,
  "inferSchemaWhenMissing": true,
  "emitArtifacts": false,
  "artifactFormats": [],
  "webhookMode": "none"
}
```

## Output

```json
{
  "decision": {
    "label": "Decision",
    "format": "string"
  },
  "invocationPlan": {
    "label": "Invocation Plan",
    "format": "object"
  },
  "blockingReasons": {
    "label": "Blocking Reasons"
  },
  "productionRisks": {
    "label": "Production Risks"
  },
  "scorecard": {
    "label": "Readiness Scorecard",
    "format": "object"
  },
  "actorName": {
    "label": "Actor Name",
    "format": "string"
  },
  "testLabel": {
    "label": "Test Label",
    "format": "string"
  },
  "validatedAt": {
    "label": "Validated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Actor Input Tester — Validate Actor Input JSON Before Running](https://apify.com/ryanclinton/actor-input-tester) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/actor-input-tester) to learn more, explore other use cases, and run it yourself.