|
464 | 464 | }, |
465 | 465 | "ApplicationNamespace":{ |
466 | 466 | "type":"string", |
467 | | - "max":32, |
| 467 | + "max":211, |
468 | 468 | "min":1, |
469 | 469 | "pattern":"^[a-zA-Z0-9\\/\\._\\-]+$" |
470 | 470 | }, |
|
507 | 507 | }, |
508 | 508 | "IsService":{ |
509 | 509 | "shape":"Boolean", |
510 | | - "documentation":"<p>Indicates whether the application is a service.</p>" |
| 510 | + "documentation":"<p>Indicates whether the application is a service.</p>", |
| 511 | + "deprecated":true, |
| 512 | + "deprecatedMessage":"IsService has been deprecated in favor of ApplicationType", |
| 513 | + "deprecatedSince":"2025-12-01" |
| 514 | + }, |
| 515 | + "ApplicationType":{ |
| 516 | + "shape":"ApplicationType", |
| 517 | + "documentation":"<p>The type of application.</p>" |
511 | 518 | } |
512 | 519 | }, |
513 | 520 | "documentation":"<p>Summary information about the Application.</p>" |
|
518 | 525 | "min":1, |
519 | 526 | "pattern":"^\\w+\\:\\/\\/.*$" |
520 | 527 | }, |
| 528 | + "ApplicationType":{ |
| 529 | + "type":"string", |
| 530 | + "documentation":"<value>The type of application</value>", |
| 531 | + "enum":[ |
| 532 | + "STANDARD", |
| 533 | + "SERVICE", |
| 534 | + "MCP_SERVER" |
| 535 | + ] |
| 536 | + }, |
521 | 537 | "ApplicationsList":{ |
522 | 538 | "type":"list", |
523 | 539 | "member":{"shape":"ApplicationSummary"}, |
|
616 | 632 | }, |
617 | 633 | "IsService":{ |
618 | 634 | "shape":"Boolean", |
619 | | - "documentation":"<p>Indicates whether the application is a service.</p>" |
| 635 | + "documentation":"<p>Indicates whether the application is a service.</p>", |
| 636 | + "deprecated":true, |
| 637 | + "deprecatedMessage":"IsService has been deprecated in favor of ApplicationType", |
| 638 | + "deprecatedSince":"2025-12-01" |
620 | 639 | }, |
621 | 640 | "InitializationTimeout":{ |
622 | 641 | "shape":"InitializationTimeout", |
|
629 | 648 | "IframeConfig":{ |
630 | 649 | "shape":"IframeConfig", |
631 | 650 | "documentation":"<p>The iframe configuration for the application.</p>" |
| 651 | + }, |
| 652 | + "ApplicationType":{ |
| 653 | + "shape":"ApplicationType", |
| 654 | + "documentation":"<p>The type of application.</p>" |
632 | 655 | } |
633 | 656 | } |
634 | 657 | }, |
|
1214 | 1237 | }, |
1215 | 1238 | "IsService":{ |
1216 | 1239 | "shape":"Boolean", |
1217 | | - "documentation":"<p>Indicates whether the application is a service.</p>" |
| 1240 | + "documentation":"<p>Indicates whether the application is a service.</p>", |
| 1241 | + "deprecated":true, |
| 1242 | + "deprecatedMessage":"IsService has been deprecated in favor of ApplicationType", |
| 1243 | + "deprecatedSince":"2025-12-01" |
1218 | 1244 | }, |
1219 | 1245 | "InitializationTimeout":{ |
1220 | 1246 | "shape":"InitializationTimeout", |
|
1227 | 1253 | "IframeConfig":{ |
1228 | 1254 | "shape":"IframeConfig", |
1229 | 1255 | "documentation":"<p>The iframe configuration for the application.</p>" |
| 1256 | + }, |
| 1257 | + "ApplicationType":{ |
| 1258 | + "shape":"ApplicationType", |
| 1259 | + "documentation":"<p>The type of application.</p>" |
1230 | 1260 | } |
1231 | 1261 | } |
1232 | 1262 | }, |
|
1457 | 1487 | "documentation":"<p>The maximum number of results to return per page.</p>", |
1458 | 1488 | "location":"querystring", |
1459 | 1489 | "locationName":"maxResults" |
| 1490 | + }, |
| 1491 | + "ApplicationType":{ |
| 1492 | + "shape":"ApplicationType", |
| 1493 | + "documentation":"<p>The type of application.</p>", |
| 1494 | + "location":"querystring", |
| 1495 | + "locationName":"applicationType" |
1460 | 1496 | } |
1461 | 1497 | } |
1462 | 1498 | }, |
|
1937 | 1973 | "IsService":{ |
1938 | 1974 | "shape":"Boolean", |
1939 | 1975 | "documentation":"<p>Indicates whether the application is a service.</p>", |
1940 | | - "box":true |
| 1976 | + "box":true, |
| 1977 | + "deprecated":true, |
| 1978 | + "deprecatedMessage":"IsService has been deprecated in favor of ApplicationType", |
| 1979 | + "deprecatedSince":"2025-12-01" |
1941 | 1980 | }, |
1942 | 1981 | "InitializationTimeout":{ |
1943 | 1982 | "shape":"InitializationTimeout", |
|
1950 | 1989 | "IframeConfig":{ |
1951 | 1990 | "shape":"IframeConfig", |
1952 | 1991 | "documentation":"<p>The iframe configuration for the application.</p>" |
| 1992 | + }, |
| 1993 | + "ApplicationType":{ |
| 1994 | + "shape":"ApplicationType", |
| 1995 | + "documentation":"<p>The type of application.</p>" |
1953 | 1996 | } |
1954 | 1997 | } |
1955 | 1998 | }, |
|
0 commit comments