mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
sync hub items with community (#652)
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7562253520
commit
a52bc2e8a0
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "funkwhale",
|
||||
"schema": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"properties": {
|
||||
"baseUrl": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"default": ""
|
||||
},
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": "An access token to act as a logged-in user. You can create an application by visiting /settings. Leave this empty, if you want to perform unauthenticated requests.",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"baseUrl"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user