[
  {
    "id": "advertisements",
    "name": "Anúncios",
    "configurationSchemaSets": [],
    "isSingleton": true
  },
  {
    "id": "advertisementsByStore",
    "name": "Anúncios por loja",
    "configurationSchemaSets": [
      {
        "name": "Configurações personalizadas",
        "configurations": [
          {
            "name": "advertisementsByStoreConfigurations",
            "schema": {
              "title": "Configurações personalizadas",
              "description": "Configurações personalizadas por loja",
              "type": "object",
              "properties": {
                "storeId": {
                  "title": "Id da loja",
                  "description": "Informe o Id da loja. Exemplo: 2aadf102dje7-986d93-d4ae2-ad90-bbb909973aa4",
                  "type": "string"
                }
              }
            }
          }
        ]
      }
    ]
  }
]
