[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[],[],null,["# NonSdkApiUsageViolationReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains a summary and examples of non-sdk API usage violations.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"uniqueApis\": integer, \"minSdkVersion\": integer, \"targetSdkVersion\": integer, \"exampleApis\": [ { object (/docs/test-lab/reference/toolresults/rest/v1beta3/NonSdkApi) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `uniqueApis` | `integer` Total number of unique Non-SDK API's accessed. |\n| `minSdkVersion` | `integer` Minimum API level required for the application to run. |\n| `targetSdkVersion` | `integer` Specifies the API Level on which the application is designed to run. |\n| `exampleApis[]` | `object (`[NonSdkApi](/docs/test-lab/reference/toolresults/rest/v1beta3/NonSdkApi)`)` Examples of the detected API usages. |"]]