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/21 07:13:54 UTC

[GitHub] [apisix] nic-chen commented on issue #3022: feat: support to export the JSON schema of APISIX via `CLI`

nic-chen commented on issue #3022:
URL: https://github.com/apache/apisix/issues/3022#issuecomment-748807842


   @spacewander, here is an exported data example:
   
   ```json
   {
       "main": {
           "consumer": {
               "additionalProperties": false,
               "properties": {
                   ...
               },
               "required": ["username"],
               "type": "object"            
           },
           "global_rule": {
               ...
           },
           ...
       },
       "plugins": {
           "authz-keycloak": {
               "consumer_schema": {},
               "metadata_schema": {},
               "priority": 0,
               "schema": {},
               "type":{},
               "version": ""
           },
           ...
       }
   }
   ```
   
   I will use it to continue working on the Dashboard first. 
   
   If there is any change, please let me know, thanks!
   
   
   
   


----------------------------------------------------------------
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