{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://circuitgenome.com/schemas/cges-epsa-0.1.schema.json",
  "title": "CGES EPSA Extension 0.1 (Deprecated Legacy Component Compatibility Alias)",
  "description": "Deprecated legacy compatibility alias retained only for implementations that previously validated component-level EPSA module payloads through cges-epsa-0.1.schema.json. New implementations SHOULD use schemas/cges-epsa-component-0.1.schema.json for component payloads and schemas/cges-epsa-board-0.1.schema.json for board metadata.",
  "deprecated": true,
  "allOf": [
    {
      "$ref": "cges-epsa-component-0.1.schema.json"
    }
  ]
}
