doc-detective-common 3.5.1-dev.2 → 3.6.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schemas/config_v3.schema.json +61 -0
- package/dist/schemas/resolvedTests_v3.schema.json +61 -0
- package/package.json +1 -1
- package/src/schemas/build/config_v3.schema.json +61 -0
- package/src/schemas/output_schemas/config_v3.schema.json +61 -0
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +61 -0
- package/src/schemas/schemas.json +122 -0
- package/src/schemas/src_schemas/config_v3.schema.json +56 -0
|
@@ -8486,6 +8486,52 @@
|
|
|
8486
8486
|
}
|
|
8487
8487
|
},
|
|
8488
8488
|
"title": "Doc Detective Orchestration API"
|
|
8489
|
+
},
|
|
8490
|
+
"heretto": {
|
|
8491
|
+
"type": "array",
|
|
8492
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
8493
|
+
"items": {
|
|
8494
|
+
"type": "object",
|
|
8495
|
+
"additionalProperties": false,
|
|
8496
|
+
"required": [
|
|
8497
|
+
"name",
|
|
8498
|
+
"organizationId",
|
|
8499
|
+
"username",
|
|
8500
|
+
"apiToken"
|
|
8501
|
+
],
|
|
8502
|
+
"properties": {
|
|
8503
|
+
"name": {
|
|
8504
|
+
"type": "string",
|
|
8505
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
8506
|
+
},
|
|
8507
|
+
"organizationId": {
|
|
8508
|
+
"type": "string",
|
|
8509
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
8510
|
+
},
|
|
8511
|
+
"username": {
|
|
8512
|
+
"type": "string",
|
|
8513
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
8514
|
+
},
|
|
8515
|
+
"apiToken": {
|
|
8516
|
+
"format": "password",
|
|
8517
|
+
"minLength": 1,
|
|
8518
|
+
"type": "string",
|
|
8519
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
8520
|
+
},
|
|
8521
|
+
"scenarioName": {
|
|
8522
|
+
"type": "string",
|
|
8523
|
+
"description": "Name of the scenario to build and test.",
|
|
8524
|
+
"default": "Doc Detective"
|
|
8525
|
+
},
|
|
8526
|
+
"outputPath": {
|
|
8527
|
+
"type": "string",
|
|
8528
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
8529
|
+
"readOnly": true
|
|
8530
|
+
}
|
|
8531
|
+
},
|
|
8532
|
+
"title": "Heretto CMS integration"
|
|
8533
|
+
},
|
|
8534
|
+
"title": "Heretto CMS integrations"
|
|
8489
8535
|
}
|
|
8490
8536
|
},
|
|
8491
8537
|
"title": "Integrations options"
|
|
@@ -16159,6 +16205,21 @@
|
|
|
16159
16205
|
},
|
|
16160
16206
|
{
|
|
16161
16207
|
"crawl": true
|
|
16208
|
+
},
|
|
16209
|
+
{
|
|
16210
|
+
"processDitaMaps": true
|
|
16211
|
+
},
|
|
16212
|
+
{
|
|
16213
|
+
"integrations": {
|
|
16214
|
+
"heretto": [
|
|
16215
|
+
{
|
|
16216
|
+
"name": "example",
|
|
16217
|
+
"organizationId": "your-organization-id",
|
|
16218
|
+
"username": "your-username",
|
|
16219
|
+
"apiToken": "your-api-token"
|
|
16220
|
+
}
|
|
16221
|
+
]
|
|
16222
|
+
}
|
|
16162
16223
|
}
|
|
16163
16224
|
]
|
|
16164
16225
|
}
|
|
@@ -8499,6 +8499,52 @@
|
|
|
8499
8499
|
}
|
|
8500
8500
|
},
|
|
8501
8501
|
"title": "Doc Detective Orchestration API"
|
|
8502
|
+
},
|
|
8503
|
+
"heretto": {
|
|
8504
|
+
"type": "array",
|
|
8505
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
8506
|
+
"items": {
|
|
8507
|
+
"type": "object",
|
|
8508
|
+
"additionalProperties": false,
|
|
8509
|
+
"required": [
|
|
8510
|
+
"name",
|
|
8511
|
+
"organizationId",
|
|
8512
|
+
"username",
|
|
8513
|
+
"apiToken"
|
|
8514
|
+
],
|
|
8515
|
+
"properties": {
|
|
8516
|
+
"name": {
|
|
8517
|
+
"type": "string",
|
|
8518
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
8519
|
+
},
|
|
8520
|
+
"organizationId": {
|
|
8521
|
+
"type": "string",
|
|
8522
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
8523
|
+
},
|
|
8524
|
+
"username": {
|
|
8525
|
+
"type": "string",
|
|
8526
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
8527
|
+
},
|
|
8528
|
+
"apiToken": {
|
|
8529
|
+
"format": "password",
|
|
8530
|
+
"minLength": 1,
|
|
8531
|
+
"type": "string",
|
|
8532
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
8533
|
+
},
|
|
8534
|
+
"scenarioName": {
|
|
8535
|
+
"type": "string",
|
|
8536
|
+
"description": "Name of the scenario to build and test.",
|
|
8537
|
+
"default": "Doc Detective"
|
|
8538
|
+
},
|
|
8539
|
+
"outputPath": {
|
|
8540
|
+
"type": "string",
|
|
8541
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
8542
|
+
"readOnly": true
|
|
8543
|
+
}
|
|
8544
|
+
},
|
|
8545
|
+
"title": "Heretto CMS integration"
|
|
8546
|
+
},
|
|
8547
|
+
"title": "Heretto CMS integrations"
|
|
8502
8548
|
}
|
|
8503
8549
|
},
|
|
8504
8550
|
"title": "Integrations options"
|
|
@@ -16172,6 +16218,21 @@
|
|
|
16172
16218
|
},
|
|
16173
16219
|
{
|
|
16174
16220
|
"crawl": true
|
|
16221
|
+
},
|
|
16222
|
+
{
|
|
16223
|
+
"processDitaMaps": true
|
|
16224
|
+
},
|
|
16225
|
+
{
|
|
16226
|
+
"integrations": {
|
|
16227
|
+
"heretto": [
|
|
16228
|
+
{
|
|
16229
|
+
"name": "example",
|
|
16230
|
+
"organizationId": "your-organization-id",
|
|
16231
|
+
"username": "your-username",
|
|
16232
|
+
"apiToken": "your-api-token"
|
|
16233
|
+
}
|
|
16234
|
+
]
|
|
16235
|
+
}
|
|
16175
16236
|
}
|
|
16176
16237
|
]
|
|
16177
16238
|
},
|
package/package.json
CHANGED
|
@@ -255,6 +255,52 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"title": "Doc Detective Orchestration API"
|
|
258
|
+
},
|
|
259
|
+
"heretto": {
|
|
260
|
+
"type": "array",
|
|
261
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
262
|
+
"items": {
|
|
263
|
+
"type": "object",
|
|
264
|
+
"additionalProperties": false,
|
|
265
|
+
"required": [
|
|
266
|
+
"name",
|
|
267
|
+
"organizationId",
|
|
268
|
+
"username",
|
|
269
|
+
"apiToken"
|
|
270
|
+
],
|
|
271
|
+
"properties": {
|
|
272
|
+
"name": {
|
|
273
|
+
"type": "string",
|
|
274
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
275
|
+
},
|
|
276
|
+
"organizationId": {
|
|
277
|
+
"type": "string",
|
|
278
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
279
|
+
},
|
|
280
|
+
"username": {
|
|
281
|
+
"type": "string",
|
|
282
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
283
|
+
},
|
|
284
|
+
"apiToken": {
|
|
285
|
+
"format": "password",
|
|
286
|
+
"minLength": 1,
|
|
287
|
+
"type": "string",
|
|
288
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
289
|
+
},
|
|
290
|
+
"scenarioName": {
|
|
291
|
+
"type": "string",
|
|
292
|
+
"description": "Name of the scenario to build and test.",
|
|
293
|
+
"default": "Doc Detective"
|
|
294
|
+
},
|
|
295
|
+
"outputPath": {
|
|
296
|
+
"type": "string",
|
|
297
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
298
|
+
"readOnly": true
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"title": "Heretto CMS integration"
|
|
302
|
+
},
|
|
303
|
+
"title": "Heretto CMS integrations"
|
|
258
304
|
}
|
|
259
305
|
},
|
|
260
306
|
"title": "Integrations options"
|
|
@@ -580,6 +626,21 @@
|
|
|
580
626
|
},
|
|
581
627
|
{
|
|
582
628
|
"crawl": true
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"processDitaMaps": true
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"integrations": {
|
|
635
|
+
"heretto": [
|
|
636
|
+
{
|
|
637
|
+
"name": "example",
|
|
638
|
+
"organizationId": "your-organization-id",
|
|
639
|
+
"username": "your-username",
|
|
640
|
+
"apiToken": "your-api-token"
|
|
641
|
+
}
|
|
642
|
+
]
|
|
643
|
+
}
|
|
583
644
|
}
|
|
584
645
|
],
|
|
585
646
|
"$id": "/home/runner/work/common/common/src/schemas/src_schemas/config_v3.schema.json"
|
|
@@ -8486,6 +8486,52 @@
|
|
|
8486
8486
|
}
|
|
8487
8487
|
},
|
|
8488
8488
|
"title": "Doc Detective Orchestration API"
|
|
8489
|
+
},
|
|
8490
|
+
"heretto": {
|
|
8491
|
+
"type": "array",
|
|
8492
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
8493
|
+
"items": {
|
|
8494
|
+
"type": "object",
|
|
8495
|
+
"additionalProperties": false,
|
|
8496
|
+
"required": [
|
|
8497
|
+
"name",
|
|
8498
|
+
"organizationId",
|
|
8499
|
+
"username",
|
|
8500
|
+
"apiToken"
|
|
8501
|
+
],
|
|
8502
|
+
"properties": {
|
|
8503
|
+
"name": {
|
|
8504
|
+
"type": "string",
|
|
8505
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
8506
|
+
},
|
|
8507
|
+
"organizationId": {
|
|
8508
|
+
"type": "string",
|
|
8509
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
8510
|
+
},
|
|
8511
|
+
"username": {
|
|
8512
|
+
"type": "string",
|
|
8513
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
8514
|
+
},
|
|
8515
|
+
"apiToken": {
|
|
8516
|
+
"format": "password",
|
|
8517
|
+
"minLength": 1,
|
|
8518
|
+
"type": "string",
|
|
8519
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
8520
|
+
},
|
|
8521
|
+
"scenarioName": {
|
|
8522
|
+
"type": "string",
|
|
8523
|
+
"description": "Name of the scenario to build and test.",
|
|
8524
|
+
"default": "Doc Detective"
|
|
8525
|
+
},
|
|
8526
|
+
"outputPath": {
|
|
8527
|
+
"type": "string",
|
|
8528
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
8529
|
+
"readOnly": true
|
|
8530
|
+
}
|
|
8531
|
+
},
|
|
8532
|
+
"title": "Heretto CMS integration"
|
|
8533
|
+
},
|
|
8534
|
+
"title": "Heretto CMS integrations"
|
|
8489
8535
|
}
|
|
8490
8536
|
},
|
|
8491
8537
|
"title": "Integrations options"
|
|
@@ -16159,6 +16205,21 @@
|
|
|
16159
16205
|
},
|
|
16160
16206
|
{
|
|
16161
16207
|
"crawl": true
|
|
16208
|
+
},
|
|
16209
|
+
{
|
|
16210
|
+
"processDitaMaps": true
|
|
16211
|
+
},
|
|
16212
|
+
{
|
|
16213
|
+
"integrations": {
|
|
16214
|
+
"heretto": [
|
|
16215
|
+
{
|
|
16216
|
+
"name": "example",
|
|
16217
|
+
"organizationId": "your-organization-id",
|
|
16218
|
+
"username": "your-username",
|
|
16219
|
+
"apiToken": "your-api-token"
|
|
16220
|
+
}
|
|
16221
|
+
]
|
|
16222
|
+
}
|
|
16162
16223
|
}
|
|
16163
16224
|
]
|
|
16164
16225
|
}
|
|
@@ -8499,6 +8499,52 @@
|
|
|
8499
8499
|
}
|
|
8500
8500
|
},
|
|
8501
8501
|
"title": "Doc Detective Orchestration API"
|
|
8502
|
+
},
|
|
8503
|
+
"heretto": {
|
|
8504
|
+
"type": "array",
|
|
8505
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
8506
|
+
"items": {
|
|
8507
|
+
"type": "object",
|
|
8508
|
+
"additionalProperties": false,
|
|
8509
|
+
"required": [
|
|
8510
|
+
"name",
|
|
8511
|
+
"organizationId",
|
|
8512
|
+
"username",
|
|
8513
|
+
"apiToken"
|
|
8514
|
+
],
|
|
8515
|
+
"properties": {
|
|
8516
|
+
"name": {
|
|
8517
|
+
"type": "string",
|
|
8518
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
8519
|
+
},
|
|
8520
|
+
"organizationId": {
|
|
8521
|
+
"type": "string",
|
|
8522
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
8523
|
+
},
|
|
8524
|
+
"username": {
|
|
8525
|
+
"type": "string",
|
|
8526
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
8527
|
+
},
|
|
8528
|
+
"apiToken": {
|
|
8529
|
+
"format": "password",
|
|
8530
|
+
"minLength": 1,
|
|
8531
|
+
"type": "string",
|
|
8532
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
8533
|
+
},
|
|
8534
|
+
"scenarioName": {
|
|
8535
|
+
"type": "string",
|
|
8536
|
+
"description": "Name of the scenario to build and test.",
|
|
8537
|
+
"default": "Doc Detective"
|
|
8538
|
+
},
|
|
8539
|
+
"outputPath": {
|
|
8540
|
+
"type": "string",
|
|
8541
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
8542
|
+
"readOnly": true
|
|
8543
|
+
}
|
|
8544
|
+
},
|
|
8545
|
+
"title": "Heretto CMS integration"
|
|
8546
|
+
},
|
|
8547
|
+
"title": "Heretto CMS integrations"
|
|
8502
8548
|
}
|
|
8503
8549
|
},
|
|
8504
8550
|
"title": "Integrations options"
|
|
@@ -16172,6 +16218,21 @@
|
|
|
16172
16218
|
},
|
|
16173
16219
|
{
|
|
16174
16220
|
"crawl": true
|
|
16221
|
+
},
|
|
16222
|
+
{
|
|
16223
|
+
"processDitaMaps": true
|
|
16224
|
+
},
|
|
16225
|
+
{
|
|
16226
|
+
"integrations": {
|
|
16227
|
+
"heretto": [
|
|
16228
|
+
{
|
|
16229
|
+
"name": "example",
|
|
16230
|
+
"organizationId": "your-organization-id",
|
|
16231
|
+
"username": "your-username",
|
|
16232
|
+
"apiToken": "your-api-token"
|
|
16233
|
+
}
|
|
16234
|
+
]
|
|
16235
|
+
}
|
|
16175
16236
|
}
|
|
16176
16237
|
]
|
|
16177
16238
|
},
|
package/src/schemas/schemas.json
CHANGED
|
@@ -8884,6 +8884,52 @@
|
|
|
8884
8884
|
}
|
|
8885
8885
|
},
|
|
8886
8886
|
"title": "Doc Detective Orchestration API"
|
|
8887
|
+
},
|
|
8888
|
+
"heretto": {
|
|
8889
|
+
"type": "array",
|
|
8890
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
8891
|
+
"items": {
|
|
8892
|
+
"type": "object",
|
|
8893
|
+
"additionalProperties": false,
|
|
8894
|
+
"required": [
|
|
8895
|
+
"name",
|
|
8896
|
+
"organizationId",
|
|
8897
|
+
"username",
|
|
8898
|
+
"apiToken"
|
|
8899
|
+
],
|
|
8900
|
+
"properties": {
|
|
8901
|
+
"name": {
|
|
8902
|
+
"type": "string",
|
|
8903
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
8904
|
+
},
|
|
8905
|
+
"organizationId": {
|
|
8906
|
+
"type": "string",
|
|
8907
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
8908
|
+
},
|
|
8909
|
+
"username": {
|
|
8910
|
+
"type": "string",
|
|
8911
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
8912
|
+
},
|
|
8913
|
+
"apiToken": {
|
|
8914
|
+
"format": "password",
|
|
8915
|
+
"minLength": 1,
|
|
8916
|
+
"type": "string",
|
|
8917
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
8918
|
+
},
|
|
8919
|
+
"scenarioName": {
|
|
8920
|
+
"type": "string",
|
|
8921
|
+
"description": "Name of the scenario to build and test.",
|
|
8922
|
+
"default": "Doc Detective"
|
|
8923
|
+
},
|
|
8924
|
+
"outputPath": {
|
|
8925
|
+
"type": "string",
|
|
8926
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
8927
|
+
"readOnly": true
|
|
8928
|
+
}
|
|
8929
|
+
},
|
|
8930
|
+
"title": "Heretto CMS integration"
|
|
8931
|
+
},
|
|
8932
|
+
"title": "Heretto CMS integrations"
|
|
8887
8933
|
}
|
|
8888
8934
|
},
|
|
8889
8935
|
"title": "Integrations options"
|
|
@@ -16557,6 +16603,21 @@
|
|
|
16557
16603
|
},
|
|
16558
16604
|
{
|
|
16559
16605
|
"crawl": true
|
|
16606
|
+
},
|
|
16607
|
+
{
|
|
16608
|
+
"processDitaMaps": true
|
|
16609
|
+
},
|
|
16610
|
+
{
|
|
16611
|
+
"integrations": {
|
|
16612
|
+
"heretto": [
|
|
16613
|
+
{
|
|
16614
|
+
"name": "example",
|
|
16615
|
+
"organizationId": "your-organization-id",
|
|
16616
|
+
"username": "your-username",
|
|
16617
|
+
"apiToken": "your-api-token"
|
|
16618
|
+
}
|
|
16619
|
+
]
|
|
16620
|
+
}
|
|
16560
16621
|
}
|
|
16561
16622
|
]
|
|
16562
16623
|
},
|
|
@@ -29193,6 +29254,52 @@
|
|
|
29193
29254
|
}
|
|
29194
29255
|
},
|
|
29195
29256
|
"title": "Doc Detective Orchestration API"
|
|
29257
|
+
},
|
|
29258
|
+
"heretto": {
|
|
29259
|
+
"type": "array",
|
|
29260
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
29261
|
+
"items": {
|
|
29262
|
+
"type": "object",
|
|
29263
|
+
"additionalProperties": false,
|
|
29264
|
+
"required": [
|
|
29265
|
+
"name",
|
|
29266
|
+
"organizationId",
|
|
29267
|
+
"username",
|
|
29268
|
+
"apiToken"
|
|
29269
|
+
],
|
|
29270
|
+
"properties": {
|
|
29271
|
+
"name": {
|
|
29272
|
+
"type": "string",
|
|
29273
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
29274
|
+
},
|
|
29275
|
+
"organizationId": {
|
|
29276
|
+
"type": "string",
|
|
29277
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
29278
|
+
},
|
|
29279
|
+
"username": {
|
|
29280
|
+
"type": "string",
|
|
29281
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
29282
|
+
},
|
|
29283
|
+
"apiToken": {
|
|
29284
|
+
"format": "password",
|
|
29285
|
+
"minLength": 1,
|
|
29286
|
+
"type": "string",
|
|
29287
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
29288
|
+
},
|
|
29289
|
+
"scenarioName": {
|
|
29290
|
+
"type": "string",
|
|
29291
|
+
"description": "Name of the scenario to build and test.",
|
|
29292
|
+
"default": "Doc Detective"
|
|
29293
|
+
},
|
|
29294
|
+
"outputPath": {
|
|
29295
|
+
"type": "string",
|
|
29296
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
29297
|
+
"readOnly": true
|
|
29298
|
+
}
|
|
29299
|
+
},
|
|
29300
|
+
"title": "Heretto CMS integration"
|
|
29301
|
+
},
|
|
29302
|
+
"title": "Heretto CMS integrations"
|
|
29196
29303
|
}
|
|
29197
29304
|
},
|
|
29198
29305
|
"title": "Integrations options"
|
|
@@ -36866,6 +36973,21 @@
|
|
|
36866
36973
|
},
|
|
36867
36974
|
{
|
|
36868
36975
|
"crawl": true
|
|
36976
|
+
},
|
|
36977
|
+
{
|
|
36978
|
+
"processDitaMaps": true
|
|
36979
|
+
},
|
|
36980
|
+
{
|
|
36981
|
+
"integrations": {
|
|
36982
|
+
"heretto": [
|
|
36983
|
+
{
|
|
36984
|
+
"name": "example",
|
|
36985
|
+
"organizationId": "your-organization-id",
|
|
36986
|
+
"username": "your-username",
|
|
36987
|
+
"apiToken": "your-api-token"
|
|
36988
|
+
}
|
|
36989
|
+
]
|
|
36990
|
+
}
|
|
36869
36991
|
}
|
|
36870
36992
|
]
|
|
36871
36993
|
},
|
|
@@ -222,6 +222,47 @@
|
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
"title": "Doc Detective Orchestration API"
|
|
225
|
+
},
|
|
226
|
+
"heretto": {
|
|
227
|
+
"type": "array",
|
|
228
|
+
"description": "Configuration for Heretto CMS integrations. Each entry specifies a Heretto instance and a scenario to build and test.",
|
|
229
|
+
"items": {
|
|
230
|
+
"type": "object",
|
|
231
|
+
"additionalProperties": false,
|
|
232
|
+
"required": ["name", "organizationId", "username", "apiToken"],
|
|
233
|
+
"properties": {
|
|
234
|
+
"name": {
|
|
235
|
+
"type": "string",
|
|
236
|
+
"description": "Unique identifier for this Heretto integration. Used in logs and results."
|
|
237
|
+
},
|
|
238
|
+
"organizationId": {
|
|
239
|
+
"type": "string",
|
|
240
|
+
"description": "The organization subdomain used to access Heretto CCMS (e.g., 'thunderbird' for thunderbird.heretto.com)."
|
|
241
|
+
},
|
|
242
|
+
"username": {
|
|
243
|
+
"type": "string",
|
|
244
|
+
"description": "Heretto CCMS username (email address) for API authentication."
|
|
245
|
+
},
|
|
246
|
+
"apiToken": {
|
|
247
|
+
"format": "password",
|
|
248
|
+
"minLength": 1,
|
|
249
|
+
"type": "string",
|
|
250
|
+
"description": "API token generated in Heretto CCMS for authentication. See https://help.heretto.com/en/heretto-ccms/api/ccms-api-authentication/basic-authentication#ariaid-title3"
|
|
251
|
+
},
|
|
252
|
+
"scenarioName": {
|
|
253
|
+
"type": "string",
|
|
254
|
+
"description": "Name of the scenario to build and test.",
|
|
255
|
+
"default": "Doc Detective"
|
|
256
|
+
},
|
|
257
|
+
"outputPath": {
|
|
258
|
+
"type": "string",
|
|
259
|
+
"description": "Local path where Heretto content was downloaded. Set automatically during processing.",
|
|
260
|
+
"readOnly": true
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"title": "Heretto CMS integration"
|
|
264
|
+
},
|
|
265
|
+
"title": "Heretto CMS integrations"
|
|
225
266
|
}
|
|
226
267
|
},
|
|
227
268
|
"title": "Integrations options"
|
|
@@ -523,6 +564,21 @@
|
|
|
523
564
|
},
|
|
524
565
|
{
|
|
525
566
|
"crawl": true
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"processDitaMaps": true
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"integrations": {
|
|
573
|
+
"heretto": [
|
|
574
|
+
{
|
|
575
|
+
"name": "example",
|
|
576
|
+
"organizationId": "your-organization-id",
|
|
577
|
+
"username": "your-username",
|
|
578
|
+
"apiToken": "your-api-token"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
}
|
|
526
582
|
}
|
|
527
583
|
]
|
|
528
584
|
}
|