{
    "processes":[
        {
            "version":"0.2.0",
            "id":"hello-world",
            "title":"Hello World",
            "description":"An example process that takes a name as input, and echoes it back as output. Intended to demonstrate a simple process with a single literal input.",
            "jobControlOptions":[
                "sync-execute"
            ],
            "keywords":[
                "hello world",
                "example",
                "echo"
            ],
            "links":[
                {
                    "type":"text/html",
                    "rel":"about",
                    "title":"information",
                    "href":"https://example.org/process",
                    "hreflang":"en-US"
                },
                {
                    "type":"application/json",
                    "rel":"self",
                    "href":"https://ogcapi.bdl.lasy.gov.pl/processes/hello-world?f=json",
                    "title":"Process description as JSON",
                    "hreflang":"en-US"
                },
                {
                    "type":"text/html",
                    "rel":"alternate",
                    "href":"https://ogcapi.bdl.lasy.gov.pl/processes/hello-world?f=html",
                    "title":"Process description as HTML",
                    "hreflang":"en-US"
                },
                {
                    "type":"text/html",
                    "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
                    "href":"https://ogcapi.bdl.lasy.gov.pl/jobs?f=html",
                    "title":"jobs for this process as HTML",
                    "hreflang":"en-US"
                },
                {
                    "type":"application/json",
                    "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
                    "href":"https://ogcapi.bdl.lasy.gov.pl/jobs?f=json",
                    "title":"jobs for this process as JSON",
                    "hreflang":"en-US"
                },
                {
                    "type":"application/json",
                    "rel":"http://www.opengis.net/def/rel/ogc/1.0/execute",
                    "href":"https://ogcapi.bdl.lasy.gov.pl/processes/hello-world/execution?f=json",
                    "title":"Execution for this process as JSON",
                    "hreflang":"en-US"
                }
            ],
            "outputTransmission":[
                "value"
            ]
        }
    ],
    "links":[
        {
            "type":"application/json",
            "rel":"self",
            "title":"This document as JSON",
            "href":"https://ogcapi.bdl.lasy.gov.pl/processes?f=json"
        },
        {
            "type":"application/ld+json",
            "rel":"alternate",
            "title":"This document as RDF (JSON-LD)",
            "href":"https://ogcapi.bdl.lasy.gov.pl/processes?f=jsonld"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "title":"This document as HTML",
            "href":"https://ogcapi.bdl.lasy.gov.pl/processes?f=html"
        }
    ]
}