Skip to content

Commit

Permalink
Inclusão do modelo JobSchedulerPUT, melhorias no medelo JobSchedulerP…
Browse files Browse the repository at this point in the history
…OST, exclusão do modelo SINGLE e inclusão da referencia ao produto DATASUL na propriedade x-totvs.
  • Loading branch information
raphasoares committed Dec 19, 2018
1 parent c2fa8e3 commit 770f213
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 89 deletions.
63 changes: 58 additions & 5 deletions jsonschema/apis/JobScheduler_v1_001.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"info": {
"description": "Agendamento de serviço",
"description": "Agendamento de processos",
"version": "1.001",
"title": "Jobscheduler",
"contact": {
Expand All @@ -26,7 +26,7 @@
"x-totvs": {
"messageDocumentation": {
"name": "Jobscheduler",
"description": "scedule",
"description": "Agendamento de processos",
"segment": "Foundation"
},
"productInformation": [
Expand All @@ -36,7 +36,12 @@
"description": "Cadastro de cx",
"adapter": "apcfg230i.prw",
"helpUrl": "link aqui"
},
{
"product": "Datasul",
"description": "Agendamento de processos"
}

]
}
},
Expand All @@ -54,10 +59,16 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
"description": "Retorna todos os agendamentos",
"description": "Retorna todas as execuções de agendamentos",
"operationId": "getJobExecution",
"parameters": [
{
Expand Down Expand Up @@ -100,6 +111,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -143,6 +160,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -189,6 +212,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -241,6 +270,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -289,6 +324,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand All @@ -304,7 +345,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/JobScheduler_1_000.json#/definitions/JobSchedulePOST"
"$ref": "https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/JobScheduler_1_000.json#/definitions/JobSchedulePUT"
}
}
},
Expand Down Expand Up @@ -357,6 +398,12 @@
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Este verbo esta disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -417,6 +464,12 @@
"available": true,
"note": "disponivel com todos os parametros",
"minimalVersion": "12.1.21"
},
{
"product": "Datasul",
"available": true,
"note": "Disponivel com todos os parametros",
"minimalVersion": "12.1.24"
}
]
},
Expand Down Expand Up @@ -467,4 +520,4 @@
},
"schemas": {}
}
}
}
Loading

0 comments on commit 770f213

Please sign in to comment.