Skip to content

Commit

Permalink
test: kind object -> type string
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Feb 9, 2022
1 parent 94b0950 commit 1728804
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apis/stardust/api-spec/spec.json
Expand Up @@ -1247,13 +1247,7 @@
"entries": {
"info": {
"description": "Object that can hold various meta info about the plugin",
"kind": "object",
"entries": {
"name": {
"description": "The name of the plugin",
"type": "string"
}
}
"type": "string"
},
"fn": {
"description": "The implementation of the plugin. Input and return value is up to the plugin implementation to decide based on its purpose.",
Expand Down

0 comments on commit 1728804

Please sign in to comment.