Open
Description
Schema Inaccuracy
Pull request simple id field is documented as a int but should be a string string this is what the API returns
Expected
See inacurracy
Reproduction Steps
# or any repo really
gh pr list -R baywet/demo --json id
[
{
"id": "PR_kwDOIJ9Ix86M10xO"
},
{
"id": "PR_kwDOIJ9Ix86M10mq"
}
]