I have an azure-pipelines.yml controlling my build etc... works ok.
However I seem to be restricted, I can not use jobs: or stages: as documented in their allowable syntax for describing pipelines when editing the pipeline within the online editor.
In the above image no matter what or where I type, I do not get access to jobs, stages...
documentation: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema%2Cparameter-schema
how can I get access to these keywords as documented?