{
    "version":"0.19.0",
    "id":"pygeometa-metadata-import",
    "title":"pygeometa metadata import",
    "description":"Import metadata into MCF",
    "keywords":[
        "pygeometa",
        "metadata",
        "import"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"information",
            "href":"https://geopython.github.io/pygeometa/pygeoapi-plugin",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://demo.pygeoapi.io/master/processes/pygeometa-metadata-import?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://demo.pygeoapi.io/master/processes/pygeometa-metadata-import?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://demo.pygeoapi.io/master/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://demo.pygeoapi.io/master/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://demo.pygeoapi.io/master/processes/pygeometa-metadata-import/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "metadata":{
            "title":"Metadata",
            "description":"Metadata record",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "metadata",
                "record"
            ]
        },
        "schema":{
            "title":"Metadata schema",
            "description":"Metadata schema",
            "schema":{
                "type":"string",
                "enum":[
                    "dcat",
                    "iso19139",
                    "iso19139-2",
                    "iso19139-hnap",
                    "oarec-record",
                    "schema-org",
                    "stac-item",
                    "wmo-cmp",
                    "wmo-wcmp2",
                    "wmo-wigos",
                    "cwl"
                ]
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "metadata",
                "schema"
            ]
        }
    },
    "outputs":{
        "result":{
            "title":"Generated MCF",
            "description":"Generated MCF",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "example":{
        "inputs":{
            "metadata":"&lt;gmd:MD_Metadata&gt;...&lt;/gmd:MD_Metadata&gt;",
            "schema":"iso19139"
        }
    },
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission":[
        "value"
    ]
}