{
    "version":"0.1.0",
    "id":"config-store",
    "title":"Config Store",
    "description":"Store and retrieve configuration info",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "config",
        "store"
    ],
    "inputs":{
        "name":{
            "title":"Name",
            "description":"A human-readable name identifying the config",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1
        }
    },
    "outputs":{
        "stored_id":{
            "title":"Stored ID",
            "description":"The ID of the stored config object",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "outputTransmission":[
        "value"
    ],
    "links":[
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/processes/config-store?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/processes/config-store?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://arizonawaterobservatory-api.rtd.asu.edu/jobs?f=html",
            "title":"Jobs list as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/jobs?f=json",
            "title":"Jobs list as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href":"https://arizonawaterobservatory-api.rtd.asu.edu/processes/config-store/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ]
}