Skip to content

Commit

Permalink
Merge pull request #361 from pvretano/issue-351
Browse files Browse the repository at this point in the history
Remove references to addtionalParameters.
  • Loading branch information
bpross-52n authored Sep 18, 2023
2 parents c9868cf + e66f32e commit e62c087
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
53 changes: 0 additions & 53 deletions openapi/ogcapi-processes.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -4787,41 +4787,6 @@
}
}
},
"additionalParameter": {
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "array",
"items": {
"oneOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "integer"
},
{
"type": "array",
"items": {}
},
{
"type": "object"
}
]
}
}
}
},
"bbox-processes": {
"type": "object",
"required": [
Expand Down Expand Up @@ -4883,24 +4848,6 @@
"items": {
"$ref": "#/components/schemas/metadata"
}
},
"additionalParameters": {
"allOf": [
{
"$ref": "#/components/schemas/metadata"
},
{
"type": "object",
"properties": {
"parameters": {
"type": "array",
"items": {
"$ref": "#/components/schemas/additionalParameter"
}
}
}
}
]
}
}
},
Expand Down
3 changes: 0 additions & 3 deletions openapi/ogcapi-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ components:
$ref: 'schemas/processes-core/processList.yaml'
jobList:
$ref: 'schemas/processes-core/jobList.yaml'

additionalParameter:
$ref: 'schemas/processes-core/additionalParameter.yaml'
bbox-processes:
$ref: 'schemas/processes-core/bbox.yaml'
descriptionType:
Expand Down
9 changes: 0 additions & 9 deletions openapi/schemas/processes-core/descriptionType.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,3 @@ properties:
type: array
items:
$ref: "metadata.yaml"
additionalParameters:
allOf:
- $ref: "metadata.yaml"
- type: object
properties:
parameters:
type: array
items:
$ref: "additionalParameter.yaml"

0 comments on commit e62c087

Please sign in to comment.