Description of the bug
How would you shortly summarise the issue?
Based on the workflow examples at https://docs.expo.dev/eas/workflows/pre-packaged-jobs/#examples-11, it says to use id field but vscode complains
Property id is not allowed.yaml-schema: https://raw.githubusercontent.com/expo/vscode-expo/schemas/schema/eas-workflow.json(513)
To Reproduce
What steps did you perform which led to this issue?
Add that example workflow and check
Expected behavior
What did you expect to have happened?
id should be a valid prop
Actual behavior
What did it actually result in?
showing error
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
If id properly is correct then I can create a pr to fix it, need to know where's the schema file tho cause it's not in this repo
Description of the bug
How would you shortly summarise the issue?
Based on the workflow examples at https://docs.expo.dev/eas/workflows/pre-packaged-jobs/#examples-11, it says to use
idfield but vscode complainsTo Reproduce
What steps did you perform which led to this issue?
Add that example workflow and check
Expected behavior
What did you expect to have happened?
idshould be a valid propActual behavior
What did it actually result in?
showing error
Additional context
Can you further explain the issue? E.g., information about version/environment or screenshots.
If
idproperly is correct then I can create a pr to fix it, need to know where's the schema file tho cause it's not in this repo