File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,18 @@ schema:
64
64
description : >-
65
65
If the `status` is `offline`: The time at which the back-end was checked and available the last time.
66
66
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
67
79
` ` `
68
80
69
81
### Example
@@ -84,7 +96,8 @@ schema:
84
96
" title " : " WWU Münster" ,
85
97
" url " : " https://openeo.wwu.de" ,
86
98
" status " : " offline" ,
87
- " description " : " Experimental integration of the WWU HPC"
99
+ " description " : " Experimental integration of the WWU HPC" ,
100
+ " experimental " : true
88
101
}
89
102
},
90
103
...
You can’t perform that action at this time.
0 commit comments