-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbblocks-config.yaml
More file actions
47 lines (40 loc) · 2.42 KB
/
bblocks-config.yaml
File metadata and controls
47 lines (40 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# A short, descriptive name of this building block collection
name: My OGC Building Blocks repository
# Short abstract for this collection (optional)
abstract: |
This is an example text for the abstract. It should be short and to the point.
A "Tell me more" link will appear if there is an additional description with a longer explanation.
# Description for this collection (optional)
description: |
The description can be longer. Both **the abstract** *and the description* support Markdown,
including [links](https://google.es).
# Customize the following prefix (will be prepended to the path of the building blocks):
identifier-prefix: ogc.bbr.template.
# List of imports ("default" is an alias for the main OGC Building Blocks Register)
imports:
- default
# Whether to enable the (highly experimental) downcompiling of JSON schemas to an OpenAPI 3.0-compatible
# version
schema-oas30-downcompile: False
# Viewer configuration (optional)
#
# viewer:
# show-imported-depth: 0 # Controls which imported building blocks are shown in the viewer.
# # 0 (default): only local building blocks
# # N (positive integer): local + imported up to N levels deep
# # -1 (any negative number): show all imported building blocks
# # This setting is written to register.json and used by the viewer
# # whether it is deployed via GitHub Pages or run locally against
# # the register. It takes precedence over the viewer_show_imported
# # GitHub workflow input (which is now deprecated).
# SPARQL configuration (optional)
# Authentication can be set through the sparql_username and sparql_password GitHub Workflow inputs
# (see .github/workflow/process-bblocks.yml)
#
# sparql:
# push: https://example.com/gsp # SPARQL Graph Store Protocol endpoint for uploading data
# graph: https://my.bblocks.example.com/ # SPARQL Graph where data will be uploaded
# # if left empty, the base URL for the publication will be used
# query: https://example.com/sparql # SPARQL query endpoint where data will be available
# resources: # Additional resources to upload apart from building block metadata
# ontologies: true # Whether to upload ontology files to the triplestore