Skip to content

Commit

Permalink
Merge pull request #440 from jerstlouis/master
Browse files Browse the repository at this point in the history
openapi: regenerated bundle with swagger-cli (update.sh)
  • Loading branch information
bpross-52n authored Sep 30, 2024
2 parents bc27c21 + dbbcd26 commit 3914c8a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 24 additions & 24 deletions openapi/ogcapi-processes.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4820,17 +4820,17 @@
"enum": [
"http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"http://www.opengis.net/def/crs/OGC/0/CRS84h"
]
],
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
},
{
"type": "string",
"format": "uri"
"format": "uri",
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
],
"default": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
]
}
},
"additionalProperties": false
}
},
"descriptionType": {
"type": "object",
Expand Down Expand Up @@ -4920,19 +4920,8 @@
"schema"
],
"properties": {
"valuePassing": {
"type": "array",
"items": {
"type": "string",
"enum": [
"byValue",
"byReference"
]
},
"default": [
"byValue",
"byReference"
]
"schema": {
"$ref": "#/components/schemas/schema"
},
"minOccurs": {
"type": "integer",
Expand All @@ -4952,8 +4941,19 @@
}
]
},
"schema": {
"$ref": "#/components/schemas/schema"
"valuePassing": {
"type": "array",
"items": {
"type": "string",
"enum": [
"byValue",
"byReference"
]
},
"default": [
"byValue",
"byReference"
]
}
}
}
Expand Down Expand Up @@ -6309,6 +6309,9 @@
}
}
},
"EmptyResponse": {
"description": "successful operation (no response body)"
},
"DeployProcess": {
"description": "the process is deployed",
"headers": {
Expand All @@ -6327,9 +6330,6 @@
}
}
},
"EmptyResponse": {
"description": "successful operation (no response body)"
},
"DuplicateProcess": {
"description": "the processes being added is already deployed (i.e. duplicate)",
"content": {
Expand Down
2 changes: 2 additions & 0 deletions openapi/paths/processes-workflows/pExecution-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ post:
$ref: "../../responses/processes-core/rExecuteSync.yaml"
201:
$ref: "../../responses/processes-core/rExecuteAsync.yaml"
204:
$ref: "../../responses/processes-core/rEmpty.yaml"
303:
$ref: "../../responses/processes-workflows/rExecuteCollectionRedirect.yaml"
404:
Expand Down

0 comments on commit 3914c8a

Please sign in to comment.