Skip to content

Commit 9fcebd1

Browse files
authored
Add experimental and deprecated to back-ends in federation extension (#491)
1 parent 2370307 commit 9fcebd1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

extensions/federation/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,18 @@ schema:
6464
description: >-
6565
If the `status` is `offline`: The time at which the back-end was checked and available the last time.
6666
Otherwise, this is equal to the property `last_status_check`.
67+
experimental:
68+
type: boolean
69+
description: >-
70+
Declares the back-end to be experimental, which means that
71+
it is likely to change or may produce unpredictable behaviour.
72+
default: false
73+
deprecated:
74+
type: boolean
75+
description: |-
76+
Declares the back-end to be deprecated with the potential
77+
to be removed in any of the next versions.
78+
default: false
6779
```
6880
6981
### Example
@@ -84,7 +96,8 @@ schema:
8496
"title": "WWU Münster",
8597
"url": "https://openeo.wwu.de",
8698
"status": "offline",
87-
"description": "Experimental integration of the WWU HPC"
99+
"description": "Experimental integration of the WWU HPC",
100+
"experimental": true
88101
}
89102
},
90103
...

0 commit comments

Comments
 (0)