Skip to content

Verify issue #47: CI JSON schema already includes "r" key for region coordinates#72

Draft
Copilot wants to merge 1 commit intomasterfrom
copilot/fix-ci-json-schema
Draft

Verify issue #47: CI JSON schema already includes "r" key for region coordinates#72
Copilot wants to merge 1 commit intomasterfrom
copilot/fix-ci-json-schema

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 29, 2025

Issue #47 reported the CI JSON schema was missing the "r" key for region coordinates in ppreb. Investigation confirms this is already fixed in the current codebase.

Verification

  • Schema: json/rebuilt/paper_contentitem.schema.json lines 176-188 define the "r" key
  • Examples: Both example0.json and SOC_VS-1943-04-28-a-i0001.json contain valid "r" data
  • Tests: All 34 schema validation tests pass
"r": {
    "description": "List of region coordinates.",
    "type": "array",
    "items": {
        "type": "array",
        "maxItems": 4,
        "minItems": 4,
        "items": { "type": "integer" }
    }
}

No changes needed. Issue #47 can be closed.

Original prompt

This section details on the original issue you should resolve

<issue_title>Incomplete CI JSON schema</issue_title>
<issue_description>I found out that the JSON schema for CI in rebuilt JSON misses the "r" key for the regions coordinates in "ppreb" but it present in the true rebuilt files.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix incomplete CI JSON schema for regions coordinates Verify issue #47: CI JSON schema already includes "r" key for region coordinates Nov 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incomplete CI JSON schema

2 participants