Edit Test Case

Define the API endpoint, request method, payload, and expected response.

Quick Fill from Template

Test Case Details

Validation Rules

Define which fields are critical for validation and which can be ignored. Use the tree view to drill down into nested objects.

Path Type Sample Validation
root dict { "internal_id": "TI LM 99-358 - QX", "mpn": "LM358", "manufacturer": "Texas Instruments", "status": "active", "product_url": "https://www.ti.com/product/TILM99-358-QX", "documents": [ { "type": "RoHS", "level": "Component", "url": "https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_996c12dd.pdf", "uploaded_at": "2025-12-30T11:49:58.074001", "doc_metadata": { "is_approved": true, "date_of_issue": "2024-05-23",
internal_id str TI LM 99-358 - QX
mpn str LM358
manufacturer str Texas Instruments
status str active
product_url str https://www.ti.com/product/TILM99-358-QX
documents list [ { "type": "RoHS", "level": "Component", "url": "https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_996c12dd.pdf", "uploaded_at": "2025-12-30T11:49:58.074001", "doc_metadata": { "is_approved": true, "date_of_issue": "2024-05-23", "revised_date": "2024-05-01", "version": "RoHS III", "coverage": "general", "compliance_status": "noncompliant" } }, { "type": "RoHS Exempt", "level": "Company", "url":
documents[0] dict { "type": "RoHS", "level": "Component", "url": "https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_996c12dd.pdf", "uploaded_at": "2025-12-30T11:49:58.074001", "doc_metadata": { "is_approved": true, "date_of_issue": "2024-05-23", "revised_date": "2024-05-01", "version": "RoHS III", "coverage": "general", "compliance_status": "noncompliant" } }
documents[0].type str RoHS
documents[0].level str Component
documents[0].url str https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_996c12dd.pdf
documents[0].uploaded_at str 2025-12-30T11:49:58.074001
documents[0].doc_metadata dict { "is_approved": true, "date_of_issue": "2024-05-23", "revised_date": "2024-05-01", "version": "RoHS III", "coverage": "general", "compliance_status": "noncompliant" }
documents[0].doc_metadata.is_approved bool True
documents[0].doc_metadata.date_of_issue str 2024-05-23
documents[0].doc_metadata.revised_date str 2024-05-01
documents[0].doc_metadata.version str RoHS III
documents[0].doc_metadata.coverage str general
documents[0].doc_metadata.compliance_status str noncompliant
documents[1] dict { "type": "RoHS Exempt", "level": "Company", "url": "https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_exempt_b5c49895.pdf", "uploaded_at": "2025-12-05T11:49:58.074016", "doc_metadata": null }
documents[1].type str RoHS Exempt
documents[1].level str Company
documents[1].url str https://beta.certain.li/doc/declarations/texas_instruments/_company/rohs_exempt_b5c49895.pdf
documents[1].uploaded_at str 2025-12-05T11:49:58.074016
documents[1].doc_metadata None None
documents[2] dict { "type": "REACH", "level": "Company", "url": "https://beta.certain.li/doc/declarations/texas_instruments/_company/reach_eda2c207.pdf", "uploaded_at": "2025-12-05T11:49:58.074023", "doc_metadata": { "is_approved": true, "date_of_issue": "2025-09-02", "revised_date": "2025-08-26", "version": "REACH", "coverage": "general", "compliance_status": "compliant" } }
documents[2].type str REACH
documents[2].level str Company
documents[2].url str https://beta.certain.li/doc/declarations/texas_instruments/_company/reach_eda2c207.pdf
documents[2].uploaded_at str 2025-12-05T11:49:58.074023
documents[2].doc_metadata dict { "is_approved": true, "date_of_issue": "2025-09-02", "revised_date": "2025-08-26", "version": "REACH", "coverage": "general", "compliance_status": "compliant" }
documents[2].doc_metadata.is_approved bool True
documents[2].doc_metadata.date_of_issue str 2025-09-02
documents[2].doc_metadata.revised_date str 2025-08-26
documents[2].doc_metadata.version str REACH
documents[2].doc_metadata.coverage str general
documents[2].doc_metadata.compliance_status str compliant
documents[3] dict { "type": "Datasheet", "level": "Series", "url": "https://beta.certain.li/doc/declarations/texas_instruments/LM358/datasheet_2735fe86.pdf", "uploaded_at": "2025-12-05T11:49:58.308975", "doc_metadata": null }
documents[3].type str Datasheet
documents[3].level str Series
documents[3].url str https://beta.certain.li/doc/declarations/texas_instruments/LM358/datasheet_2735fe86.pdf
documents[3].uploaded_at str 2025-12-05T11:49:58.308975
documents[3].doc_metadata None None
compliance_analysis None None
processing_time_ms int 0
Cancel