You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/26 13:49:09 UTC

[GitHub] [apisix] dabue commented on a change in pull request #3125: docs: improve the plugin-develop doc

dabue commented on a change in pull request #3125:
URL: https://github.com/apache/apisix/pull/3125#discussion_r548984623



##########
File path: doc/plugin-develop.md
##########
@@ -113,9 +113,9 @@ Write [Json Schema](https://json-schema.org) descriptions and check functions. S
 
 ```json
 "example-plugin" : {
-    i = 1,
-    s = "s",
-    t = {1}
+    "i": 1,
+    "s": "s",
+    "t": {1}

Review comment:
        I thougt you  want to  use  "t":[1] .




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org