validationStatus
ValidationStatus is a common attribute name used in software systems to denote the current state of verifying whether a given item meets defined rules or constraints. It is typically associated with data records, form submissions, configurations, or validation workflows. While not a formal standard, it is widely used across APIs, databases, and user interfaces as a concise indicator of validation progress or outcome.
Common values include: pending or in_progress, valid, invalid, failed, errored, skipped, and unknown. Some implementations use
Lifecycle: on submission or initiation, validationStatus may be set to pending; after checks complete, it updates
Usage considerations: design choices should align with the system’s state model and UI expectations; include audit