Skip to content

Commit d4bfa86

Browse files
committed
Building blocks postprocessing
1 parent c0442be commit d4bfa86

File tree

130 files changed

+2024
-2024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+2024
-2024
lines changed

build/annotated/osc/ogcapi-processes/profiled-api/openapi.yaml renamed to build/annotated/osc/api-profiles/processes/sample-implementation/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ paths:
3131
content:
3232
application/json:
3333
schema:
34-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/processDescription/schema.yaml
34+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/processDescription/schema.yaml
3535
/processes/buffer-geometry/execution:
3636
post:
3737
summary: Execute buffer-geometry process
@@ -60,7 +60,7 @@ paths:
6060
- inputs
6161
properties:
6262
inputs:
63-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.yaml
63+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.yaml
6464
example:
6565
inputs:
6666
geometry:
@@ -78,7 +78,7 @@ paths:
7878
schema:
7979
properties:
8080
outputs:
81-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/outputSchema/schema.yaml
81+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/outputSchema/schema.yaml
8282
201:
8383
$ref: https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/responses/ExecuteAsync/schema.yaml
8484
404:
@@ -110,7 +110,7 @@ paths:
110110
content:
111111
application/json:
112112
schema:
113-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/outputDescriptions/schema.yaml
113+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/outputDescriptions/schema.yaml
114114
404:
115115
$ref: https://ogcincubator.github.io/bblocks-ogcapi-processes/build/annotated/api/processes/v1/responses/NotFound/schema.yaml
116116
500:

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputDescription/_unbound_local_properties.tsv renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputDescription/_unbound_local_properties.tsv

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputDescription/_visited_properties.tsv renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputDescription/_visited_properties.tsv

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputDescription/context.jsonld renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputDescription/context.jsonld

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputDescription/schema.json renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputDescription/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"const": 1
2323
},
2424
"schema": {
25-
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.json#/properties/geometry"
25+
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.json#/properties/geometry"
2626
}
2727
}
2828
},
@@ -46,7 +46,7 @@
4646
"const": 1
4747
},
4848
"schema": {
49-
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.json#/properties/distance"
49+
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.json#/properties/distance"
5050
}
5151
}
5252
},
@@ -69,7 +69,7 @@
6969
"const": 1
7070
},
7171
"schema": {
72-
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.json#/properties/units"
72+
"$ref": "https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.json#/properties/units"
7373
}
7474
}
7575
}

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputDescription/schema.yaml renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputDescription/schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ properties:
1515
type: integer
1616
const: 1
1717
schema:
18-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/geometry
18+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/geometry
1919
distance:
2020
type: object
2121
properties:
@@ -32,7 +32,7 @@ properties:
3232
type: integer
3333
const: 1
3434
schema:
35-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/distance
35+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/distance
3636
units:
3737
type: object
3838
properties:
@@ -48,4 +48,4 @@ properties:
4848
type: integer
4949
const: 1
5050
schema:
51-
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/units
51+
$ref: https://ogcincubator.github.io/bblocks-openscience/build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.yaml#/properties/units

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/_unbound_local_properties.tsv renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/_unbound_local_properties.tsv

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/_visited_properties.tsv renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/_visited_properties.tsv

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/context.jsonld renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/context.jsonld

File renamed without changes.

build/annotated/osc/ogcapi-processes/profiled-api/schemas/buffer-geometry/inputSchema/schema.json renamed to build/annotated/osc/api-profiles/processes/sample-implementation/schemas/buffer-geometry/inputSchema/schema.json

File renamed without changes.

0 commit comments

Comments
 (0)