{
  "type": "object",
  "defaultProperties": [
    "name",
    "type",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "title": "URL",
      "description": "The URL of the WPS server."
    },
    "identifier": {
      "type": "string",
      "title": "Identifier",
      "description": "The identifier of this WPS process."
    },
    "executeWithHttpGet": {
      "type": "boolean",
      "title": "Execute with http get",
      "description": "Gets or sets whether to use key value pairs (KVP) embedded in Execute URL, or whether to make a POST request\rwith XML data.",
      "format": "checkbox"
    }
  },
  "allOf": [
    {
      "$ref": "CatalogFunction.json"
    },
    {
      "$ref": "CatalogMember.json"
    }
  ]
}