{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-case-crs1-case-milestones-schema.json", "title": "crs1_CaseMilestones", "description": "The major milestone events tracked for the enforcement action.", "type": "object", "properties": { "ActualDate": { "description": "The actual date on which the event was completed/achieved.", "example": "08/12/1988", "title": "Actual Date", "type": "string" }, "Event": { "description": "Identifies a major judicial or administrative enforcement action milestone.", "example": "Enforcement Action Data Entered", "title": "Event", "type": "string" } }, "required": [ "Event", "ActualDate" ] }