Skip to content

Commit

Permalink
Added conformance class to index document for Projects plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Oct 2, 2024
1 parent b71370b commit c253ca6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FROST-Server version 2.5 and higher requires Java 21. This is because some libra
* Improved insert efficiency by not doing a separate select to get the full inserted entity. (georghas)
* Improved update efficiency by not doing a separate select to get the full updated entity. (georghas)
* Fixed #2030: NPE when using anonymous access when authentication is enabled on MQTT.
* Added conformance class to index document for Projects plugin.


## Release version 2.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"conformance": [],
"conformance": [
"https://fraunhoferiosb.github.io/FROST-Server/extensions/DataModel-Projects.html"
],
"simplePropertyTypes": [],
"entityTypes": [
{
Expand Down
6 changes: 6 additions & 0 deletions docs/extensions/DataModel-Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ The image below shows the core STA data model in blue, with the security extensi
![Data Model](../images/Datamodel-SensorThingsApi-Projects.drawio.png)


## Conformance Class

The conformance class this extension must register in the SensorThings (v1.1 and up) index document is:

https://fraunhoferiosb.github.io/FROST-Server/extensions/DataModel-Projects.html

6 changes: 6 additions & 0 deletions docs/extensions/OpenAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ The plugin has the following setting:
* **plugins.openApi.enable:**
Toggle indicating the OpenAPI plugin should be enabled. Default: `false`.

## Conformance Class

The conformance class this extension must register in the SensorThings (v1.1 and up) index document is:

https://fraunhoferiosb.github.io/FROST-Server/extensions/OpenAPI.html

0 comments on commit c253ca6

Please sign in to comment.