-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Overview
Create a standardized JSON schema for validation-manifest.json
that will replace current file-based validation result storage.
Acceptance Criteria
- Design JSON schema for validation manifest including:
- Sample validation results (pass/fail status)
- Build step outcomes and error details
- Validation step results and timing
- Timestamps and pipeline run information
- Configuration used for each sample
- Cumulative data from previous runs for packaging logic
- Document schema with examples
- Validate schema supports all current validation data needs
- Ensure schema is extensible for future validation requirements
Related to Parent Issue
This is a sub-task of #30 - Store validation metadata as Azure DevOps artifact
Copilot