Commit 57e07a53 authored by VIGHNESH SADAGOPAL's avatar VIGHNESH SADAGOPAL
Browse files

Issue #3302348 by Vighneshh, sharayurajput: Add a magento.schema.yml file

parent 4fa0adb6
Loading
Loading
Loading
Loading
+169 −0
Changes for config/schema/magento.schema.yml: 169 added lines, 0 removed lines.
Original line number Diff line number Diff line
magento.settings:
  type: config_object
  mapping:
    access_token:
      type: string
      label: Access Token
    magento_url:
      type: string
      label: Magento URL
    base_uri: 
      type: string
      label: Base URL
    api_version: 
      type: integer
      label: API version     
    debug_mode:
      type: boolean
      label: Debug Mode
    endpoints:
      type: mapping
      mapping:
        categories:
          type: mapping
          mapping:
            base:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
            hierarchy:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
            individual:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
            attributes:
              type: mapping
              mapping:
                base:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri
                individual:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri
        currency:
          type: mapping
          mapping:
            base:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
        guest-cart:
          type: mapping
          mapping:
            create:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
            individual:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
        products:
          type: mapping
          mapping:
            base:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
            individual:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
            attributes:
              type: mapping
              mapping:
                base:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri
                individual:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri
            attribute_sets:
              type: mapping
              mapping:
                attributes:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri              
                base:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri
                individual:
                  type: mapping
                  mapping:
                    method: 
                      type: string
                    uri:
                      type: uri  
            create:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
            reviews:
              type: mapping
              mapping:
                method: 
                  type: string
                uri:
                  type: uri
                  label: Url
 No newline at end of file