All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.wps-v_2_0.2.5.4.source-code.WPS_2_0.jsonschema Maven / Gradle / Ivy

There is a newer version: 2.6.1
Show newest version

{
    "id":"http://www.opengis.net/wps/2.0#",
    "definitions":{
        "LiteralDataType":{
            "required":[
                "literalDataDomain"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DataDescriptionType"
                },
                {
                    "type":"object",
                    "title":"LiteralDataType",
                    "properties":{
                        "literalDataDomain":{
                            "title":"literalDataDomain",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/LiteralDataType.LiteralDataDomain"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"LiteralDataDomain",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LiteralDataType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "literalDataDomain"
            ]
        },
        "StatusInfo":{
            "type":"object",
            "title":"StatusInfo",
            "required":[
                "jobID",
                "status"
            ],
            "properties":{
                "jobID":{
                    "title":"jobID",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"JobID",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "status":{
                    "title":"status",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Status",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "expirationDate":{
                    "title":"expirationDate",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExpirationDate",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "estimatedCompletion":{
                    "title":"estimatedCompletion",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"EstimatedCompletion",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "nextPoll":{
                    "title":"nextPoll",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"NextPoll",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "percentCompleted":{
                    "title":"percentCompleted",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/int"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"PercentCompleted",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "jobID",
                "status",
                "expirationDate",
                "estimatedCompletion",
                "nextPoll",
                "percentCompleted"
            ]
        },
        "ReferenceType":{
            "type":"object",
            "title":"ReferenceType",
            "required":[
                "body",
                "bodyReference",
                "href"
            ],
            "properties":{
                "body":{
                    "title":"body",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Body",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "bodyReference":{
                    "title":"bodyReference",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceType.BodyReference"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BodyReference",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "href":{
                    "title":"href",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"href",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "mimeType":{
                    "title":"mimeType",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"mimeType",
                        "namespaceURI":""
                    }
                },
                "encoding":{
                    "title":"encoding",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"encoding",
                        "namespaceURI":""
                    }
                },
                "schema":{
                    "title":"schema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"schema",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ReferenceType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "body",
                "bodyReference",
                "href",
                "mimeType",
                "encoding",
                "schema"
            ]
        },
        "GetCapabilitiesType":{
            "required":[
                "service"
            ],
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/GetCapabilitiesType"
                },
                {
                    "type":"object",
                    "title":"GetCapabilitiesType",
                    "properties":{
                        "service":{
                            "title":"service",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"service",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetCapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "service"
            ]
        },
        "GenericOutputType":{
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"GenericOutputType",
                    "properties":{
                        "output":{
                            "title":"output",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/GenericOutputType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Output",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GenericOutputType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "output"
            ]
        },
        "DataOutputType":{
            "type":"object",
            "title":"DataOutputType",
            "required":[
                "data",
                "reference",
                "output",
                "id"
            ],
            "properties":{
                "data":{
                    "title":"data",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Data"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Data",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Reference",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "output":{
                    "title":"output",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DataOutputType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Output",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DataOutputType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "data",
                "reference",
                "output",
                "id"
            ]
        },
        "DescribeProcess":{
            "required":[
                "identifier"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"DescribeProcess",
                    "properties":{
                        "identifier":{
                            "title":"identifier",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.opengis.net/ows/2.0#/definitions/CodeType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Identifier",
                                "namespaceURI":"http://www.opengis.net/ows/2.0"
                            }
                        },
                        "lang":{
                            "title":"lang",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lang",
                                "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "lang"
            ]
        },
        "WPSCapabilitiesType":{
            "required":[
                "contents",
                "service"
            ],
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/CapabilitiesBaseType"
                },
                {
                    "type":"object",
                    "title":"WPSCapabilitiesType",
                    "properties":{
                        "contents":{
                            "title":"contents",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/Contents"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Contents",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "extension":{
                            "title":"extension",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/WPSCapabilitiesType.Extension"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Extension",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "service":{
                            "title":"service",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"service",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WPSCapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "contents",
                "extension",
                "service"
            ]
        },
        "SupportedCRS":{
            "type":"object",
            "title":"SupportedCRS",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "_default":{
                    "title":"_default",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"default",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "_default"
            ]
        },
        "GenericInputType":{
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"GenericInputType",
                    "properties":{
                        "input":{
                            "title":"input",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/GenericInputType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Input",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "minOccurs":{
                            "title":"minOccurs",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"minOccurs",
                                "namespaceURI":""
                            }
                        },
                        "maxOccurs":{
                            "title":"maxOccurs",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"maxOccurs",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GenericInputType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "input",
                "minOccurs",
                "maxOccurs"
            ]
        },
        "LiteralDataDomainType":{
            "type":"object",
            "title":"LiteralDataDomainType",
            "required":[
                "allowedValues",
                "anyValue",
                "valuesReference"
            ],
            "properties":{
                "allowedValues":{
                    "title":"allowedValues",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/AllowedValues"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AllowedValues",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "anyValue":{
                    "title":"anyValue",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/AnyValue"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AnyValue",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "valuesReference":{
                    "title":"valuesReference",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/ValuesReference"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ValuesReference",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "dataType":{
                    "title":"dataType",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/DomainMetadataType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DataType",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "uom":{
                    "title":"uom",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/DomainMetadataType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"UOM",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "defaultValue":{
                    "title":"defaultValue",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/ValueType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DefaultValue",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LiteralDataDomainType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "allowedValues",
                "anyValue",
                "valuesReference",
                "dataType",
                "uom",
                "defaultValue"
            ]
        },
        "ProcessOffering":{
            "type":"object",
            "title":"ProcessOffering",
            "required":[
                "process",
                "any",
                "jobControlOptions"
            ],
            "properties":{
                "process":{
                    "title":"process",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ProcessDescriptionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Process",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "any":{
                    "title":"any",
                    "allOf":[
                        {
                            "anyOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                },
                                {
                                    "type":"object",
                                    "properties":{
                                        "name":{
                                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                        },
                                        "value":{
                                        }
                                    }
                                }
                            ]
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "jobControlOptions":{
                    "title":"jobControlOptions",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"jobControlOptions",
                        "namespaceURI":""
                    }
                },
                "outputTransmission":{
                    "title":"outputTransmission",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DataTransmissionModeType"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"outputTransmission",
                        "namespaceURI":""
                    }
                },
                "processVersion":{
                    "title":"processVersion",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"processVersion",
                        "namespaceURI":""
                    }
                },
                "processModel":{
                    "title":"processModel",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"processModel",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "process",
                "any",
                "jobControlOptions",
                "outputTransmission",
                "processVersion",
                "processModel"
            ]
        },
        "WPSCapabilitiesType.Extension":{
            "type":"object",
            "title":"WPSCapabilitiesType.Extension",
            "properties":{
                "any":{
                    "title":"any",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"anyElement"
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "any"
            ]
        },
        "InputDescriptionType":{
            "required":[
                "dataDescription",
                "input"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"InputDescriptionType",
                    "properties":{
                        "dataDescription":{
                            "title":"dataDescription",
                            "allOf":[
                                {
                                    "type":"object",
                                    "properties":{
                                        "name":{
                                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                        },
                                        "value":{
                                            "$ref":"#/definitions/DataDescriptionType"
                                        }
                                    },
                                    "elementName":{
                                        "localPart":"DataDescription",
                                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                                    }
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"DataDescription",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "input":{
                            "title":"input",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/InputDescriptionType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Input",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "minOccurs":{
                            "title":"minOccurs",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"minOccurs",
                                "namespaceURI":""
                            }
                        },
                        "maxOccurs":{
                            "title":"maxOccurs",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"maxOccurs",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"InputDescriptionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "dataDescription",
                "input",
                "minOccurs",
                "maxOccurs"
            ]
        },
        "Result":{
            "type":"object",
            "title":"Result",
            "required":[
                "output"
            ],
            "properties":{
                "jobID":{
                    "title":"jobID",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"JobID",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "expirationDate":{
                    "title":"expirationDate",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExpirationDate",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "output":{
                    "title":"output",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DataOutputType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Output",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "jobID",
                "expirationDate",
                "output"
            ]
        },
        "Contents":{
            "type":"object",
            "title":"Contents",
            "required":[
                "processSummary"
            ],
            "properties":{
                "processSummary":{
                    "title":"processSummary",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ProcessSummaryType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ProcessSummary",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "processSummary"
            ]
        },
        "OutputDescriptionType":{
            "required":[
                "dataDescription",
                "output"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"OutputDescriptionType",
                    "properties":{
                        "dataDescription":{
                            "title":"dataDescription",
                            "allOf":[
                                {
                                    "type":"object",
                                    "properties":{
                                        "name":{
                                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                        },
                                        "value":{
                                            "$ref":"#/definitions/DataDescriptionType"
                                        }
                                    },
                                    "elementName":{
                                        "localPart":"DataDescription",
                                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                                    }
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"DataDescription",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "output":{
                            "title":"output",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/OutputDescriptionType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Output",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputDescriptionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "dataDescription",
                "output"
            ]
        },
        "BoundingBoxData":{
            "required":[
                "supportedCRS"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DataDescriptionType"
                },
                {
                    "type":"object",
                    "title":"BoundingBoxData",
                    "properties":{
                        "supportedCRS":{
                            "title":"supportedCRS",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/SupportedCRS"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"SupportedCRS",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "supportedCRS"
            ]
        },
        "RequestBaseType":{
            "type":"object",
            "title":"RequestBaseType",
            "required":[
                "service",
                "version"
            ],
            "properties":{
                "extension":{
                    "title":"extension",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Extension",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RequestBaseType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "extension",
                "service",
                "version"
            ]
        },
        "LiteralValue":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/ValueType"
                },
                {
                    "type":"object",
                    "title":"LiteralValue",
                    "properties":{
                        "dataType":{
                            "title":"dataType",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"dataType",
                                "namespaceURI":""
                            }
                        },
                        "uom":{
                            "title":"uom",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"uom",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "dataType",
                "uom"
            ]
        },
        "OutputDefinitionType":{
            "type":"object",
            "title":"OutputDefinitionType",
            "required":[
                "id"
            ],
            "properties":{
                "output":{
                    "title":"output",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OutputDefinitionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Output",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                },
                "transmission":{
                    "title":"transmission",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DataTransmissionModeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"transmission",
                        "namespaceURI":""
                    }
                },
                "mimeType":{
                    "title":"mimeType",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"mimeType",
                        "namespaceURI":""
                    }
                },
                "encoding":{
                    "title":"encoding",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"encoding",
                        "namespaceURI":""
                    }
                },
                "schema":{
                    "title":"schema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"schema",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputDefinitionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "output",
                "id",
                "transmission",
                "mimeType",
                "encoding",
                "schema"
            ]
        },
        "Dismiss":{
            "required":[
                "jobID"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"Dismiss",
                    "properties":{
                        "jobID":{
                            "title":"jobID",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"JobID",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "jobID"
            ]
        },
        "Data":{
            "type":"object",
            "title":"Data",
            "properties":{
                "otherAttributes":{
                    "title":"otherAttributes",
                    "allOf":[
                        {
                            "type":"object",
                            "additionalProperties":{
                                "type":"string"
                            }
                        }
                    ],
                    "propertyType":"anyAttribute"
                },
                "content":{
                    "title":"content",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    },
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "mimeType":{
                    "title":"mimeType",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"mimeType",
                        "namespaceURI":""
                    }
                },
                "encoding":{
                    "title":"encoding",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"encoding",
                        "namespaceURI":""
                    }
                },
                "schema":{
                    "title":"schema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"schema",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "otherAttributes",
                "content",
                "mimeType",
                "encoding",
                "schema"
            ]
        },
        "GetStatus":{
            "required":[
                "jobID"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"GetStatus",
                    "properties":{
                        "jobID":{
                            "title":"jobID",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"JobID",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "jobID"
            ]
        },
        "DescriptionType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/BasicIdentificationType"
                },
                {
                    "type":"object",
                    "title":"DescriptionType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DescriptionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        "ReferenceType.BodyReference":{
            "type":"object",
            "title":"ReferenceType.BodyReference",
            "required":[
                "href"
            ],
            "properties":{
                "href":{
                    "title":"href",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"href",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "href"
            ]
        },
        "Format":{
            "type":"object",
            "title":"Format",
            "properties":{
                "mimeType":{
                    "title":"mimeType",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"mimeType",
                        "namespaceURI":""
                    }
                },
                "encoding":{
                    "title":"encoding",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"encoding",
                        "namespaceURI":""
                    }
                },
                "schema":{
                    "title":"schema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"schema",
                        "namespaceURI":""
                    }
                },
                "maximumMegabytes":{
                    "title":"maximumMegabytes",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maximumMegabytes",
                        "namespaceURI":""
                    }
                },
                "_default":{
                    "title":"_default",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"default",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "mimeType",
                "encoding",
                "schema",
                "maximumMegabytes",
                "_default"
            ]
        },
        "DataInputType":{
            "type":"object",
            "title":"DataInputType",
            "required":[
                "data",
                "reference",
                "input",
                "id"
            ],
            "properties":{
                "data":{
                    "title":"data",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Data"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Data",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Reference",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "input":{
                    "title":"input",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DataInputType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Input",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DataInputType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "data",
                "reference",
                "input",
                "id"
            ]
        },
        "LiteralDataType.LiteralDataDomain":{
            "allOf":[
                {
                    "$ref":"#/definitions/LiteralDataDomainType"
                },
                {
                    "type":"object",
                    "title":"LiteralDataType.LiteralDataDomain",
                    "properties":{
                        "_default":{
                            "title":"_default",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"default",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "_default"
            ]
        },
        "GetResult":{
            "required":[
                "jobID"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"GetResult",
                    "properties":{
                        "jobID":{
                            "title":"jobID",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"JobID",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "jobID"
            ]
        },
        "GenericProcessType":{
            "required":[
                "output"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"GenericProcessType",
                    "properties":{
                        "input":{
                            "title":"input",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/GenericInputType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Input",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "output":{
                            "title":"output",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/GenericOutputType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Output",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GenericProcessType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "input",
                "output"
            ]
        },
        "ProcessOfferings":{
            "type":"object",
            "title":"ProcessOfferings",
            "required":[
                "processOffering"
            ],
            "properties":{
                "processOffering":{
                    "title":"processOffering",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ProcessOffering"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ProcessOffering",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "processOffering"
            ]
        },
        "ProcessDescriptionType":{
            "required":[
                "output"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"ProcessDescriptionType",
                    "properties":{
                        "input":{
                            "title":"input",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/InputDescriptionType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Input",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "output":{
                            "title":"output",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/OutputDescriptionType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Output",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "lang":{
                            "title":"lang",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lang",
                                "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ProcessDescriptionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "input",
                "output",
                "lang"
            ]
        },
        "ProcessSummaryType":{
            "required":[
                "jobControlOptions"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/DescriptionType"
                },
                {
                    "type":"object",
                    "title":"ProcessSummaryType",
                    "properties":{
                        "jobControlOptions":{
                            "title":"jobControlOptions",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"jobControlOptions",
                                "namespaceURI":""
                            }
                        },
                        "outputTransmission":{
                            "title":"outputTransmission",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/DataTransmissionModeType"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"outputTransmission",
                                "namespaceURI":""
                            }
                        },
                        "processVersion":{
                            "title":"processVersion",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"processVersion",
                                "namespaceURI":""
                            }
                        },
                        "processModel":{
                            "title":"processModel",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"processModel",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ProcessSummaryType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "jobControlOptions",
                "outputTransmission",
                "processVersion",
                "processModel"
            ]
        },
        "ExecuteRequestType":{
            "required":[
                "identifier",
                "output",
                "mode",
                "response"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"ExecuteRequestType",
                    "properties":{
                        "identifier":{
                            "title":"identifier",
                            "allOf":[
                                {
                                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/CodeType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Identifier",
                                "namespaceURI":"http://www.opengis.net/ows/2.0"
                            }
                        },
                        "input":{
                            "title":"input",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/DataInputType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Input",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "output":{
                            "title":"output",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/OutputDefinitionType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Output",
                                "namespaceURI":"http://www.opengis.net/wps/2.0"
                            }
                        },
                        "mode":{
                            "title":"mode",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"mode",
                                "namespaceURI":""
                            }
                        },
                        "response":{
                            "title":"response",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"response",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ExecuteRequestType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "identifier",
                "input",
                "output",
                "mode",
                "response"
            ]
        },
        "ComplexDataType":{
            "allOf":[
                {
                    "$ref":"#/definitions/DataDescriptionType"
                },
                {
                    "type":"object",
                    "title":"ComplexDataType",
                    "properties":{
                        "any":{
                            "title":"any",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "anyOf":[
                                            {
                                                "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                            },
                                            {
                                                "type":"object",
                                                "properties":{
                                                    "name":{
                                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                                    },
                                                    "value":{
                                                    }
                                                }
                                            }
                                        ]
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"anyElement"
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ComplexDataType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "any"
            ]
        },
        "DataDescriptionType":{
            "type":"object",
            "title":"DataDescriptionType",
            "required":[
                "format"
            ],
            "properties":{
                "format":{
                    "title":"format",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Format"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Format",
                        "namespaceURI":"http://www.opengis.net/wps/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DataDescriptionType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            },
            "propertiesOrder":[
                "format"
            ]
        },
        "DataTransmissionModeType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DataTransmissionModeType",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        }
    },
    "anyOf":[
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/BoundingBoxData"
                }
            },
            "elementName":{
                "localPart":"BoundingBoxData",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/Contents"
                }
            },
            "elementName":{
                "localPart":"Contents",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/LiteralDataType"
                }
            },
            "elementName":{
                "localPart":"LiteralData",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ReferenceType"
                }
            },
            "elementName":{
                "localPart":"Reference",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ProcessOfferings"
                }
            },
            "elementName":{
                "localPart":"ProcessOfferings",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/Data"
                }
            },
            "elementName":{
                "localPart":"Data",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ProcessOffering"
                }
            },
            "elementName":{
                "localPart":"ProcessOffering",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/StatusInfo"
                }
            },
            "elementName":{
                "localPart":"StatusInfo",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/GetResult"
                }
            },
            "elementName":{
                "localPart":"GetResult",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
                }
            },
            "elementName":{
                "localPart":"ExpirationDate",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/SupportedCRS"
                }
            },
            "elementName":{
                "localPart":"SupportedCRS",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/LiteralValue"
                }
            },
            "elementName":{
                "localPart":"LiteralValue",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/Format"
                }
            },
            "elementName":{
                "localPart":"Format",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/WPSCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"Capabilities",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ComplexDataType"
                }
            },
            "elementName":{
                "localPart":"ComplexData",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/GetStatus"
                }
            },
            "elementName":{
                "localPart":"GetStatus",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/DescribeProcess"
                }
            },
            "elementName":{
                "localPart":"DescribeProcess",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/DataDescriptionType"
                }
            },
            "elementName":{
                "localPart":"DataDescription",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/GenericProcessType"
                }
            },
            "elementName":{
                "localPart":"GenericProcess",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"JobID",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ProcessDescriptionType"
                }
            },
            "elementName":{
                "localPart":"Process",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/Dismiss"
                }
            },
            "elementName":{
                "localPart":"Dismiss",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/ExecuteRequestType"
                }
            },
            "elementName":{
                "localPart":"Execute",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                },
                "value":{
                    "$ref":"#/definitions/Result"
                }
            },
            "elementName":{
                "localPart":"Result",
                "namespaceURI":"http://www.opengis.net/wps/2.0"
            }
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy