.wps-v_1_0_0.2.5.1.source-code.WPS_1_0_0.jsonschema Maven / Gradle / Ivy
{
"id":"http://www.opengis.net/wps/1.0.0#",
"definitions":{
"ProcessBriefType":{
"required":[
"processVersion"
],
"allOf":[
{
"$ref":"#/definitions/DescriptionType"
},
{
"type":"object",
"title":"ProcessBriefType",
"properties":{
"profile":{
"title":"profile",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Profile",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"wsdl":{
"title":"wsdl",
"allOf":[
{
"$ref":"#/definitions/WSDL"
}
],
"propertyType":"element",
"elementName":{
"localPart":"WSDL",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processVersion":{
"title":"processVersion",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"processVersion",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"ProcessBriefType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"profile",
"wsdl",
"processVersion"
]
},
"OutputDescriptionType":{
"required":[
"complexOutput",
"literalOutput",
"boundingBoxOutput"
],
"allOf":[
{
"$ref":"#/definitions/DescriptionType"
},
{
"type":"object",
"title":"OutputDescriptionType",
"properties":{
"complexOutput":{
"title":"complexOutput",
"allOf":[
{
"$ref":"#/definitions/SupportedComplexDataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ComplexOutput",
"namespaceURI":""
}
},
"literalOutput":{
"title":"literalOutput",
"allOf":[
{
"$ref":"#/definitions/LiteralOutputType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"LiteralOutput",
"namespaceURI":""
}
},
"boundingBoxOutput":{
"title":"boundingBoxOutput",
"allOf":[
{
"$ref":"#/definitions/SupportedCRSsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"BoundingBoxOutput",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"OutputDescriptionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"complexOutput",
"literalOutput",
"boundingBoxOutput"
]
},
"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/1.1#/definitions/CodeType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
}
}
],
"typeType":"classInfo",
"propertiesOrder":[
"identifier"
]
},
"ComplexDataType":{
"type":"object",
"title":"ComplexDataType",
"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",
"typeName":{
"localPart":"ComplexDataType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"otherAttributes",
"content",
"mimeType",
"encoding",
"schema"
]
},
"SupportedCRSsType":{
"type":"object",
"title":"SupportedCRSsType",
"required":[
"_default",
"supported"
],
"properties":{
"_default":{
"title":"_default",
"allOf":[
{
"$ref":"#/definitions/SupportedCRSsType.Default"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Default",
"namespaceURI":""
}
},
"supported":{
"title":"supported",
"allOf":[
{
"$ref":"#/definitions/CRSsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Supported",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"SupportedCRSsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"_default",
"supported"
]
},
"InputDescriptionType":{
"required":[
"complexData",
"literalData",
"boundingBoxData",
"minOccurs",
"maxOccurs"
],
"allOf":[
{
"$ref":"#/definitions/DescriptionType"
},
{
"type":"object",
"title":"InputDescriptionType",
"properties":{
"complexData":{
"title":"complexData",
"allOf":[
{
"$ref":"#/definitions/SupportedComplexDataInputType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ComplexData",
"namespaceURI":""
}
},
"literalData":{
"title":"literalData",
"allOf":[
{
"$ref":"#/definitions/LiteralInputType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"LiteralData",
"namespaceURI":""
}
},
"boundingBoxData":{
"title":"boundingBoxData",
"allOf":[
{
"$ref":"#/definitions/SupportedCRSsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"BoundingBoxData",
"namespaceURI":""
}
},
"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/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"maxOccurs",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"InputDescriptionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"complexData",
"literalData",
"boundingBoxData",
"minOccurs",
"maxOccurs"
]
},
"DataType":{
"type":"object",
"title":"DataType",
"required":[
"complexData",
"literalData",
"boundingBoxData"
],
"properties":{
"complexData":{
"title":"complexData",
"allOf":[
{
"$ref":"#/definitions/ComplexDataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ComplexData",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"literalData":{
"title":"literalData",
"allOf":[
{
"$ref":"#/definitions/LiteralDataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"LiteralData",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"boundingBoxData":{
"title":"boundingBoxData",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/BoundingBoxType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"BoundingBoxData",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"DataType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"complexData",
"literalData",
"boundingBoxData"
]
},
"ComplexDataCombinationsType":{
"type":"object",
"title":"ComplexDataCombinationsType",
"required":[
"format"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/ComplexDataDescriptionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ComplexDataCombinationsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"format"
]
},
"RequestBaseType":{
"type":"object",
"title":"RequestBaseType",
"required":[
"service",
"version"
],
"properties":{
"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":""
}
},
"language":{
"title":"language",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"language",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"RequestBaseType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"service",
"version",
"language"
]
},
"ProcessDescriptionType.DataInputs":{
"type":"object",
"title":"ProcessDescriptionType.DataInputs",
"required":[
"input"
],
"properties":{
"input":{
"title":"input",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/InputDescriptionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Input",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"input"
]
},
"DocumentOutputDefinitionType":{
"allOf":[
{
"$ref":"#/definitions/OutputDefinitionType"
},
{
"type":"object",
"title":"DocumentOutputDefinitionType",
"properties":{
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"asReference":{
"title":"asReference",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"asReference",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"DocumentOutputDefinitionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"title",
"_abstract",
"asReference"
]
},
"ResponseBaseType":{
"type":"object",
"title":"ResponseBaseType",
"required":[
"service",
"version",
"lang"
],
"properties":{
"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":""
}
},
"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":"ResponseBaseType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"service",
"version",
"lang"
]
},
"OutputReferenceType":{
"type":"object",
"title":"OutputReferenceType",
"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":""
}
},
"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":"OutputReferenceType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"href",
"mimeType",
"encoding",
"schema"
]
},
"OutputDefinitionType":{
"type":"object",
"title":"OutputDefinitionType",
"required":[
"identifier"
],
"properties":{
"identifier":{
"title":"identifier",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"uom":{
"title":"uom",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"uom",
"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/1.0.0"
},
"propertiesOrder":[
"identifier",
"uom",
"mimeType",
"encoding",
"schema"
]
},
"SupportedUOMsType.Default":{
"type":"object",
"title":"SupportedUOMsType.Default",
"required":[
"uom"
],
"properties":{
"uom":{
"title":"uom",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/DomainMetadataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"UOM",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"uom"
]
},
"LanguagesType":{
"type":"object",
"title":"LanguagesType",
"required":[
"language"
],
"properties":{
"language":{
"title":"language",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Language",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"LanguagesType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"language"
]
},
"SupportedComplexDataType":{
"type":"object",
"title":"SupportedComplexDataType",
"required":[
"_default",
"supported"
],
"properties":{
"_default":{
"title":"_default",
"allOf":[
{
"$ref":"#/definitions/ComplexDataCombinationType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Default",
"namespaceURI":""
}
},
"supported":{
"title":"supported",
"allOf":[
{
"$ref":"#/definitions/ComplexDataCombinationsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Supported",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"SupportedComplexDataType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"_default",
"supported"
]
},
"Languages":{
"type":"object",
"title":"Languages",
"required":[
"_default",
"supported"
],
"properties":{
"_default":{
"title":"_default",
"allOf":[
{
"$ref":"#/definitions/Languages.Default"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Default",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"supported":{
"title":"supported",
"allOf":[
{
"$ref":"#/definitions/LanguagesType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Supported",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"_default",
"supported"
]
},
"ProcessFailedType":{
"type":"object",
"title":"ProcessFailedType",
"required":[
"exceptionReport"
],
"properties":{
"exceptionReport":{
"title":"exceptionReport",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/ExceptionReport"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ExceptionReport",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ProcessFailedType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"exceptionReport"
]
},
"ResponseFormType":{
"type":"object",
"title":"ResponseFormType",
"required":[
"responseDocument",
"rawDataOutput"
],
"properties":{
"responseDocument":{
"title":"responseDocument",
"allOf":[
{
"$ref":"#/definitions/ResponseDocumentType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ResponseDocument",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"rawDataOutput":{
"title":"rawDataOutput",
"allOf":[
{
"$ref":"#/definitions/OutputDefinitionType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"RawDataOutput",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ResponseFormType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"responseDocument",
"rawDataOutput"
]
},
"ExecuteResponse.ProcessOutputs":{
"type":"object",
"title":"ExecuteResponse.ProcessOutputs",
"required":[
"output"
],
"properties":{
"output":{
"title":"output",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/OutputDataType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Output",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"output"
]
},
"GetCapabilities":{
"type":"object",
"title":"GetCapabilities",
"required":[
"service"
],
"properties":{
"acceptVersions":{
"title":"acceptVersions",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/AcceptVersionsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"AcceptVersions",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"service":{
"title":"service",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"service",
"namespaceURI":""
}
},
"language":{
"title":"language",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"language",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"acceptVersions",
"service",
"language"
]
},
"ProcessOfferings":{
"type":"object",
"title":"ProcessOfferings",
"required":[
"process"
],
"properties":{
"process":{
"title":"process",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/ProcessBriefType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Process",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"process"
]
},
"Execute":{
"required":[
"identifier"
],
"allOf":[
{
"$ref":"#/definitions/RequestBaseType"
},
{
"type":"object",
"title":"Execute",
"properties":{
"identifier":{
"title":"identifier",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"dataInputs":{
"title":"dataInputs",
"allOf":[
{
"$ref":"#/definitions/DataInputsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"DataInputs",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"responseForm":{
"title":"responseForm",
"allOf":[
{
"$ref":"#/definitions/ResponseFormType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ResponseForm",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
}
}
],
"typeType":"classInfo",
"propertiesOrder":[
"identifier",
"dataInputs",
"responseForm"
]
},
"CRSsType":{
"type":"object",
"title":"CRSsType",
"required":[
"crs"
],
"properties":{
"crs":{
"title":"crs",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"CRS",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"CRSsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"crs"
]
},
"ProcessStartedType":{
"type":"object",
"title":"ProcessStartedType",
"properties":{
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"value"
},
"percentCompleted":{
"title":"percentCompleted",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/int"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"percentCompleted",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ProcessStartedType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"value",
"percentCompleted"
]
},
"LiteralInputType":{
"required":[
"allowedValues",
"anyValue",
"valuesReference"
],
"allOf":[
{
"$ref":"#/definitions/LiteralOutputType"
},
{
"type":"object",
"title":"LiteralInputType",
"properties":{
"allowedValues":{
"title":"allowedValues",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/AllowedValues"
}
],
"propertyType":"element",
"elementName":{
"localPart":"AllowedValues",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"anyValue":{
"title":"anyValue",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/AnyValue"
}
],
"propertyType":"element",
"elementName":{
"localPart":"AnyValue",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"valuesReference":{
"title":"valuesReference",
"allOf":[
{
"$ref":"#/definitions/ValuesReferenceType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ValuesReference",
"namespaceURI":""
}
},
"defaultValue":{
"title":"defaultValue",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"DefaultValue",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"LiteralInputType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"allowedValues",
"anyValue",
"valuesReference",
"defaultValue"
]
},
"ProcessDescriptionType":{
"required":[
"processOutputs"
],
"allOf":[
{
"$ref":"#/definitions/ProcessBriefType"
},
{
"type":"object",
"title":"ProcessDescriptionType",
"properties":{
"dataInputs":{
"title":"dataInputs",
"allOf":[
{
"$ref":"#/definitions/ProcessDescriptionType.DataInputs"
}
],
"propertyType":"element",
"elementName":{
"localPart":"DataInputs",
"namespaceURI":""
}
},
"processOutputs":{
"title":"processOutputs",
"allOf":[
{
"$ref":"#/definitions/ProcessDescriptionType.ProcessOutputs"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessOutputs",
"namespaceURI":""
}
},
"storeSupported":{
"title":"storeSupported",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"storeSupported",
"namespaceURI":""
}
},
"statusSupported":{
"title":"statusSupported",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"statusSupported",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"ProcessDescriptionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"dataInputs",
"processOutputs",
"storeSupported",
"statusSupported"
]
},
"Languages.Default":{
"type":"object",
"title":"Languages.Default",
"required":[
"language"
],
"properties":{
"language":{
"title":"language",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Language",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"language"
]
},
"LiteralOutputType":{
"type":"object",
"title":"LiteralOutputType",
"properties":{
"dataType":{
"title":"dataType",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/DomainMetadataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"DataType",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"uoMs":{
"title":"uoMs",
"allOf":[
{
"$ref":"#/definitions/SupportedUOMsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"UOMs",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"LiteralOutputType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"dataType",
"uoMs"
]
},
"DataInputsType":{
"type":"object",
"title":"DataInputsType",
"required":[
"input"
],
"properties":{
"input":{
"title":"input",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/InputType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Input",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"DataInputsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"input"
]
},
"DescriptionType":{
"type":"object",
"title":"DescriptionType",
"required":[
"identifier",
"title"
],
"properties":{
"identifier":{
"title":"identifier",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"metadata":{
"title":"metadata",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/MetadataType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Metadata",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"DescriptionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"identifier",
"title",
"_abstract",
"metadata"
]
},
"InputReferenceType.BodyReference":{
"type":"object",
"title":"InputReferenceType.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"
]
},
"OutputDefinitionsType":{
"type":"object",
"title":"OutputDefinitionsType",
"required":[
"output"
],
"properties":{
"output":{
"title":"output",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/DocumentOutputDefinitionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Output",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"OutputDefinitionsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"output"
]
},
"ProcessDescriptionType.ProcessOutputs":{
"type":"object",
"title":"ProcessDescriptionType.ProcessOutputs",
"required":[
"output"
],
"properties":{
"output":{
"title":"output",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/OutputDescriptionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Output",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"output"
]
},
"StatusType":{
"type":"object",
"title":"StatusType",
"required":[
"processAccepted",
"processStarted",
"processPaused",
"processSucceeded",
"processFailed",
"creationTime"
],
"properties":{
"processAccepted":{
"title":"processAccepted",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessAccepted",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processStarted":{
"title":"processStarted",
"allOf":[
{
"$ref":"#/definitions/ProcessStartedType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessStarted",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processPaused":{
"title":"processPaused",
"allOf":[
{
"$ref":"#/definitions/ProcessStartedType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessPaused",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processSucceeded":{
"title":"processSucceeded",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessSucceeded",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processFailed":{
"title":"processFailed",
"allOf":[
{
"$ref":"#/definitions/ProcessFailedType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessFailed",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"creationTime":{
"title":"creationTime",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/calendar"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"creationTime",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"StatusType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"processAccepted",
"processStarted",
"processPaused",
"processSucceeded",
"processFailed",
"creationTime"
]
},
"ResponseDocumentType":{
"type":"object",
"title":"ResponseDocumentType",
"required":[
"output"
],
"properties":{
"output":{
"title":"output",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/DocumentOutputDefinitionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Output",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"storeExecuteResponse":{
"title":"storeExecuteResponse",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"storeExecuteResponse",
"namespaceURI":""
}
},
"lineage":{
"title":"lineage",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"lineage",
"namespaceURI":""
}
},
"status":{
"title":"status",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"status",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ResponseDocumentType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"output",
"storeExecuteResponse",
"lineage",
"status"
]
},
"InputReferenceType.Header":{
"type":"object",
"title":"InputReferenceType.Header",
"required":[
"key",
"value"
],
"properties":{
"key":{
"title":"key",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"key",
"namespaceURI":""
}
},
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"value",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"key",
"value"
]
},
"ProcessDescriptions":{
"required":[
"processDescription"
],
"allOf":[
{
"$ref":"#/definitions/ResponseBaseType"
},
{
"type":"object",
"title":"ProcessDescriptions",
"properties":{
"processDescription":{
"title":"processDescription",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/ProcessDescriptionType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessDescription",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"propertiesOrder":[
"processDescription"
]
},
"WSDL":{
"type":"object",
"title":"WSDL",
"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"
]
},
"UOMsType":{
"type":"object",
"title":"UOMsType",
"required":[
"uom"
],
"properties":{
"uom":{
"title":"uom",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/DomainMetadataType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"UOM",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"UOMsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"uom"
]
},
"InputType":{
"type":"object",
"title":"InputType",
"required":[
"identifier",
"reference",
"data"
],
"properties":{
"identifier":{
"title":"identifier",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/CodeType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/LanguageStringType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"reference":{
"title":"reference",
"allOf":[
{
"$ref":"#/definitions/InputReferenceType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Reference",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"data":{
"title":"data",
"allOf":[
{
"$ref":"#/definitions/DataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Data",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"InputType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"identifier",
"title",
"_abstract",
"reference",
"data"
]
},
"SupportedComplexDataInputType":{
"allOf":[
{
"$ref":"#/definitions/SupportedComplexDataType"
},
{
"type":"object",
"title":"SupportedComplexDataInputType",
"properties":{
"maximumMegabytes":{
"title":"maximumMegabytes",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"maximumMegabytes",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"SupportedComplexDataInputType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"maximumMegabytes"
]
},
"WPSCapabilitiesType":{
"required":[
"processOfferings",
"languages",
"service",
"lang"
],
"allOf":[
{
"$ref":"http://www.opengis.net/ows/1.1#/definitions/CapabilitiesBaseType"
},
{
"type":"object",
"title":"WPSCapabilitiesType",
"properties":{
"processOfferings":{
"title":"processOfferings",
"allOf":[
{
"$ref":"#/definitions/ProcessOfferings"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessOfferings",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"languages":{
"title":"languages",
"allOf":[
{
"$ref":"#/definitions/Languages"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Languages",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"wsdl":{
"title":"wsdl",
"allOf":[
{
"$ref":"#/definitions/WSDL"
}
],
"propertyType":"element",
"elementName":{
"localPart":"WSDL",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"service":{
"title":"service",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"service",
"namespaceURI":""
}
},
"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":"WPSCapabilitiesType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"processOfferings",
"languages",
"wsdl",
"service",
"lang"
]
},
"ComplexDataDescriptionType":{
"type":"object",
"title":"ComplexDataDescriptionType",
"required":[
"mimeType"
],
"properties":{
"mimeType":{
"title":"mimeType",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"MimeType",
"namespaceURI":""
}
},
"encoding":{
"title":"encoding",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Encoding",
"namespaceURI":""
}
},
"schema":{
"title":"schema",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Schema",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ComplexDataDescriptionType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"mimeType",
"encoding",
"schema"
]
},
"ComplexDataCombinationType":{
"type":"object",
"title":"ComplexDataCombinationType",
"required":[
"format"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"#/definitions/ComplexDataDescriptionType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ComplexDataCombinationType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"format"
]
},
"ExecuteResponse":{
"required":[
"process",
"status",
"serviceInstance"
],
"allOf":[
{
"$ref":"#/definitions/ResponseBaseType"
},
{
"type":"object",
"title":"ExecuteResponse",
"properties":{
"process":{
"title":"process",
"allOf":[
{
"$ref":"#/definitions/ProcessBriefType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Process",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"status":{
"title":"status",
"allOf":[
{
"$ref":"#/definitions/StatusType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Status",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"dataInputs":{
"title":"dataInputs",
"allOf":[
{
"$ref":"#/definitions/DataInputsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"DataInputs",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"outputDefinitions":{
"title":"outputDefinitions",
"allOf":[
{
"$ref":"#/definitions/OutputDefinitionsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OutputDefinitions",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"processOutputs":{
"title":"processOutputs",
"allOf":[
{
"$ref":"#/definitions/ExecuteResponse.ProcessOutputs"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ProcessOutputs",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"serviceInstance":{
"title":"serviceInstance",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"serviceInstance",
"namespaceURI":""
}
},
"statusLocation":{
"title":"statusLocation",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"statusLocation",
"namespaceURI":""
}
}
}
}
],
"typeType":"classInfo",
"propertiesOrder":[
"process",
"status",
"dataInputs",
"outputDefinitions",
"processOutputs",
"serviceInstance",
"statusLocation"
]
},
"OutputDataType":{
"required":[
"reference",
"data"
],
"allOf":[
{
"$ref":"#/definitions/DescriptionType"
},
{
"type":"object",
"title":"OutputDataType",
"properties":{
"reference":{
"title":"reference",
"allOf":[
{
"$ref":"#/definitions/OutputReferenceType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Reference",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"data":{
"title":"data",
"allOf":[
{
"$ref":"#/definitions/DataType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Data",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
}
}
}
],
"typeType":"classInfo",
"typeName":{
"localPart":"OutputDataType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"reference",
"data"
]
},
"SupportedCRSsType.Default":{
"type":"object",
"title":"SupportedCRSsType.Default",
"required":[
"crs"
],
"properties":{
"crs":{
"title":"crs",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"CRS",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"crs"
]
},
"SupportedUOMsType":{
"type":"object",
"title":"SupportedUOMsType",
"required":[
"_default",
"supported"
],
"properties":{
"_default":{
"title":"_default",
"allOf":[
{
"$ref":"#/definitions/SupportedUOMsType.Default"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Default",
"namespaceURI":""
}
},
"supported":{
"title":"supported",
"allOf":[
{
"$ref":"#/definitions/UOMsType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Supported",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"SupportedUOMsType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"_default",
"supported"
]
},
"InputReferenceType":{
"type":"object",
"title":"InputReferenceType",
"required":[
"body",
"bodyReference",
"href"
],
"properties":{
"header":{
"title":"header",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/InputReferenceType.Header"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Header",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
"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/1.0.0"
}
},
"bodyReference":{
"title":"bodyReference",
"allOf":[
{
"$ref":"#/definitions/InputReferenceType.BodyReference"
}
],
"propertyType":"element",
"elementName":{
"localPart":"BodyReference",
"namespaceURI":"http://www.opengis.net/wps/1.0.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"
}
},
"method":{
"title":"method",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"method",
"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":"InputReferenceType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"header",
"body",
"bodyReference",
"href",
"method",
"mimeType",
"encoding",
"schema"
]
},
"ValuesReferenceType":{
"type":"object",
"title":"ValuesReferenceType",
"properties":{
"reference":{
"title":"reference",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"reference",
"namespaceURI":"http://www.opengis.net/ows/1.1"
}
},
"valuesForm":{
"title":"valuesForm",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"valuesForm",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"ValuesReferenceType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"reference",
"valuesForm"
]
},
"LiteralDataType":{
"type":"object",
"title":"LiteralDataType",
"properties":{
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"value"
},
"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",
"typeName":{
"localPart":"LiteralDataType",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
},
"propertiesOrder":[
"value",
"dataType",
"uom"
]
}
},
"anyOf":[
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Languages"
}
},
"elementName":{
"localPart":"Languages",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/ProcessDescriptions"
}
},
"elementName":{
"localPart":"ProcessDescriptions",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Execute"
}
},
"elementName":{
"localPart":"Execute",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/WSDL"
}
},
"elementName":{
"localPart":"WSDL",
"namespaceURI":"http://www.opengis.net/wps/1.0.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/1.0.0"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/GetCapabilities"
}
},
"elementName":{
"localPart":"GetCapabilities",
"namespaceURI":"http://www.opengis.net/wps/1.0.0"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/ExecuteResponse"
}
},
"elementName":{
"localPart":"ExecuteResponse",
"namespaceURI":"http://www.opengis.net/wps/1.0.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/1.0.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/1.0.0"
}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy