diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index 8814ffd3..8f0600ed 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.6.1 + uses: lycheeverse/lychee-action@v1.7.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md diff --git a/.reuse/dep5 b/.reuse/dep5 index 3fdb2523..7c07f288 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -25,5 +25,5 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”) parties the right to use of access any SAP External Product, through API Calls. Files: * -Copyright: 2022 SAP SE or an SAP affiliate company and btp-setup-automator contributors +Copyright: 2023 SAP SE or an SAP affiliate company and btp-setup-automator contributors License: Apache-2.0 diff --git a/README.md b/README.md index 110ccd4b..fbdbe6f5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Checkout the [CODE_OF_CONDUCT.md file](CODE_OF_CONDUCT.md) for more details on t ## License -Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file. +Copyright (c) 2023 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file. ## Open in GitHub Codespaces diff --git a/config/Dockerfile b/config/Dockerfile index 77970ef0..5e0d80c4 100644 --- a/config/Dockerfile +++ b/config/Dockerfile @@ -5,7 +5,7 @@ ################################################################################################################################################## # STARTING WITH ALL THE SAP TOOLS FIRST ################################################################################################################################################## -FROM alpine:3 AS base +FROM --platform=linux/amd64 alpine:3 AS base ENV ARCH=linux-amd64 ENV TOOLS_URL=tools.hana.ondemand.com ENV CPCLI_URL=cpcli.cf.eu10.hana.ondemand.com @@ -20,7 +20,7 @@ RUN echo "http://dl-4.alpinelinux.org/alpine/latest-stable/community" >> /etc/ap ########################################################################################## # Retrieve the CloudFoundry CLI ########################################################################################## -FROM cloudfoundry/cli:8.5.0 as cf_cli +FROM --platform=linux/amd64 cloudfoundry/cli:8.6.1 as cf_cli ########################################################################################## ## Retrieve the SAP btp CLI @@ -43,7 +43,7 @@ RUN BTP_CLI_VERSION="2.38.0" \ FROM base AS mta_build_tool SHELL ["/bin/ash", "-eo", "pipefail", "-c"] WORKDIR /tmp/tools -RUN MBT_VERSION="1.2.21" \ +RUN MBT_VERSION="1.2.23" \ && curl --fail --silent --location --url "https://github.com/SAP/cloud-mta-build-tool/releases/download/v${MBT_VERSION}/cloud-mta-build-tool_${MBT_VERSION}_Linux_amd64.tar.gz" \ | tar -xzf - mbt @@ -74,7 +74,7 @@ RUN apk update upgrade \ FROM base as utilities SHELL ["/bin/ash", "-eo", "pipefail", "-c"] WORKDIR /tmp/tools -ENV VER_FX=24.0.0 +ENV VER_FX=24.1.0 ENV VER_IJQ=0.4.1 RUN curl -fsSL -o fx --url "https://github.com/antonmedv/fx/releases/download/${VER_FX}/fx_${ARCH//-/_}" \ && chmod +x fx @@ -84,7 +84,7 @@ RUN curl -fsSL --url "https://git.sr.ht/~gpanders/ijq/refs/download/v${VER_IJQ}/ ######################################################################################## # Bring the tools together into the final base stage ######################################################################################## -FROM alpine:3 as tools +FROM --platform=linux/amd64 alpine:3 as tools WORKDIR /usr/local/bin COPY --from=cf_cli /usr/local/bin/cf8 . COPY --from=btp_cli /tmp/tools/ . @@ -97,7 +97,7 @@ ARG BTPSA_VERSION_GIT_ARG=default ################################################################################################################################################## # Now putting all pieces together ################################################################################################################################################## -FROM python:3.10-alpine3.16 AS final_build +FROM --platform=linux/amd64 python:3.10-alpine3.16 AS final_build ENV USERNAME=user ENV HOME_FOLDER /home/$USERNAME ENV LIBS_FOLDER $HOME_FOLDER/libs @@ -132,6 +132,7 @@ RUN adduser \ nodejs \ npm \ sudo \ + libc6-compat \ && pip install --no-cache-dir -r /tmp/pip-tmp/requirements.txt \ && rm -rf /tmp/pip-tmp \ ## Set the right timezone in the container image @@ -166,7 +167,7 @@ COPY --chown=root:root --from=tools /usr/local/bin/fx /usr/local/bin COPY --chown=root:root --from=tools /usr/local/bin/ijq /usr/local/bin ## Install the CF plugin for deploying MTAs on Cloudfoundry -RUN cf install-plugin -f https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/latest/download/multiapps-plugin.linux32 +RUN cf install-plugin -f https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/latest/download/multiapps-plugin.linux64 ## Install krew and the oidc-login plugin RUN OS="$(uname | tr '[:upper:]' '[:lower:]')" \ diff --git a/config/python/requirements.txt b/config/python/requirements.txt index 05513b2a..dc2fd3bf 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -1,4 +1,4 @@ -attrs==22.2.0 +attrs==23.1.0 blessed==1.20.0 certifi==2022.12.7 charset-normalizer==3.1.0 diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if-properties-name.md index eea35f07..7bda0d78 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"retention-manager" +"responsibilitymanagement-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if.md index 9e9df394..c2280e28 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"retention-manager" +"responsibilitymanagement-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if-properties-plan.md index c97f5143..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if.md index 08201984..0bc66da6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-then.md index 10c22bda..80e91ab8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0-then.md @@ -10,19 +10,11 @@ unknown ## plan -service plan >free< for >retention-manager< is available in data centers: +service plan >standard< for >responsibilitymanagement-service< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-properties-plan.md index 49c8bb8c..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then.md index cac0c40c..4c977590 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | ## name -SAP Data Retention Manager: The SAP Business Technology Platform Data Retention Manager lets you block or delete personal data based on the residence and retention rules maintained. +SAP Responsibility Management service: As we move toward an intelligent enterprise, intelligent systems need to determine agents who are responsible for business processes and objects, and automatically notify them. It is essential to define and manage these responsibilities for various contexts and retrieve responsible agents who can respond to tasks and activities. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if-properties-name.md index 39bc7f53..eea35f07 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-registry" +"retention-manager" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if.md index 9e4e2029..f6830af5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-registry" +"retention-manager" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if-properties-plan.md index 9ae791c7..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"application" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if.md index ec4e4302..d53309a5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"application" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-then.md index 658fe303..9f9cf92b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0-then.md @@ -10,23 +10,15 @@ unknown ## plan -service plan >application< for >saas-registry< is available in data centers: +service plan >free< for >retention-manager< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if.md index b58f062e..26255dfb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/100/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/101/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/100/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/101/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then.md index 4a62d42e..8b0b7b53 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/100/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/101/then/allOf/1/then/properties/plan") | ## plan @@ -32,7 +32,7 @@ service plan >standard< for >retention-manager< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/100/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/101/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-100-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-properties-plan.md index c582c964..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then.md index 0e142fd0..05d446a2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-101-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-101-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | ## name -SAP Software-as-a-Service Provisioning service: Service for application providers to register multitenant applications and services. +SAP Data Retention Manager: The SAP Business Technology Platform Data Retention Manager lets you block or delete personal data based on the residence and retention rules maintained. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if-properties-name.md index fea13267..39bc7f53 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-analytics-cloud-embedded-edition" +"saas-registry" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if.md index 4cd5f095..b7e314b4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-analytics-cloud-embedded-edition" +"saas-registry" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if-properties-plan.md index 126392b1..9ae791c7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if.md index ce97ed91..b360e3c3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-then.md index a0597066..69a3c56f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-allof-0-then.md @@ -10,18 +10,26 @@ unknown ## plan -service plan >standard< for >sap-analytics-cloud-embedded-edition< is available in data centers: +service plan >application< for >saas-registry< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} * {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} * {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-properties-plan.md index 248cb3df..c582c964 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"application"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then.md index cd163e27..de299ac8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-102-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"application"` | | ## name -SAP Analytics Cloud, embedded edition: With SAP Analytics Cloud, embedded edition, you can build and embed reports, dashboards, and visuals into your business application to make confident decisions. Explore your business data via live connection between your SAP Analytics Cloud tenant and the remote SAP HANA database on SAP Business Technology Platform. +SAP Software-as-a-Service Provisioning service: Service for application providers to register multitenant applications and services. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if-properties-name.md index 0486952e..fea13267 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-bigdataservices" +"sap-analytics-cloud-embedded-edition" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if.md index dce9fd71..c29d82ee 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-bigdataservices" +"sap-analytics-cloud-embedded-edition" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md index 80bdff1d..be47f59d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then-allof-0-then.md @@ -10,10 +10,19 @@ unknown ## plan -service plan >standard< for >sap-bigdataservices< is available in data centers: +service plan >standard< for >sap-analytics-cloud-embedded-edition< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then.md index 6160b556..d62c7626 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-103-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Big Data Services: Big Data Services +SAP Analytics Cloud, embedded edition: With SAP Analytics Cloud, embedded edition, you can build and embed reports, dashboards, and visuals into your business application to make confident decisions. Explore your business data via live connection between your SAP Analytics Cloud tenant and the remote SAP HANA database on SAP Business Technology Platform. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if-properties-name.md index bb86b441..0486952e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps" +"sap-bigdataservices" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if.md index 05d0b1e6..bb2ac9fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps" +"sap-bigdataservices" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if-properties-plan.md index d63a1dcc..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"additional-active-users" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if.md index 5e60f2d2..f02d94cc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"additional-active-users" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-then.md index 0fc35ac4..4620ca25 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >additional-active-users< for >sap-build-apps< is available in data centers: +service plan >standard< for >sap-bigdataservices< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-properties-plan.md index 9ad9fbba..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------------------- | :---------- | -| `"additional-active-users"` | | -| `"additional-capacity-units"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then.md index 3699cbcd..3943b7d4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------------------- | :---------- | -| `"additional-active-users"` | | -| `"additional-capacity-units"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Build Apps: SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information. +SAP Big Data Services: Big Data Services `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if-properties-name.md index 8b460896..bb86b441 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps-runtime" +"sap-build-apps" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if.md index f698495c..bbd51d20 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps-runtime" +"sap-build-apps" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if-properties-plan.md index 126392b1..d63a1dcc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"additional-active-users" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if.md index aae9b6a3..7b83c610 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"additional-active-users" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-then.md index 1f881d61..a876937a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >sap-build-apps-runtime< is available in data centers: +service plan >additional-active-users< for >sap-build-apps< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if.md index f19b5413..cfec3ef5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/104/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/105/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/104/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/105/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then.md index dff971d4..d0e83593 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/104/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/105/then/allOf/1/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >additional-capacity-units< for >sap-build-apps< is available in da * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/104/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/105/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-104-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-properties-plan.md index 248cb3df..9ad9fbba 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------------------------- | :---------- | +| `"additional-active-users"` | | +| `"additional-capacity-units"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then.md index e0abc80a..254cadbf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-105-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-105-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------------------------- | :---------- | +| `"additional-active-users"` | | +| `"additional-capacity-units"` | | ## name -SAP Build Apps runtime: The runtime service for SAP Build Apps. Allows connectivity to visual cloud functions applications developed and deployed on the SAP Build Apps runtime. A subscription to SAP Build Apps is required to use this service. +SAP Build Apps: SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if-properties-name.md index 7482b324..8b460896 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-calm" +"sap-build-apps-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if.md index cf1d4394..df35f770 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-calm" +"sap-build-apps-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if-properties-plan.md index 4f94ce99..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if.md index f3a5476a..25c07edb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-then.md index f887e6ae..26b71d04 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-allof-0-then.md @@ -10,10 +10,9 @@ unknown ## plan -service plan >default< for >sap-calm< is available in data centers: +service plan >standard< for >sap-build-apps-runtime< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-properties-plan.md index 916e7975..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then.md index d6f40e49..ac68fd8d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-106-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Cloud ALM, memory extension: This is memory extension for SAP Cloud ALM. +SAP Build Apps runtime: The runtime service for SAP Build Apps. Allows connectivity to visual cloud functions applications developed and deployed on the SAP Build Apps runtime. A subscription to SAP Build Apps is required to use this service. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if-properties-name.md index d483dd86..7482b324 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-document-information-extraction" +"sap-calm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if.md index 24c91f01..f8e9675c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-document-information-extraction" +"sap-calm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if-properties-plan.md index 9264f7d4..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"blocks_of_100" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if.md index 57d2ee1c..77206e38 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"blocks_of_100" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-then.md index cd1e55b2..e6416680 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-then.md @@ -10,12 +10,10 @@ unknown ## plan -service plan >blocks\_of\_100< for >sap-document-information-extraction< is available in data centers: +service plan >default< for >sap-calm< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-properties-plan.md index 0aba132f..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-properties-plan.md @@ -6,8 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------- | :---------- | -| `"blocks_of_100"` | | -| `"default"` | | -| `"free"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then.md index 492281ae..5c8e332a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then.md @@ -6,10 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,15 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------- | :---------- | -| `"blocks_of_100"` | | -| `"default"` | | -| `"free"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -Document Information Extraction: Document Information Extraction helps you to process various documents that have content in headers and tables. You can use the extracted information, for example, to automatically process payables, invoices, or payment notes while making sure that invoices and payables match. +SAP Cloud ALM, memory extension: This is memory extension for SAP Cloud ALM. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if-properties-name.md index 14bd7172..d483dd86 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-graph" +"sap-document-information-extraction" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if.md index 2bb679a2..af2c64a5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-graph" +"sap-document-information-extraction" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if-properties-plan.md index ea600e6d..9264f7d4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"api" +"blocks_of_100" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if.md index 2b88afed..50b374fb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"api" +"blocks_of_100" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-then.md index 72ff57a3..1de2ce67 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-0-then.md @@ -10,9 +10,12 @@ unknown ## plan -service plan >api< for >sap-graph< is available in data centers: +service plan >blocks\_of\_100< for >sap-document-information-extraction< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if-properties-plan.md index c97f5143..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if.md index dcc1cac8..8beeff00 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-then.md index cc4b90c1..ac76a609 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1-then.md @@ -10,9 +10,12 @@ unknown ## plan -service plan >free< for >sap-graph< is available in data centers: +service plan >default< for >sap-document-information-extraction< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if.md index 6e3eb1c5..b40b6c1e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/108/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/108/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then.md similarity index 85% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then.md index 8bf194fe..99ad861c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/108/then/allOf/2/then/properties/plan") | ## plan @@ -26,7 +26,7 @@ service plan >free< for >sap-document-information-extraction< is available in da * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/108/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-properties-plan.md index 2ca9ba45..0aba132f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-properties-plan.md @@ -6,7 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"api"` | | -| `"free"` | | +| Value | Explanation | +| :---------------- | :---------- | +| `"blocks_of_100"` | | +| `"default"` | | +| `"free"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then.md index 7c91f68b..951688a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-108-then.md @@ -8,6 +8,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-1.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-108-then-allof-2.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"api"` | | -| `"free"` | | +| Value | Explanation | +| :---------------- | :---------- | +| `"blocks_of_100"` | | +| `"default"` | | +| `"free"` | | ## name -SAP Graph: SAP Graph is a new unified API for SAP, using modern open standards like OData v4. With SAP Graph, developers access SAP-managed business data as a single semantically connected data graph, spanning the suite of SAP products. Targeting SAP's ecosystem of developers and customers, SAP Graph's one API and Business Data Graph reduce the cost and complexity of creating and deploying reusable extension applications. The unified API exposes a unified graph-like model of business objects (entities) and relationships. As a BTP service, SAP Graph is compatible with SAP Cloud Application Programming (CAP) extension solutions, events managed via SAP Event Mesh, and No-Code/Low-Code applications like SAP AppGyver. SAP Graph uses open standards, such as OData v.4 and OAuth, thus allowing you to easily build applications and extensions for the SAP Intelligent Enterprise. +Document Information Extraction: Document Information Extraction helps you to process various documents that have content in headers and tables. You can use the extracted information, for example, to automatically process payables, invoices, or payment notes while making sure that invoices and payables match. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if-properties-name.md index a6972da2..14bd7172 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm" +"sap-graph" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if.md index b97f113b..fbb77127 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm" +"sap-graph" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if-properties-plan.md index c97f5143..ea600e6d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"api" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if.md index d7c575ea..ba311994 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"api" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-then.md index 07ffa83d..e4a8dc9e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-0-then.md @@ -10,25 +10,10 @@ unknown ## plan -service plan >free< for >sdm< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} +service plan >api< for >sap-graph< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if.md index 577e6c78..1514ccb8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-then.md index 09c30323..a1ccefa5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-allof-1-then.md @@ -10,25 +10,10 @@ unknown ## plan -service plan >standard< for >sdm< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} +service plan >free< for >sap-graph< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-properties-plan.md index 49c8bb8c..2ca9ba45 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then-properties-plan.md @@ -6,7 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"api"` | | +| `"free"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then.md index 3be453c7..f43437f7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-109-then.md @@ -37,14 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"api"` | | +| `"free"` | | ## name -Document Management Service, Integration Option: Leverage the APIs of SAP Document Management service and build your own document management layer to enable document management capabilities for your business applications. You can also embed the easy-to-use, UI5-based, reusable UI component of Document Management into your application for document management scenarios. +SAP Graph: SAP Graph is a new unified API for SAP, using modern open standards like OData v4. With SAP Graph, developers access SAP-managed business data as a single semantically connected data graph, spanning the suite of SAP products. Targeting SAP's ecosystem of developers and customers, SAP Graph's one API and Business Data Graph reduce the cost and complexity of creating and deploying reusable extension applications. The unified API exposes a unified graph-like model of business objects (entities) and relationships. As a BTP service, SAP Graph is compatible with SAP Cloud Application Programming (CAP) extension solutions, events managed via SAP Event Mesh, and No-Code/Low-Code applications like SAP AppGyver. SAP Graph uses open standards, such as OData v.4 and OAuth, thus allowing you to easily build applications and extensions for the SAP Intelligent Enterprise. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if-properties-name.md index e7e8f400..a6972da2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm-repository" +"sdm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if.md index 8f31d613..b71636e2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm-repository" +"sdm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-0-then.md index 432c2704..8b0caad0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >free< for >sdm-repository< is available in data centers: +service plan >free< for >sdm< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-1-then.md index 8366909f..1091f946 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then-allof-1-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >sdm-repository< is available in data centers: +service plan >standard< for >sdm< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then.md index cb93a8f2..f1869e0e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-110-then.md @@ -44,7 +44,7 @@ unknown ## name -SAP Document Management service: Use a CMIS complaint repository provided internally with all SAP Document Management service capabilities. +Document Management Service, Integration Option: Leverage the APIs of SAP Document Management service and build your own document management layer to enable document management capabilities for your business applications. You can also embed the easy-to-use, UI5-based, reusable UI component of Document Management into your application for document management scenarios. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if-properties-name.md index ec29f606..e7e8f400 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-manager" +"sdm-repository" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if.md index a5d45310..f4814d5d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-manager" +"sdm-repository" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if-properties-plan.md index 8915532d..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"container" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if.md index b0a503bb..32230e38 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"container" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-then.md index 6cba1004..82a15e30 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >container< for >service-manager< is available in data centers: +service plan >free< for >sdm-repository< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -19,12 +19,10 @@ service plan >container< for >service-manager< is available in data centers: * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if-properties-plan.md index 8dff524b..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-operator-access" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if.md index 6c4f5752..0d674f3d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-operator-access" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-then.md index 5094813e..cf7bb5c7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >service-operator-access< for >service-manager< is available in data centers: +service plan >standard< for >sdm-repository< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -19,12 +19,10 @@ service plan >service-operator-access< for >service-manager< is available in dat * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-properties-plan.md index f8a300e1..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-properties-plan.md @@ -6,9 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------------------- | :---------- | -| `"container"` | | -| `"service-operator-access"` | | -| `"subaccount-admin"` | | -| `"subaccount-audit"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then.md index 347c71f7..fd053b35 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then.md @@ -8,10 +8,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-1.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -41,16 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------------------- | :---------- | -| `"container"` | | -| `"service-operator-access"` | | -| `"subaccount-admin"` | | -| `"subaccount-audit"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | ## name -SAP Service Manager: SAP Service Manager service allows you to consume platform services in any connected runtime environment, track service instances creation, and share services and service instances between different environments. +SAP Document Management service: Use a CMIS complaint repository provided internally with all SAP Document Management service capabilities. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if-properties-name.md index aec1eafe..ec29f606 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-ticket-intelligence" +"service-manager" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if.md index 025ea173..f574a78a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"service-ticket-intelligence" +"service-manager" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if-properties-plan.md index 9264f7d4..8915532d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"blocks_of_100" +"container" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if.md index abe5571b..c0f17ab7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"blocks_of_100" +"container" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-then.md index 1baf7613..920eb8d7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-0-then.md @@ -10,11 +10,26 @@ unknown ## plan -service plan >blocks\_of\_100< for >service-ticket-intelligence< is available in data centers: - +service plan >container< for >service-manager< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} * {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if-properties-plan.md index c97f5143..8dff524b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"service-operator-access" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if.md index 3533dec1..f3aa00d6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"service-operator-access" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-then.md index 9f12a263..898cbdad 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-1-then.md @@ -10,11 +10,26 @@ unknown ## plan -service plan >free< for >service-ticket-intelligence< is available in data centers: - +service plan >service-operator-access< for >service-manager< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} * {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if-properties-plan.md index 126392b1..5afc6021 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"subaccount-admin" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if.md index 7c72d0fb..da3a74f6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"subaccount-admin" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-then.md index b1e8ad2b..281d98f4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2-then.md @@ -10,11 +10,26 @@ unknown ## plan -service plan >standard< for >service-ticket-intelligence< is available in data centers: - +service plan >subaccount-admin< for >service-manager< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} * {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if.md index aa14537b..f72c646f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/112/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/112/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then.md index dd183e09..e28e07d8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/112/then/allOf/3/then/properties/plan") | ## plan @@ -40,7 +40,7 @@ service plan >subaccount-audit< for >service-manager< is available in data cente * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/112/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-properties-plan.md index fbb67bdf..f8a300e1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-properties-plan.md @@ -6,8 +6,9 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------- | :---------- | -| `"blocks_of_100"` | | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :-------------------------- | :---------- | +| `"container"` | | +| `"service-operator-access"` | | +| `"subaccount-admin"` | | +| `"subaccount-audit"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then.md index 6d6fcd9a..ee2452c8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-112-then.md @@ -10,6 +10,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-2.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-112-then-allof-3.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,15 +41,16 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------- | :---------- | -| `"blocks_of_100"` | | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :-------------------------- | :---------- | +| `"container"` | | +| `"service-operator-access"` | | +| `"subaccount-admin"` | | +| `"subaccount-audit"` | | ## name -Service Ticket Intelligence: With Service Ticket Intelligence, incoming customers service tickets are automatically classified into their categories, and routed to the right agent. The agent is then provided with recommended solutions to improve operational efficiency. Service Ticket Intelligence leverages deep learning neural networks trained on large amounts of historical data. The model understands the semantics of unstructured ticket messages, classifies the ticket into their most likely categories and recommends solutions or knowledge base articles from similar previously answered tickets for the agent. With more processed service tickets and users feedback, the model improves over time. +SAP Service Manager: SAP Service Manager service allows you to consume platform services in any connected runtime environment, track service instances creation, and share services and service instances between different environments. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if-properties-name.md index 720caf27..aec1eafe 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"spatialservices" +"service-ticket-intelligence" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if.md index e55a0e3e..904f9fe0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"spatialservices" +"service-ticket-intelligence" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if-properties-plan.md index f74c2390..9264f7d4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"lite" +"blocks_of_100" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if.md index 5edb2fbb..ade2b568 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"lite" +"blocks_of_100" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-then.md index 807768c0..4db91e4a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-0-then.md @@ -10,11 +10,12 @@ unknown ## plan -service plan >lite< for >spatialservices< is available in data centers: +service plan >blocks\_of\_100< for >service-ticket-intelligence< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if.md index 22b32c0f..ac8a1c6e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-then.md index 9bf52097..41a5de03 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1-then.md @@ -10,9 +10,12 @@ unknown ## plan -service plan >standard< for >spatialservices< is available in data centers: +service plan >free< for >service-ticket-intelligence< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if.md index ba7182a2..dab63b86 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/113/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/113/then/allOf/2/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"subaccount-admin" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then.md similarity index 70% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then.md index b95bb592..8b407d96 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then.md @@ -6,17 +6,16 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/113/then/allOf/2/then/properties/plan") | ## plan -service plan >default< for >sap-document-information-extraction< is available in data centers: +service plan >standard< for >service-ticket-intelligence< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -26,7 +25,7 @@ service plan >default< for >sap-document-information-extraction< is available in * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/113/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-properties-plan.md index 4cfe3b95..fbb67bdf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-properties-plan.md @@ -6,7 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"lite"` | | -| `"standard"` | | +| Value | Explanation | +| :---------------- | :---------- | +| `"blocks_of_100"` | | +| `"free"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then.md index 28eee9f0..4b2dfa6d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-113-then.md @@ -8,6 +8,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-1.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-113-then-allof-2.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"lite"` | | -| `"standard"` | | +| Value | Explanation | +| :---------------- | :---------- | +| `"blocks_of_100"` | | +| `"free"` | | +| `"standard"` | | ## name -SAP HANA spatial services: SAP HANA spatial services provides a unified access layer for location-based services, including maps for visualization, geocoding and routing capabilities. It integrates location-based content and services from external providers into SAP products and customer applications. +Service Ticket Intelligence: With Service Ticket Intelligence, incoming customers service tickets are automatically classified into their categories, and routed to the right agent. The agent is then provided with recommended solutions to improve operational efficiency. Service Ticket Intelligence leverages deep learning neural networks trained on large amounts of historical data. The model understands the semantics of unstructured ticket messages, classifies the ticket into their most likely categories and recommends solutions or knowledge base articles from similar previously answered tickets for the agent. With more processed service tickets and users feedback, the model improves over time. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if-properties-name.md index f645090e..720caf27 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"theming" +"spatialservices" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if.md index 2467bf83..dd12dbed 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"theming" +"spatialservices" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if-properties-plan.md index 126392b1..f74c2390 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"lite" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if.md index 877319eb..1799fea3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"lite" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-then.md index a56b26e5..3477e5d1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0-then.md @@ -10,27 +10,11 @@ unknown ## plan -service plan >standard< for >theming< is available in data centers: +service plan >lite< for >spatialservices< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if.md index 4d451c02..8c4e4969 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/116/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/114/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/116/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/114/then/allOf/1/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"reporting-ga-admin" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then.md new file mode 100644 index 00000000..75e847cd --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then.md @@ -0,0 +1,29 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/114/then/allOf/1/then/properties/plan") | + +## plan + +service plan >standard< for >spatialservices< is available in data centers: + +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/114/then/allOf/1/then/properties/plan") + +### plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-properties-plan.md index 248cb3df..4cfe3b95 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"lite"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then.md index 0500d644..12a32943 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-114-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-114-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"lite"` | | | `"standard"` | | ## name -UI theme designer: The UI theme designer lets you apply your corporate branding to applications built with SAP UI technologies. You can make changes to theme templates supplied by SAP to create custom themes that use your own color scheme, background images, and company logo. You can apply a custom theme to various SAP UI clients and technologies. Additionally, you can include your own custom CSS files without having to modify any of your applications. +SAP HANA spatial services: SAP HANA spatial services provides a unified access layer for location-based services, including maps for visualization, geocoding and routing capabilities. It integrates location-based content and services from external providers into SAP products and customer applications. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if-properties-name.md index 93495d44..f645090e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"transport" +"theming" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if.md index 7aa53c52..cdf2fcb6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"transport" +"theming" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then-allof-0-then.md index deb1d387..847b41fc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >transport< is available in data centers: +service plan >standard< for >theming< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then.md index 471f8223..e29f0ec4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-115-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Cloud Transport Management: SAP Cloud Transport Management service lets you manage software deliverables between accounts of different environments (such as Neo and Cloud Foundry), by transporting them across various runtimes. This includes application artifacts as well as their respective application-specific content. +UI theme designer: The UI theme designer lets you apply your corporate branding to applications built with SAP UI technologies. You can make changes to theme templates supplied by SAP to create custom themes that use your own color scheme, background images, and company logo. You can apply a custom theme to various SAP UI clients and technologies. Additionally, you can include your own custom CSS files without having to modify any of your applications. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if-properties-name.md index 0144f07e..93495d44 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"uas" +"transport" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if.md index 3ab2150b..f1661d22 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"uas" +"transport" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if-properties-plan.md index 1d941445..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"reporting-directory" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if.md index 6038b75e..1d9a49c4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"reporting-directory" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-then.md index 125367a5..7e676ecf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0-then.md @@ -10,10 +10,11 @@ unknown ## plan -service plan >reporting-directory< for >uas< is available in data centers: +service plan >standard< for >transport< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} * {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-properties-plan.md index 57015842..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------------- | :---------- | -| `"reporting-directory"` | | -| `"reporting-ga-admin"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then.md index 55320fb7..fd807b8a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------------------- | :---------- | -| `"reporting-directory"` | | -| `"reporting-ga-admin"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Usage Data Management service for SAP BTP: The Usage Data Management service broker allows you to use the new REST APIs to collect information about the monthly usage of services and applications in your SAP Business Technology Platform accounts. You can build scripts and apps that react to the usage reports generated by this API. This information includes all the entity levels, namely global account, directories, subaccounts, orgs, spaces and instances for the relevant services. +SAP Cloud Transport Management: SAP Cloud Transport Management service lets you manage software deliverables between accounts of different environments (such as Neo and Cloud Foundry), by transporting them across various runtimes. This includes application artifacts as well as their respective application-specific content. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if-properties-name.md index ee0bbc4c..0144f07e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ui5-flexibility-keyuser" +"uas" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if.md index b0692e1c..53bcf1cf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ui5-flexibility-keyuser" +"uas" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if-properties-plan.md index c97f5143..1d941445 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"reporting-directory" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if.md index 44c3a44d..aff71549 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"reporting-directory" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-then.md index ccec4b58..96560f36 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-0-then.md @@ -10,18 +10,20 @@ unknown ## plan -service plan >free< for >ui5-flexibility-keyuser< is available in data centers: +service plan >reporting-directory< for >uas< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} * {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if-properties-plan.md index 55dcb4ee..6f25968e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"keyuser" +"reporting-ga-admin" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if.md index c73ea812..af6cccb1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"keyuser" +"reporting-ga-admin" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-then.md index 8c2ee97b..8bac2edb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-allof-1-then.md @@ -10,15 +10,15 @@ unknown ## plan -service plan >keyuser< for >ui5-flexibility-keyuser< is available in data centers: +service plan >reporting-ga-admin< for >uas< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} * {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-properties-plan.md index 06280942..57015842 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then-properties-plan.md @@ -6,7 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"free"` | | -| `"keyuser"` | | +| Value | Explanation | +| :---------------------- | :---------- | +| `"reporting-directory"` | | +| `"reporting-ga-admin"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then.md index 1b715ef9..f50764e6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-117-then.md @@ -37,14 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"free"` | | -| `"keyuser"` | | +| Value | Explanation | +| :---------------------- | :---------- | +| `"reporting-directory"` | | +| `"reporting-ga-admin"` | | ## name -UI5 flexibility for key users: The UI5 flexibility service for key users lets you provide UI adaptation capabilites for your UI5 applications on Cloud Foundry. Users of your applications can change the user interface of your applications in an upgrade-safe and modification-free way, without affecting any other customer. +SAP Usage Data Management service for SAP BTP: The Usage Data Management service broker allows you to use the new REST APIs to collect information about the monthly usage of services and applications in your SAP Business Technology Platform accounts. You can build scripts and apps that react to the usage reports generated by this API. This information includes all the entity levels, namely global account, directories, subaccounts, orgs, spaces and instances for the relevant services. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if-properties-name.md index e31e75de..ee0bbc4c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workcalendar" +"ui5-flexibility-keyuser" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if.md index 0e52150f..57d8ed01 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workcalendar" +"ui5-flexibility-keyuser" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if-properties-plan.md index 4f94ce99..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if.md index e204afb6..c571635d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-then.md index dd37acc1..06f46ec2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0-then.md @@ -10,10 +10,24 @@ unknown ## plan -service plan >default< for >workcalendar< is available in data centers: - +service plan >free< for >ui5-flexibility-keyuser< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties-plan.md similarity index 92% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties-plan.md index 2cf6fedc..55dcb4ee 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"keyuser" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if.md index 716ecbe7..63ff7dd2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/118/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/107/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/118/then/allOf/1/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"keyuser" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then.md index ca9b18d8..582c09af 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then.md @@ -6,19 +6,19 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/116/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/118/then/allOf/1/then/properties/plan") | ## plan -service plan >reporting-ga-admin< for >uas< is available in data centers: +service plan >keyuser< for >ui5-flexibility-keyuser< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} * {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} @@ -39,7 +39,7 @@ service plan >reporting-ga-admin< for >uas< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/116/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/118/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-properties-plan.md index 916e7975..06280942 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :---------- | :---------- | -| `"default"` | | +| `"free"` | | +| `"keyuser"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then.md index c6b6e6c6..c66dc966 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-118-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-118-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :---------- | :---------- | -| `"default"` | | +| `"free"` | | +| `"keyuser"` | | ## name -Work Calendar: Get details of factory calendar such as weekday, holiday, workday for a country. +UI5 flexibility for key users: The UI5 flexibility service for key users lets you provide UI adaptation capabilites for your UI5 applications on Cloud Foundry. Users of your applications can change the user interface of your applications in an upgrade-safe and modification-free way, without affecting any other customer. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if-properties-name.md index bf74d618..e31e75de 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflow" +"workcalendar" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if.md index 49203e64..0d19f680 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflow" +"workcalendar" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if-properties-plan.md index 126392b1..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if.md index 5777748b..c5e47585 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md deleted file mode 100644 index e739bab2..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md +++ /dev/null @@ -1,55 +0,0 @@ -## parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md)) - -# parameters Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------------------------------------------------------ | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [authorities](#authorities) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters/properties/authorities") | -| [defaultCollectionQueryFilter](#defaultcollectionqueryfilter) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") | - -## authorities - -Configures scopes that are available in the client credentials flow. - -`authorities` - -* is optional - -* Type: `string[]` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters/properties/authorities") - -### authorities Type - -`string[]` - -## defaultCollectionQueryFilter - -Configures the default behavior of queries that return a collection of Workflow entities. - -`defaultCollectionQueryFilter` - -* is optional - -* Type: `string` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") - -### defaultCollectionQueryFilter Type - -`string` - -### defaultCollectionQueryFilter Constraints - -**enum**: the value of this property must be equal to one of the following values: - -| Value | Explanation | -| :--------- | :---------- | -| `"own"` | | -| `"shared"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then.md index e3beacda..9ee50f63 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then.md @@ -4,32 +4,16 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/plan") | ## plan -service plan >standard< for >workflow< is available in data centers: +service plan >default< for >workcalendar< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -44,21 +28,3 @@ service plan >standard< for >workflow< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/119/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-properties-plan.md index 248cb3df..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then.md index 095e1cbe..63986601 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -SAP Workflow Management: SAP Workflow service allows you to build, run, and manage workflows, from simple approvals to end-to-end processes that span across different organizations and applications. With an inbox application and custom-built user interfaces, you involve end users into business processes for decision making and data entry. The workflow service comes with web-based tools for workflow modeling, APIs for consumption in custom applications, monitoring tools, and a set of Fiori-based applications for end-user access. You can use JavaScript to embed custom business logic. +Work Calendar: Get details of factory calendar such as weekday, holiday, workday for a country. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if-properties-name.md index 35b710c5..bf74d618 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflowmanagement" +"workflow" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if.md index c042d3ea..e790cd29 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflowmanagement" +"workflow" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if-properties-plan.md index d191f55e..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflow" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if.md index 7b27629c..6459cfe3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"workflow" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-authorities.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-119-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters.md index 6f94185a..18cd5f02 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters.md @@ -4,5 +4,52 @@ # parameters Properties -| Property | Type | Required | Nullable | Defined by | -| :------- | :--- | :------- | :------- | :--------- | +| Property | Type | Required | Nullable | Defined by | +| :------------------------------------------------------------ | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [authorities](#authorities) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/120/then/allOf/0/then/properties/parameters/properties/authorities") | +| [defaultCollectionQueryFilter](#defaultcollectionqueryfilter) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/120/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") | + +## authorities + +Configures scopes that are available in the client credentials flow. + +`authorities` + +* is optional + +* Type: `string[]` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/120/then/allOf/0/then/properties/parameters/properties/authorities") + +### authorities Type + +`string[]` + +## defaultCollectionQueryFilter + +Configures the default behavior of queries that return a collection of Workflow entities. + +`defaultCollectionQueryFilter` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/120/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") + +### defaultCollectionQueryFilter Type + +`string` + +### defaultCollectionQueryFilter Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :--------- | :---------- | +| `"own"` | | +| `"shared"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then.md index da4f120e..5a3a729f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then.md @@ -11,7 +11,7 @@ unknown ## plan -service plan >workflow< for >workflowmanagement< is available in data centers: +service plan >standard< for >workflow< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-properties-plan.md index 0fa346a8..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-properties-plan.md @@ -8,4 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"workflow"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then.md index 75a0f6a0..ea279894 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then.md @@ -37,11 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"workflow"` | | +| `"standard"` | | ## name -SAP Workflow Management: Digitize workflows, manage decisions and gain end-to-end process visibility +SAP Workflow Management: SAP Workflow service allows you to build, run, and manage workflows, from simple approvals to end-to-end processes that span across different organizations and applications. With an inbox application and custom-built user interfaces, you involve end users into business processes for decision making and data entry. The workflow service comes with web-based tools for workflow modeling, APIs for consumption in custom applications, monitoring tools, and a set of Fiori-based applications for end-user access. You can use JavaScript to embed custom business logic. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if-properties-name.md index f490d2b3..35b710c5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"wums-partner-api-beta" +"workflowmanagement" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if.md index de23a383..10a05d7f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"wums-partner-api-beta" +"workflowmanagement" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if-properties-plan.md index 4f94ce99..d191f55e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"workflow" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if.md index 944b1c0b..fe8ecf98 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"workflow" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md new file mode 100644 index 00000000..fa9fbf8c --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md @@ -0,0 +1,8 @@ +## parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md)) + +# parameters Properties + +| Property | Type | Required | Nullable | Defined by | +| :------- | :--- | :------- | :------- | :--------- | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then.md index c234aca1..683af002 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then.md @@ -4,15 +4,32 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/121/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/121/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/121/then/allOf/0/then/properties/parameters") | ## plan -service plan >default< for >wums-partner-api-beta< is available in data centers: +service plan >workflow< for >workflowmanagement< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -27,3 +44,21 @@ service plan >default< for >wums-partner-api-beta< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/121/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-properties-plan.md index 916e7975..0fa346a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"workflow"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then.md index c9e67a6a..5feb8cc6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-121-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"workflow"` | | ## name -Workspace Utilization: The Workspace Utilization Management service lets you write sensor measurements to the Workspace Utilization Management API. Sensor platform providers use this API to integrate with the Workspace Utilization Management solution of SAP Cloud for Real Estate. +SAP Workflow Management: Digitize workflows, manage decisions and gain end-to-end process visibility `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if-properties-name.md index fe32dfc4..f490d2b3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xfs-runtime" +"wums-partner-api-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if.md index f790b316..84ceac41 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xfs-runtime" +"wums-partner-api-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then-allof-0-then.md index 4ace62ab..e0c4ab40 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then-allof-0-then.md @@ -10,21 +10,9 @@ unknown ## plan -service plan >default< for >xfs-runtime< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} +service plan >default< for >wums-partner-api-beta< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then.md index d5a35bbf..231baa5f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-122-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP BTP, serverless runtime: Allows you to create, manage, configure extensions on SAP Business Technology Platform +Workspace Utilization: The Workspace Utilization Management service lets you write sensor measurements to the Workspace Utilization Management API. Sensor platform providers use this API to integrate with the Workspace Utilization Management solution of SAP Cloud for Real Estate. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if-properties-name.md index 6ab3fac0..fe32dfc4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xsuaa" +"xfs-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if.md index a98720ff..24ba8b78 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xsuaa" +"xfs-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if-properties-plan.md index 44b5fea9..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"apiaccess" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if.md index bf97b1ba..2f4b2d10 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"apiaccess" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-then.md index 0eb29b0c..ae7e1b3e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0-then.md @@ -10,27 +10,21 @@ unknown ## plan -service plan >apiaccess< for >xsuaa< is available in data centers: +service plan >default< for >xfs-runtime< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} * {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-properties-plan.md index 2f64335f..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-properties-plan.md @@ -6,9 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"apiaccess"` | | -| `"application"` | | -| `"broker"` | | -| `"space"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then.md index 2e703aa5..6b5855ca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then.md @@ -6,12 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -41,16 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"apiaccess"` | | -| `"application"` | | -| `"broker"` | | -| `"space"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -SAP Authorization and Trust Management service: The Authorization and Trust Management service lets you manage user authorizations and trust to identity providers. Identity providers are the user base for applications. You can use an identity authentication tenant, an SAP on-premise system, or a custom corporate identity provider. User authorizations are managed using technical roles at the application level, which can be aggregated into business-level groups and role collections for large-scale cloud scenarios. +SAP BTP, serverless runtime: Allows you to create, manage, configure extensions on SAP Business Technology Platform `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties-name.md similarity index 66% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties-name.md index f3131978..6ab3fac0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties-name.md @@ -1,11 +1,11 @@ -## plan Type +## name Type unknown -## plan Constraints +## name Constraints **constant**: the value of this property must be equal to: ```json -"xsmall" +"xsuaa" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if.md new file mode 100644 index 00000000..28a30c8c --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [name](#name) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/124/if/properties/name") | + +## name + + + +`name` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-if-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/124/if/properties/name") + +### name Type + +unknown + +### name Constraints + +**constant**: the value of this property must be equal to: + +```json +"xsuaa" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties-plan.md new file mode 100644 index 00000000..44b5fea9 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"apiaccess" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if.md new file mode 100644 index 00000000..d1165133 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/0/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/0/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"apiaccess" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then.md index 4318c381..e02ea088 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then.md @@ -6,11 +6,11 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/0/then/properties/plan") | ## plan -service plan >subaccount-admin< for >service-manager< is available in data centers: +service plan >apiaccess< for >xsuaa< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -40,7 +40,7 @@ service plan >subaccount-admin< for >service-manager< is available in data cente * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/111/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/0/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-default-0.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-default-0.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if.md index f4b34420..4f98fa28 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then.md index d97fbb20..7c2a5087 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/1/then/properties/plan") | ## plan @@ -40,7 +40,7 @@ service plan >application< for >xsuaa< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if.md index c0f4a841..1a766a80 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then.md index 00ba6ef0..ad8a7a41 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/2/then/properties/plan") | ## plan @@ -40,7 +40,7 @@ service plan >broker< for >xsuaa< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if.md index 627dedd1..7fe00ae1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then.md index da86ebbc..708f623e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/3/then/properties/plan") | ## plan @@ -40,7 +40,7 @@ service plan >space< for >xsuaa< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/123/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-123-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-name.md new file mode 100644 index 00000000..3a59e380 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-name.md @@ -0,0 +1,3 @@ +## name Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-plan.md new file mode 100644 index 00000000..2f64335f --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-plan.md @@ -0,0 +1,14 @@ +## plan Type + +unknown + +## plan Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :-------------- | :---------- | +| `"apiaccess"` | | +| `"application"` | | +| `"broker"` | | +| `"space"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then.md new file mode 100644 index 00000000..b7b223d6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124-then.md @@ -0,0 +1,67 @@ +## then Type + +merged type ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then.md)) + +all of + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-0.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-allof-3.md "check type definition") + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/properties/plan") | +| [name](#name) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/properties/name") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :-------------- | :---------- | +| `"apiaccess"` | | +| `"application"` | | +| `"broker"` | | +| `"space"` | | + +## name + +SAP Authorization and Trust Management service: The Authorization and Trust Management service lets you manage user authorizations and trust to identity providers. Identity providers are the user base for applications. You can use an identity authentication tenant, an SAP on-premise system, or a custom corporate identity provider. User authorizations are managed using technical roles at the application level, which can be aggregated into business-level groups and role collections for large-scale cloud scenarios. + +`name` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124-then-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/124/then/properties/name") + +### name Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124.md new file mode 100644 index 00000000..2cdb48e6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-124.md @@ -0,0 +1,3 @@ +## 124 Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-20-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-20-then-allof-0-then.md index e3fa68a4..c870a2fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-20-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-20-then-allof-0-then.md @@ -16,6 +16,7 @@ service plan >oauth2< for >cias< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-0-then.md index ba974f7a..6e099dcc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-0-then.md @@ -13,6 +13,7 @@ unknown service plan >free< for >data-attribute-recommendation< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-1-then.md index 82b3ef0d..fcf6361f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-30-then-allof-1-then.md @@ -13,6 +13,7 @@ unknown service plan >standard< for >data-attribute-recommendation< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-32-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-32-then-allof-0-then.md index 1c028687..d8e84241 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-32-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-32-then-allof-0-then.md @@ -22,6 +22,7 @@ service plan >application< for >data-privacy-integration-service< is available i * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-memory.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-memory.md index f728dad2..9e425199 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-memory.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-memory.md @@ -9,3 +9,11 @@ **minimum**: the value of this number must greater than or equal to: `30` **unknown format**: the value of this string must follow the format: `int64` + +## memory Default Value + +The default value is: + +```json +30 +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-backup_encryption_passphrase.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-backup_encryption_passphrase.md new file mode 100644 index 00000000..31d2a76b --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-backup_encryption_passphrase.md @@ -0,0 +1,3 @@ +## backup\_encryption\_passphrase Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-hdl_access_token.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-hdl_access_token.md new file mode 100644 index 00000000..cf3bdbf7 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-hdl_access_token.md @@ -0,0 +1,3 @@ +## hdl\_access\_token Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-project_name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-project_name.md new file mode 100644 index 00000000..7757f294 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-project_name.md @@ -0,0 +1,3 @@ +## project\_name Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_name.md new file mode 100644 index 00000000..995c5c3f --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_name.md @@ -0,0 +1,3 @@ +## template\_name Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_storage_endpoint.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_storage_endpoint.md new file mode 100644 index 00000000..2ed047a0 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_storage_endpoint.md @@ -0,0 +1,3 @@ +## template\_storage\_endpoint Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md new file mode 100644 index 00000000..c2ce0e3b --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md @@ -0,0 +1,103 @@ +## arguments Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md)) + +# arguments Properties + +| Property | Type | Required | Nullable | Defined by | +| :-------------------------------------------------------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [backup\_encryption\_passphrase](#backup_encryption_passphrase) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-backup_encryption_passphrase.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/backup_encryption_passphrase") | +| [hdl\_access\_token](#hdl_access_token) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-hdl_access_token.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/hdl_access_token") | +| [project\_name](#project_name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-project_name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/project_name") | +| [template\_name](#template_name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/template_name") | +| [template\_storage\_endpoint](#template_storage_endpoint) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_storage_endpoint.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/template_storage_endpoint") | + +## backup\_encryption\_passphrase + + + +`backup_encryption_passphrase` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-backup_encryption_passphrase.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/backup_encryption_passphrase") + +### backup\_encryption\_passphrase Type + +`string` + +## hdl\_access\_token + + + +`hdl_access_token` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-hdl_access_token.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/hdl_access_token") + +### hdl\_access\_token Type + +`string` + +## project\_name + + + +`project_name` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-project_name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/project_name") + +### project\_name Type + +`string` + +## template\_name + + + +`template_name` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/template_name") + +### template\_name Type + +`string` + +## template\_storage\_endpoint + + + +`template_storage_endpoint` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments-properties-template_storage_endpoint.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments/properties/template_storage_endpoint") + +### template\_storage\_endpoint Type + +`string` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-name.md new file mode 100644 index 00000000..9fb6adcb --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-name.md @@ -0,0 +1,12 @@ +## name Type + +`string` + +## name Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :-------------------- | :---------- | +| `"none"` | | +| `"TEMPLATE_RECOVERY"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md new file mode 100644 index 00000000..de7fe90c --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md @@ -0,0 +1,55 @@ +## requestedOperation Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md)) + +# requestedOperation Properties + +| Property | Type | Required | Nullable | Defined by | +| :---------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [arguments](#arguments) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments") | +| [name](#name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/name") | + +## arguments + +List of operation arguments + +`arguments` + +* is optional + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/arguments") + +### arguments Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-arguments.md)) + +## name + +create instance for template recovery + +`name` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation-properties-name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation/properties/name") + +### name Type + +`string` + +### name Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :-------------------- | :---------- | +| `"none"` | | +| `"TEMPLATE_RECOVERY"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-storage.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-storage.md index 9239187e..2e6f0dbc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-storage.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-storage.md @@ -9,3 +9,11 @@ **minimum**: the value of this number must greater than or equal to: `120` **unknown format**: the value of this string must follow the format: `int64` + +## storage Default Value + +The default value is: + +```json +120 +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-vcpu.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-vcpu.md index 28104a24..41260642 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-vcpu.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-vcpu.md @@ -5,3 +5,11 @@ ## vcpu Constraints **minimum**: the value of this number must greater than or equal to: `2` + +## vcpu Default Value + +The default value is: + +```json +2 +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data.md index e22f6d16..57bfe3f4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data.md @@ -17,6 +17,7 @@ | [memoryScaleOut](#memoryscaleout) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-memoryscaleout.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/memoryScaleOut") | | [productVersion](#productversion) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-productversion.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/productVersion") | | [project\_name](#project_name) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-project_name.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/project_name") | +| [requestedOperation](#requestedoperation) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation") | | [serviceStopped](#servicestopped) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-servicestopped.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/serviceStopped") | | [slaLevel](#slalevel) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-slalevel.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/slaLevel") | | [storage](#storage) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-storage.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/storage") | @@ -205,6 +206,14 @@ HANA memory size (RAM) in GB **unknown format**: the value of this string must follow the format: `int64` +### memory Default Value + +The default value is: + +```json +30 +``` + ## memoryScaleOut HANA memory size (RAM) in GB for scale out systems @@ -267,6 +276,24 @@ HANA Product Version `string` +## requestedOperation + + + +`requestedOperation` + +* is optional + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md "undefined#/properties/services/items/allOf/1/then/allOf/42/then/allOf/2/then/properties/parameters/properties/data/properties/requestedOperation") + +### requestedOperation Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-42-then-allof-2-then-properties-parameters-properties-data-properties-requestedoperation.md)) + ## serviceStopped Describes if the system should be running or stopped @@ -338,6 +365,14 @@ Size of the Storage in GB **unknown format**: the value of this string must follow the format: `int64` +### storage Default Value + +The default value is: + +```json +120 +``` + ## systempassword Password to be set for tenant @@ -427,6 +462,14 @@ Number of vCPUs used by HANA **minimum**: the value of this number must greater than or equal to: `2` +### vcpu Default Value + +The default value is: + +```json +2 +``` + ## versionIndicator The version of the service to use diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if-properties-name.md index 0bf58abd..928f3a12 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"html5-apps-repo" +"hl7-fhir-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if.md index 5d12bae5..a6aca97a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"html5-apps-repo" +"hl7-fhir-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if-properties-plan.md index cc988076..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"app-host" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if.md index 306af016..6572ce09 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"app-host" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-then.md index be1b9c83..e054ab49 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0-then.md @@ -10,27 +10,9 @@ unknown ## plan -service plan >app-host< for >html5-apps-repo< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} +service plan >default< for >hl7-fhir-service< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then.md deleted file mode 100644 index a875c4d4..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then.md +++ /dev/null @@ -1,47 +0,0 @@ -## then Type - -unknown - -# then Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/45/then/allOf/1/then/properties/plan") | - -## plan - -service plan >app-runtime< for >html5-apps-repo< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/45/then/allOf/1/then/properties/plan") - -### plan Type - -unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-properties-plan.md index 37b62c76..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"app-host"` | | -| `"app-runtime"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then.md index 8966ff1c..bae92ac8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"app-host"` | | -| `"app-runtime"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -SAP HTML5 Application Repository service for SAP BTP: The HTML5 Application Repository service enables central storage of HTML5 applications in SAP BTP. In runtime, the service enables the consuming application, typically the application router, to access HTML5 application static content in a secure and efficient manner. +SAP Health Data Services for FHIR: SAP Health Data Services for FHIR supports you in designing, implementing, and operating an application or service relying on health-related data. At its core, it is a cloud-native implementation of the HL7® FHIR® standard.The service allows the profiling and storing of resources according to your business and localization needs. It lets you manage health data using provided REST APIs and messaging endpoints, and offers extensibility with custom resources, FHIR extensions, and business rules. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if-properties-name.md index 741407fb..0bf58abd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"hyperledger-fabric" +"html5-apps-repo" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if.md index 56a57de9..9ac85c31 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"hyperledger-fabric" +"html5-apps-repo" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if-properties-plan.md index 56fabede..cc988076 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"backbone" +"app-host" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if.md index 7ea7fba5..56d3e1aa 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"backbone" +"app-host" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-then.md index 213729a0..9669f931 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-0-then.md @@ -10,10 +10,27 @@ unknown ## plan -service plan >backbone< for >hyperledger-fabric< is available in data centers: - +service plan >app-host< for >html5-apps-repo< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if-properties-plan.md index f2f99ae6..3caccb16 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"channel" +"app-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if.md index 133afb7e..d708aaf1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"channel" +"app-runtime" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then.md index ca9ec3bd..a7ec9e5c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then.md @@ -4,17 +4,33 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/plan") | ## plan -service plan >channel< for >hyperledger-fabric< is available in data centers: +service plan >app-runtime< for >html5-apps-repo< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -29,21 +45,3 @@ service plan >channel< for >hyperledger-fabric< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-properties-plan.md index 9d762eb0..37b62c76 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-properties-plan.md @@ -6,11 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"backbone"` | | -| `"channel"` | | -| `"cyon"` | | -| `"dev"` | | -| `"node"` | | -| `"testnet"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"app-host"` | | +| `"app-runtime"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then.md index a68df64f..83e300d8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then.md @@ -8,14 +8,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -45,18 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"backbone"` | | -| `"channel"` | | -| `"cyon"` | | -| `"dev"` | | -| `"node"` | | -| `"testnet"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"app-host"` | | +| `"app-runtime"` | | ## name -Hyperledger Fabric on SAP BTP: The Hyperledger Fabric service on SAP BTP lets you provision a Hyperledger Fabric node and join it to a network of nodes. Hyperledger Fabric supports Enterprise ready blockchain with smart contracts. +SAP HTML5 Application Repository service for SAP BTP: The HTML5 Application Repository service enables central storage of HTML5 applications in SAP BTP. In runtime, the service enables the consuming application, typically the application router, to access HTML5 application static content in a secure and efficient manner. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if-properties-name.md index 92af2b9c..741407fb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ibanservice" +"hyperledger-fabric" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if.md index 94646658..bbf916b6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ibanservice" +"hyperledger-fabric" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if-properties-plan.md index 4f94ce99..56fabede 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"backbone" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if.md index 41a34c34..da818836 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"backbone" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-then.md index 12e0487d..6ac9a173 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >default< for >ibanservice< is available in data centers: +service plan >backbone< for >hyperledger-fabric< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties-plan.md similarity index 92% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties-plan.md index a855f4f8..f2f99ae6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xxsmall" +"channel" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if.md index 7aa29bfc..bb3231fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"channel" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelid.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelid.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelid.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelid.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelsecret.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelsecret.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelsecret.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelsecret.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-comment.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-comment.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-comment.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-comment.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md similarity index 78% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md index 499c07aa..44206773 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md @@ -1,14 +1,14 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------ | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [channelId](#channelid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelid.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/channelId") | -| [channelSecret](#channelsecret) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelsecret.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/channelSecret") | -| [comment](#comment) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-comment.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/comment") | +| [channelId](#channelid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelid.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/channelId") | +| [channelSecret](#channelsecret) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelsecret.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/channelSecret") | +| [comment](#comment) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-comment.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/comment") | ## channelId @@ -22,7 +22,7 @@ Reverse DNS id of the channel to configure the service instance for. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelid.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/channelId") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelid.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/channelId") ### channelId Type @@ -48,7 +48,7 @@ Secret to map the new channel service instance to the corresponding hyperledger * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-channelsecret.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/channelSecret") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-channelsecret.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/channelSecret") ### channelSecret Type @@ -74,7 +74,7 @@ Comment that describes the created channel service instance. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-1-then-properties-parameters-properties-comment.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/1/then/properties/parameters/properties/comment") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters-properties-comment.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters/properties/comment") ### comment Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then.md similarity index 67% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then.md index 2d840572..fee4694d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then.md @@ -6,17 +6,14 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters") | ## plan -service plan >sap-integration< for >one-mds< is available in data centers: +service plan >channel< for >hyperledger-fabric< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` @@ -27,7 +24,7 @@ service plan >sap-integration< for >one-mds< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/plan") ### plan Type @@ -41,12 +38,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/1/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if.md index 3e2b6926..639e1b07 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-consortium.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-consortium.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-consortium.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-consortium.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin-default.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin-default.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin-default.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin-default.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md index ac1cfa53..b89402e4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md @@ -1,6 +1,6 @@ ## ordererAdmin Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) ## ordererAdmin Default Value diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordererorg.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordererorg.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordererorg.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordererorg.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderers.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderers.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderers.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderers.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin-default.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin-default.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin-default.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin-default.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md similarity index 79% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md index 3ab73c8b..acb20bc3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md @@ -1,6 +1,6 @@ ## peerAdmin Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md)) ## peerAdmin Default Value diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercacertificate.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercacertificate.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercacertificate.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercacertificate.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority-default.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority-default.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority-default.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority-default.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md index f4c3b23b..b457cd8e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md @@ -1,6 +1,6 @@ ## peerCertificateAuthority Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) ## peerCertificateAuthority Default Value diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peerorg.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peerorg.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peerorg.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peerorg.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peers.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peers.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peers.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peers.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md similarity index 75% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md index ebc0c969..ede61f4a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md @@ -1,22 +1,22 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------------------------- | :------- | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [consortium](#consortium) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-consortium.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/consortium") | -| [ordererAdmin](#ordereradmin) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererAdmin") | -| [ordererOrg](#ordererorg) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordererorg.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererOrg") | -| [ordererTlsCaCertificate](#orderertlscacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererTlsCaCertificate") | -| [orderers](#orderers) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderers.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/orderers") | -| [peerAdmin](#peeradmin) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerAdmin") | -| [peerCaCertificate](#peercacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerCaCertificate") | -| [peerCertificateAuthority](#peercertificateauthority) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerCertificateAuthority") | -| [peerOrg](#peerorg) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peerorg.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerOrg") | -| [peerTlsCaCertificate](#peertlscacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerTlsCaCertificate") | -| [peers](#peers) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peers.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peers") | +| [consortium](#consortium) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-consortium.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/consortium") | +| [ordererAdmin](#ordereradmin) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererAdmin") | +| [ordererOrg](#ordererorg) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordererorg.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererOrg") | +| [ordererTlsCaCertificate](#orderertlscacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererTlsCaCertificate") | +| [orderers](#orderers) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderers.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/orderers") | +| [peerAdmin](#peeradmin) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerAdmin") | +| [peerCaCertificate](#peercacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerCaCertificate") | +| [peerCertificateAuthority](#peercertificateauthority) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerCertificateAuthority") | +| [peerOrg](#peerorg) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peerorg.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerOrg") | +| [peerTlsCaCertificate](#peertlscacertificate) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerTlsCaCertificate") | +| [peers](#peers) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peers.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peers") | ## consortium @@ -30,7 +30,7 @@ name of the consortium * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-consortium.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/consortium") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-consortium.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/consortium") ### consortium Type @@ -52,15 +52,15 @@ The default value is: * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererAdmin") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererAdmin") ### ordererAdmin Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordereradmin.md)) ### ordererAdmin Default Value @@ -85,7 +85,7 @@ orderer org name * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-ordererorg.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererOrg") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-ordererorg.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererOrg") ### ordererOrg Type @@ -111,7 +111,7 @@ TLS CA certificate of the orderer org * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/ordererTlsCaCertificate") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/ordererTlsCaCertificate") ### ordererTlsCaCertificate Type @@ -137,7 +137,7 @@ orderer urls * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-orderers.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/orderers") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-orderers.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/orderers") ### orderers Type @@ -161,15 +161,15 @@ peer admin user * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerAdmin") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerAdmin") ### peerAdmin Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peeradmin.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peeradmin.md)) ### peerAdmin Default Value @@ -194,7 +194,7 @@ peer ca certificate * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerCaCertificate") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerCaCertificate") ### peerCaCertificate Type @@ -216,15 +216,15 @@ The default value is: * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerCertificateAuthority") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerCertificateAuthority") ### peerCertificateAuthority Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peercertificateauthority.md)) ### peerCertificateAuthority Default Value @@ -250,7 +250,7 @@ peer org name * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peerorg.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerOrg") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peerorg.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerOrg") ### peerOrg Type @@ -276,7 +276,7 @@ TLS CA certificate of the peer org * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peerTlsCaCertificate") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peertlscacertificate.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peerTlsCaCertificate") ### peerTlsCaCertificate Type @@ -302,7 +302,7 @@ peer urls * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters-properties-peers.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters/properties/peers") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters-properties-peers.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters/properties/peers") ### peers Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then.md similarity index 74% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then.md index 832e8c29..5ee509b3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then.md @@ -6,8 +6,8 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters") | ## plan @@ -24,7 +24,7 @@ service plan >cyon< for >hyperledger-fabric< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/plan") ### plan Type @@ -38,12 +38,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/2/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/2/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if.md index 63a47cae..ca8be51c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then.md index 59e4c788..cebb2f67 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/3/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >dev< for >hyperledger-fabric< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if.md index bef4d191..cd410442 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/4/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/4/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/4/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/4/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then.md index 3024477b..640e75db 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/4/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/4/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >node< for >hyperledger-fabric< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/4/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/4/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-4.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if.md index f1e60dd9..054bfa0b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/5/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/5/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/5/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/5/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then.md index c184542d..203d2804 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/5/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/5/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >testnet< for >hyperledger-fabric< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/46/then/allOf/5/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/47/then/allOf/5/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-46-then-allof-5.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-properties-plan.md index 916e7975..9d762eb0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-properties-plan.md @@ -6,6 +6,11 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"backbone"` | | +| `"channel"` | | +| `"cyon"` | | +| `"dev"` | | +| `"node"` | | +| `"testnet"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then.md index 584238a0..30854beb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-47-then.md @@ -6,6 +6,16 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-3.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-4.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-47-then-allof-5.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +45,18 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"backbone"` | | +| `"channel"` | | +| `"cyon"` | | +| `"dev"` | | +| `"node"` | | +| `"testnet"` | | ## name -IBAN service: Check validity and get details of given IBAN number. +Hyperledger Fabric on SAP BTP: The Hyperledger Fabric service on SAP BTP lets you provision a Hyperledger Fabric node and join it to a network of nodes. Hyperledger Fabric supports Enterprise ready blockchain with smart contracts. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if-properties-name.md index 22aa95b1..92af2b9c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"identity" +"ibanservice" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if.md index 47743175..60b79c87 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"identity" +"ibanservice" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if-properties-plan.md index 9ae791c7..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"application" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if.md index cf3818be..5a5560fe 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"application" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-then.md index 08eae759..68b19df9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-allof-0-then.md @@ -10,27 +10,10 @@ unknown ## plan -service plan >application< for >identity< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} +service plan >default< for >ibanservice< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-properties-plan.md index c582c964..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"application"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then.md index 20440318..4fe8cca0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-48-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"application"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -SAP Cloud Identity Services: Cloud Identity Services provide basic capabilities for user authentication. +IBAN service: Check validity and get details of given IBAN number. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if-properties-name.md index 7d83ff62..22aa95b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"INFRA" +"identity" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if.md index b2fe053f..961cf1c2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"INFRA" +"identity" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if-properties-plan.md index e12e52d2..9ae791c7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"custom_domains" +"application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if.md index 549c9746..c6ae676f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"custom_domains" +"application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-then.md index 4588b59d..7cb3905b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >custom\_domains< for >INFRA< is available in data centers: +service plan >application< for >identity< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-properties-plan.md index 275f9d3c..c582c964 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------------- | :---------- | -| `"custom_domains"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"application"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then.md index 5f1612fd..bdf8032b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-49-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------------- | :---------- | -| `"custom_domains"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"application"` | | ## name -SAP Custom Domain service: The SAP Business Technology Platform Custom Domain service lets you configure your own custom domain to expose publicly your SAP Business Technology Platform application instead of using the default subdomain. +SAP Cloud Identity Services: Cloud Identity Services provide basic capabilities for user authentication. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if-properties-name.md index 75b9563e..7d83ff62 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"integrationsuite" +"INFRA" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if.md index 53c03f48..d4fd3d54 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"integrationsuite" +"INFRA" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if-properties-plan.md index a7c1794a..e12e52d2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"messages" +"custom_domains" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if.md index efc62b1e..831c4778 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"messages" +"custom_domains" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-then.md index 7936a756..315de6be 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-allof-0-then.md @@ -10,14 +10,18 @@ unknown ## plan -service plan >messages< for >integrationsuite< is available in data centers: +service plan >custom\_domains< for >INFRA< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'in30', 'name': 'India (Mumbai)'} @@ -26,6 +30,7 @@ service plan >messages< for >integrationsuite< is available in data centers: * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-properties-plan.md index b88c9edc..275f9d3c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"messages"` | | +| Value | Explanation | +| :----------------- | :---------- | +| `"custom_domains"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then.md index 85b00528..e923668a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-50-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"messages"` | | +| Value | Explanation | +| :----------------- | :---------- | +| `"custom_domains"` | | ## name -SAP Integration Suite: The SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes. +SAP Custom Domain service: The SAP Business Technology Platform Custom Domain service lets you configure your own custom domain to expose publicly your SAP Business Technology Platform application instead of using the default subdomain. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if-properties-name.md index 9a68c4d5..75b9563e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"intercompany-reconciliation" +"integrationsuite" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if.md index f23d78f7..2324d68e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"intercompany-reconciliation" +"integrationsuite" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if-properties-plan.md index 126392b1..a7c1794a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"messages" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if.md index 3f83ef37..c5bf16ef 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"messages" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-then.md index 6744e117..3a28ecf1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-allof-0-then.md @@ -10,9 +10,22 @@ unknown ## plan -service plan >standard< for >intercompany-reconciliation< is available in data centers: +service plan >messages< for >integrationsuite< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-properties-plan.md index 248cb3df..b88c9edc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then-properties-plan.md @@ -8,4 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"standard"` | | +| `"messages"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then.md index bed985a9..26ab2bf5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-51-then.md @@ -37,11 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"standard"` | | +| `"messages"` | | ## name -SAP S/4HANA Cloud for intelligent intercompany reconciliation: Intelligent Intercompany Reconciliation is introduced to speed up your intercompany reconciliation process from company close to corporate close. The service is based on Artificial Intelligence in order to reconcile your financial data with high accuracy. +SAP Integration Suite: The SAP Integration Suite helps you to quickly develop and manage reliable communication between applications, services, and systems across heterogeneous landscapes. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if-properties-name.md index bd7b8c1c..9a68c4d5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"invoice-object-recommendation" +"intercompany-reconciliation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if.md index 3ed27aba..aa3e382b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"invoice-object-recommendation" +"intercompany-reconciliation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then-allof-0-then.md index 744a456f..db993a18 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >invoice-object-recommendation< is available in data centers: +service plan >standard< for >intercompany-reconciliation< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then.md index d8286cf4..ac894627 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-52-then.md @@ -41,7 +41,7 @@ unknown ## name -Invoice Object Recommendation: The Invoice Object Recommendation services provides the functionality to train a machine learning model with customer specific data that can give recommendations on G/L Accounts for incoming invoices without a purchase order reference attached. The service therefore provides a training call as described and an inference call that gives back recommendations based on a trained model to semi-automate the invoice processing in the area of accounts payable. +SAP S/4HANA Cloud for intelligent intercompany reconciliation: Intelligent Intercompany Reconciliation is introduced to speed up your intercompany reconciliation process from company close to corporate close. The service is based on Artificial Intelligence in order to reconcile your financial data with high accuracy. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if-properties-name.md index fb231876..bd7b8c1c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"iot" +"invoice-object-recommendation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if.md index f2da60bb..b1f660c3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"iot" +"invoice-object-recommendation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then-allof-0-then.md index 72a80f0e..aa574b87 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then-allof-0-then.md @@ -10,10 +10,9 @@ unknown ## plan -service plan >standard< for >iot< is available in data centers: +service plan >standard< for >invoice-object-recommendation< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then.md index a1ae2b3d..3368aa53 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-53-then.md @@ -41,7 +41,7 @@ unknown ## name -Internet of Things: The SAP Business Technology Platform Internet of Things service for the Cloud Foundry environment connects devices to SAP Business Technology Platform to provide scalable ingestion of IoT data and device management. The respective services provide a secure connection to remote devices using a broad variety of IoT protocols and manage the device lifecycle from onboarding to decommissioning. +Invoice Object Recommendation: The Invoice Object Recommendation services provides the functionality to train a machine learning model with customer specific data that can give recommendations on G/L Accounts for incoming invoices without a purchase order reference attached. The service therefore provides a training call as described and an inference call that gives back recommendations based on a trained model to semi-automate the invoice processing in the area of accounts payable. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if-properties-name.md index 6bc5cd71..fb231876 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"iotae" +"iot" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if.md index cbf110da..f4b9e7fa 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"iotae" +"iot" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if-properties-plan.md index 4f94ce99..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if.md index e00957d0..68f43501 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-then.md index 529bcd5f..259d88e2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0-then.md @@ -10,12 +10,10 @@ unknown ## plan -service plan >default< for >iotae< is available in data centers: +service plan >standard< for >iot< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-properties-plan.md index 51a8736c..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"default"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then.md index 54214d42..1e8919bd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"default"` | | | `"standard"` | | ## name -SAP IoT: SAP IoT business services allow you to put raw sensor data into business object context and then use query models, rules, events and actions to leverage the data near real-time in analytical or transactional business applications. +Internet of Things: The SAP Business Technology Platform Internet of Things service for the Cloud Foundry environment connects devices to SAP Business Technology Platform to provide scalable ingestion of IoT data and device management. The respective services provide a secure connection to remote devices using a broad variety of IoT protocols and manage the device lifecycle from onboarding to decommissioning. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if-properties-name.md index a3a86dc4..6bc5cd71 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"IRPA" +"iotae" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if.md index dc1c9f4e..05c1868f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"IRPA" +"iotae" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if-properties-plan.md index 34245c81..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"concurrent-attended" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if.md index f7061b91..79d7a00a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"concurrent-attended" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-then.md index 7c09c8ac..099d476a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-0-then.md @@ -10,12 +10,10 @@ unknown ## plan -service plan >concurrent-attended< for >IRPA< is available in data centers: +service plan >default< for >iotae< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if-properties-plan.md index 09299cc6..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"concurrent-unattended" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if.md index 962719c5..19348c45 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"concurrent-unattended" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-then.md index f162554a..681f7d19 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-allof-1-then.md @@ -10,14 +10,10 @@ unknown ## plan -service plan >concurrent-unattended< for >IRPA< is available in data centers: +service plan >standard< for >iotae< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-properties-plan.md index 7ba708c9..51a8736c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then-properties-plan.md @@ -6,7 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------------ | :---------- | -| `"concurrent-attended"` | | -| `"concurrent-unattended"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"default"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then.md index 12a5ae12..fba81822 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-55-then.md @@ -37,14 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------------ | :---------- | -| `"concurrent-attended"` | | -| `"concurrent-unattended"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"default"` | | +| `"standard"` | | ## name -SAP Intelligent Robotic Process Automation: SAP Intelligent Robotic Process Automation lets you automate enterprise business processes. Design process automations with the Desktop Studio by creating end-to-end scenarios. Import these scenarios into the cloud Factory to configure and execute them with Agents. An Agent can work as a Digital Assistant (attended automation) or as a Digital Worker (unattended automation). +SAP IoT: SAP IoT business services allow you to put raw sensor data into business object context and then use query models, rules, events and actions to leverage the data near real-time in analytical or transactional business applications. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if-properties-name.md index 4feb0b8d..a3a86dc4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"irpa-service" +"IRPA" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if.md index 5d58f3da..ca7edcff 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"irpa-service" +"IRPA" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if-properties-plan.md index 126392b1..34245c81 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"concurrent-attended" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if.md index 77aa39dc..25dd5e2b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"concurrent-attended" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-then.md index bfa14d66..c4ad1459 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0-then.md @@ -10,13 +10,14 @@ unknown ## plan -service plan >standard< for >irpa-service< is available in data centers: +service plan >concurrent-attended< for >IRPA< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties-plan.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties-plan.md index 6f25968e..09299cc6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-116-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"reporting-ga-admin" +"concurrent-unattended" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if.md new file mode 100644 index 00000000..c1743d53 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/56/then/allOf/1/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/56/then/allOf/1/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"concurrent-unattended" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then.md similarity index 74% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then.md index fff7d49b..92637292 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then.md @@ -6,18 +6,18 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/79/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/56/then/allOf/1/then/properties/plan") | ## plan -service plan >standard< for >mobile-settings-exchange< is available in data centers: +service plan >concurrent-unattended< for >IRPA< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} `plan` @@ -27,7 +27,7 @@ service plan >standard< for >mobile-settings-exchange< is available in data cent * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/79/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/56/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-properties-plan.md index 248cb3df..7ba708c9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------------ | :---------- | +| `"concurrent-attended"` | | +| `"concurrent-unattended"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then.md index 2e59bfbd..4cf755b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-56-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-56-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------------ | :---------- | +| `"concurrent-attended"` | | +| `"concurrent-unattended"` | | ## name -SAP Intelligent Robotic Process Automation: SAP Intelligent Robotic Process Automation (SAP Intelligent RPA) lets you automate enterprise business processes. Design process automations with the Desktop Studio by creating end-to-end scenarios. Import these scenarios into the cloud Factory powered by SAP Business Technology Platform to configure and execute them with Agents. Agents running on workstations can work as a Digital Assistant (attended automation) or as a Digital Worker (unattended automation). +SAP Intelligent Robotic Process Automation: SAP Intelligent Robotic Process Automation lets you automate enterprise business processes. Design process automations with the Desktop Studio by creating end-to-end scenarios. Import these scenarios into the cloud Factory to configure and execute them with Agents. An Agent can work as a Digital Assistant (attended automation) or as a Digital Worker (unattended automation). `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if-properties-name.md index ca8a117d..4feb0b8d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"it-rt" +"irpa-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if.md index cacb6d04..26959e4c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"it-rt" +"irpa-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if-properties-plan.md index ea600e6d..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"api" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if.md index 7e96a8b1..53a775a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"api" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then.md index abf74892..6e7362be 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then.md @@ -4,34 +4,19 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/plan") | ## plan -service plan >api< for >it-rt< is available in data centers: +service plan >standard< for >irpa-service< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -46,21 +31,3 @@ service plan >api< for >it-rt< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-properties-plan.md index 2e539149..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"api"` | | -| `"integration-flow"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then.md index 2459863e..a829293c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"api"` | | -| `"integration-flow"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -Process Integration Runtime: Provides access to SAP Business Technology Platform Integration runtime (integration flows) and APIs. +SAP Intelligent Robotic Process Automation: SAP Intelligent Robotic Process Automation (SAP Intelligent RPA) lets you automate enterprise business processes. Design process automations with the Desktop Studio by creating end-to-end scenarios. Import these scenarios into the cloud Factory powered by SAP Business Technology Platform to configure and execute them with Agents. Agents running on workstations can work as a Digital Assistant (attended automation) or as a Digital Worker (unattended automation). `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if-properties-name.md index bb705c33..ca8a117d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"jobscheduler" +"it-rt" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if.md index 9347a5d1..d03ec936 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"jobscheduler" +"it-rt" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if-properties-plan.md index 126392b1..ea600e6d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"api" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if.md index 454dc4be..5be68801 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"api" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-roles-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-roles-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-roles-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-roles-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-roles.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-roles.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-roles.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-roles.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md index 8778587b..802c8b9a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md @@ -1,14 +1,14 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------ | :------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [grant-types](#grant-types) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters/properties/grant-types") | -| [redirect-uris](#redirect-uris) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters/properties/redirect-uris") | -| [roles](#roles) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters/properties/roles") | +| [grant-types](#grant-types) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters/properties/grant-types") | +| [redirect-uris](#redirect-uris) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters/properties/redirect-uris") | +| [roles](#roles) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters/properties/roles") | ## grant-types @@ -22,7 +22,7 @@ Grant-types related to the service instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters/properties/grant-types") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters/properties/grant-types") ### grant-types Type @@ -56,7 +56,7 @@ Redirect-Uris for authorization code grant-type * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-0-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/0/then/properties/parameters/properties/redirect-uris") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters/properties/redirect-uris") ### redirect-uris Type @@ -88,7 +88,7 @@ Roles granted to the service instance. For details please check standard< for >jobscheduler< is available in data centers: +service plan >api< for >it-rt< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -45,3 +46,21 @@ service plan >standard< for >jobscheduler< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if.md index a46dde8f..9c9251e2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types-items-_enumdisplayname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md similarity index 80% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md index f3a999be..c3848193 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md @@ -1,14 +1,14 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------ | :------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [grant-types](#grant-types) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/grant-types") | -| [redirect-uris](#redirect-uris) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/redirect-uris") | -| [roles](#roles) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/roles") | +| [grant-types](#grant-types) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/grant-types") | +| [redirect-uris](#redirect-uris) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/redirect-uris") | +| [roles](#roles) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/roles") | ## grant-types @@ -22,7 +22,7 @@ Grant-types related to the service instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/grant-types") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-grant-types.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/grant-types") ### grant-types Type @@ -56,7 +56,7 @@ Redirect-Uris for authorization code grant-type * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/redirect-uris") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-redirect-uris.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/redirect-uris") ### redirect-uris Type @@ -88,7 +88,7 @@ Roles related to the service instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters/properties/roles") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters-properties-roles.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters/properties/roles") ### roles Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then.md index 6e18ab10..385d5f7f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then.md @@ -6,8 +6,8 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters") | ## plan @@ -41,7 +41,7 @@ service plan >integration-flow< for >it-rt< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/plan") ### plan Type @@ -55,12 +55,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/57/then/allOf/1/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/58/then/allOf/1/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-57-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-properties-plan.md index 248cb3df..2e539149 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"api"` | | +| `"integration-flow"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then.md index 4dcca7ff..ab08baaa 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-58-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-58-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"api"` | | +| `"integration-flow"` | | ## name -SAP Job Scheduling service: The Job Scheduling Service allows you to define and manage jobs that run once or on recurring schedules. Use this runtime-agnostic service to schedule REST endpoint actions in your application or to schedule long-running processes using Cloud Foundry tasks. Use REST APIs to schedule your jobs, including long-running jobs asynchronously, and create multiple schedule formats for both simple and complex recurring schedules. The service dashboard is a web interface that lets you manage jobs and schedules. +Process Integration Runtime: Provides access to SAP Business Technology Platform Integration runtime (integration flows) and APIs. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if-properties-name.md index fadf7708..bb705c33 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"malware-scanner" +"jobscheduler" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if.md index 5fa40530..17655695 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"malware-scanner" +"jobscheduler" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if-properties-plan.md index ef43dcad..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"clamav" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if.md index dfe2c0c2..c0801d5c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"clamav" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-then.md index 12f1e53d..df9ae5ca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >clamav< for >malware-scanner< is available in data centers: +service plan >standard< for >jobscheduler< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-properties-plan.md index 9c55ca2a..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------- | :---------- | -| `"clamav"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then.md index c7a320db..cbebf9e1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-59-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------- | :---------- | -| `"clamav"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Malware Scanning service: Scan business documents uploaded by your custom-developed apps for malware +SAP Job Scheduling service: The Job Scheduling Service allows you to define and manage jobs that run once or on recurring schedules. Use this runtime-agnostic service to schedule REST endpoint actions in your application or to schedule long-running processes using Cloud Foundry tasks. Use REST APIs to schedule your jobs, including long-running jobs asynchronously, and create multiple schedule formats for both simple and complex recurring schedules. The service dashboard is a web interface that lets you manage jobs and schedules. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if-properties-name.md index 8df85e93..fadf7708 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"market-rates-byor" +"malware-scanner" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if.md index cedce1fa..7e1d406d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"market-rates-byor" +"malware-scanner" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if-properties-plan.md index 4f94ce99..ef43dcad 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"clamav" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if.md index 6b0614aa..e9382f2e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"clamav" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-then.md index cca36290..5e7427f5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0-then.md @@ -10,10 +10,27 @@ unknown ## plan -service plan >default< for >market-rates-byor< is available in data centers: - +service plan >clamav< for >malware-scanner< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-properties-plan.md index 5c4db72d..9c55ca2a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | -| `"free"` | | +| Value | Explanation | +| :--------- | :---------- | +| `"clamav"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then.md index 5473b41e..712e778d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | -| `"free"` | | +| Value | Explanation | +| :--------- | :---------- | +| `"clamav"` | | ## name -SAP Market Rates Management: The Market Rates Management, Bring Your Own Rates data option allows you to upload and download your own market rates licensed from third party data providers +SAP Malware Scanning service: Scan business documents uploaded by your custom-developed apps for malware `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if-properties-name.md index 8fce5b82..8df85e93 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"market-rates-thr" +"market-rates-byor" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if.md index 2f611724..89c4e56a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"market-rates-thr" +"market-rates-byor" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-0-then.md index 12b10a94..538a4d17 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >default< for >market-rates-thr< is available in data centers: +service plan >default< for >market-rates-byor< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if.md index bbd9e650..1cfa61e8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/61/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/61/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then.md index 304af433..f03172f1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/60/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/61/then/allOf/1/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >free< for >market-rates-byor< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/60/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/61/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-properties-plan.md index 916e7975..5c4db72d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-properties-plan.md @@ -9,3 +9,4 @@ unknown | Value | Explanation | | :---------- | :---------- | | `"default"` | | +| `"free"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then.md index 9cdb5903..619cf7b0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-61-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-61-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -38,10 +40,11 @@ unknown | Value | Explanation | | :---------- | :---------- | | `"default"` | | +| `"free"` | | ## name -Market Rates, Refinitiv: The Market Rates Management, Refinitiv data option is a reuse service that allows you to import daily and historical Exchange Rates & Interest Rates from Refinitiv. +SAP Market Rates Management: The Market Rates Management, Bring Your Own Rates data option allows you to upload and download your own market rates licensed from third party data providers `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if-properties-name.md index c4f27236..8fce5b82 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDMBusinessPartnerService" +"market-rates-thr" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if.md index 69897a4c..5feec615 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDMBusinessPartnerService" +"market-rates-thr" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then-allof-0-then.md index a02b378b..ea0619dc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >default< for >MDMBusinessPartnerService< is available in data centers: +service plan >default< for >market-rates-thr< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then.md index ee1bcbc4..5a171bca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-62-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Master Data service for business partners: SAP Business Partner Service +Market Rates, Refinitiv: The Market Rates Management, Refinitiv data option is a reuse service that allows you to import daily and historical Exchange Rates & Interest Rates from Refinitiv. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if-properties-name.md index d7bc93dc..c4f27236 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ml-foundation" +"MDMBusinessPartnerService" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if.md index 505988bb..7e5b965e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ml-foundation" +"MDMBusinessPartnerService" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if-properties-plan.md index 126392b1..4f94ce99 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if.md index c8f6e8e1..e87f85e7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"default" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-then.md index dd0da03a..26d53c3b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-allof-0-then.md @@ -10,13 +10,10 @@ unknown ## plan -service plan >standard< for >ml-foundation< is available in data centers: +service plan >default< for >MDMBusinessPartnerService< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-properties-plan.md index 248cb3df..916e7975 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then.md index 800f16f2..d21dda0e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-63-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | ## name -SAP Leonardo ML Foundation: SAP Leonardo Machine Learning Foundation enables you to enhance business processes and software applications with intelligence. Unlock knowledge from structured and unstructured data such as images, text, time series and tabular data. By consuming easy-to-use APIs you can detect the content of pictures, extract keywords from natural language texts or analyze and forecast time-series data. All this can be done without prior investmentintospecial hardware or expertise in machine learning. Besides using pre-trained ML services you can also deploy custom ML models or tune existing models with your own training data. This allows you to easily serve customized ML models for critical business processes in a scalable and secure manner. +SAP Master Data service for business partners: SAP Business Partner Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if-properties-name.md index d8305967..d7bc93dc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-app-catalog" +"ml-foundation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if.md index eb9944a8..a43a2c1f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-app-catalog" +"ml-foundation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then-allof-0-then.md index 64cbf351..236ab696 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then-allof-0-then.md @@ -10,14 +10,13 @@ unknown ## plan -service plan >standard< for >mobile-app-catalog< is available in data centers: +service plan >standard< for >ml-foundation< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then.md index 30031591..8ca8e64f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-64-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile App Catalog: Mobile App Catalog +SAP Leonardo ML Foundation: SAP Leonardo Machine Learning Foundation enables you to enhance business processes and software applications with intelligence. Unlock knowledge from structured and unstructured data such as images, text, time series and tabular data. By consuming easy-to-use APIs you can detect the content of pictures, extract keywords from natural language texts or analyze and forecast time-series data. All this can be done without prior investmentintospecial hardware or expertise in machine learning. Besides using pre-trained ML services you can also deploy custom ML models or tune existing models with your own training data. This allows you to easily serve customized ML models for critical business processes in a scalable and secure manner. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if-properties-name.md index a8dd0214..d8305967 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-app-update" +"mobile-app-catalog" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if.md index 5345e575..d2eb72b9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-app-update" +"mobile-app-catalog" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then-allof-0-then.md index 8e0eb937..375aadd2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-app-update< is available in data centers: +service plan >standard< for >mobile-app-catalog< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then.md index d86f5d77..b29f6983 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-65-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile App Update: Mobile App Update +Mobile App Catalog: Mobile App Catalog `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if-properties-name.md index 3d329890..a8dd0214 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-c2g" +"mobile-app-update" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if.md index b5b6f4f7..dbd797bc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-c2g" +"mobile-app-update" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then-allof-0-then.md index b5e0c671..14b8bf6c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-c2g< is available in data centers: +service plan >standard< for >mobile-app-update< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then.md index 7fef9147..c06920a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-66-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Content: Mobile Content +Mobile App Update: Mobile App Update `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if-properties-name.md index a34afa32..3d329890 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-cbms" +"mobile-c2g" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if.md index 999a31d6..351c4c43 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-cbms" +"mobile-c2g" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then-allof-0-then.md index e4cf247b..9de1b6ec 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-cbms< is available in data centers: +service plan >standard< for >mobile-c2g< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then.md index f284ca14..3085f390 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-67-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Cloud Build: Mobile Cloud Build +Mobile Content: Mobile Content `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if-properties-name.md index 95e9c97f..a34afa32 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-log-upload" +"mobile-cbms" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if.md index 6b724489..6d5e6eb1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-log-upload" +"mobile-cbms" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then-allof-0-then.md index 1047ea73..3b5a02fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-client-log-upload< is available in data centers: +service plan >standard< for >mobile-cbms< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then.md index 981b7f01..07c4d1d8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-68-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Client Log Upload Service: Mobile Client Log Upload Service +Mobile Cloud Build: Mobile Cloud Build `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if-properties-name.md index a12b2deb..95e9c97f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-resource" +"mobile-client-log-upload" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if.md index 8bdd7e26..ec716404 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-resource" +"mobile-client-log-upload" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then-allof-0-then.md index 8e88c46a..1160ee21 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-client-resource< is available in data centers: +service plan >standard< for >mobile-client-log-upload< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then.md index a8835a5f..b66028cd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-69-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Client Resource Service: Mobile Client Resource Service +Mobile Client Log Upload Service: Mobile Client Log Upload Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if-properties-name.md index 53509f22..a12b2deb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-usage" +"mobile-client-resource" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if.md index 7e52bf5c..e39c7e08 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-client-usage" +"mobile-client-resource" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then-allof-0-then.md index f19af7ab..0a0c25a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-client-usage< is available in data centers: +service plan >standard< for >mobile-client-resource< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then.md index a1159ba9..3a403ef2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-70-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Client Usage Service: Mobile Client Usage Service +Mobile Client Resource Service: Mobile Client Resource Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if-properties-name.md index bb14d844..53509f22 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-discovery" +"mobile-client-usage" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if.md index d643dc9b..9491b7b2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-discovery" +"mobile-client-usage" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then-allof-0-then.md index 70bd136f..8f2505c8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-discovery< is available in data centers: +service plan >standard< for >mobile-client-usage< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then.md index 12817100..100e7283 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-71-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Discovery: Mobile Discovery +Mobile Client Usage Service: Mobile Client Usage Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if-properties-name.md index ffe13bc7..bb14d844 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-network-trace" +"mobile-discovery" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if.md index 158b10aa..1bbf8d98 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-network-trace" +"mobile-discovery" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then-allof-0-then.md index 5e72e944..6bd04d9f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-network-trace< is available in data centers: +service plan >standard< for >mobile-discovery< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then.md index 51a6db82..f544f418 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-72-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Network Trace: Mobile Network Trace +Mobile Discovery: Mobile Discovery `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if-properties-name.md index 44a50d6b..ffe13bc7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-offline" +"mobile-network-trace" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if.md index 2891bfc9..f2a6b725 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-offline" +"mobile-network-trace" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then-allof-0-then.md index 97e099e3..6d89630c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-offline< is available in data centers: +service plan >standard< for >mobile-network-trace< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then.md index 5b3d221e..95837fd1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-73-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Offline: Mobile Offline +Mobile Network Trace: Mobile Network Trace `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if-properties-name.md index 9a50874f..44a50d6b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-proxy" +"mobile-offline" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if.md index 5c0808a4..2853c881 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-proxy" +"mobile-offline" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then-allof-0-then.md index a1c8bca5..70a81c35 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-proxy< is available in data centers: +service plan >standard< for >mobile-offline< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then.md index 5f5e07ec..c0e88e47 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-74-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Connectivity Service: Mobile Connectivity Service +Mobile Offline: Mobile Offline `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if-properties-name.md index e483f81f..9a50874f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-push" +"mobile-proxy" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if.md index f42ac019..59a568ff 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-push" +"mobile-proxy" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then-allof-0-then.md index 4a8187d2..f75d271f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-push< is available in data centers: +service plan >standard< for >mobile-proxy< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then.md index 50aba102..d481eeb7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-75-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Push Notification: Mobile Push Notification +Mobile Connectivity Service: Mobile Connectivity Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if-properties-name.md index 4789dc75..e483f81f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-sample-odata-v2-espm" +"mobile-push" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if.md index e60da23b..b5dc0cdc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-sample-odata-v2-espm" +"mobile-push" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then-allof-0-then.md index 5d405c90..0613dd66 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >mobile-sample-odata-v2-espm< is available in data centers: +service plan >standard< for >mobile-push< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then.md index e8620ab8..7b1d17e7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-76-then.md @@ -41,7 +41,7 @@ unknown ## name -Mobile Sample OData: Mobile Sample OData +Mobile Push Notification: Mobile Push Notification `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if-properties-name.md index 1f81d2bc..4789dc75 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-services" +"mobile-sample-odata-v2-espm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if.md index 9048b591..64939003 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-services" +"mobile-sample-odata-v2-espm" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if-properties-plan.md index 6c0d60ad..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"b2c" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if.md index 42f97fe5..663db0ac 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"b2c" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-then.md index 3e69794f..858f8676 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0-then.md @@ -10,26 +10,14 @@ unknown ## plan -service plan >b2c< for >mobile-services< is available in data centers: +service plan >standard< for >mobile-sample-odata-v2-espm< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-properties-plan.md index 1a8d24fd..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-properties-plan.md @@ -6,9 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------ | :---------- | -| `"b2c"` | | -| `"free"` | | -| `"resources"` | | -| `"standard"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then.md index dac1e376..83ed5332 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then.md @@ -6,12 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -41,16 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------ | :---------- | -| `"b2c"` | | -| `"free"` | | -| `"resources"` | | -| `"standard"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Mobile Services: Use Mobile Services to provide mobile access to enterprise information. Key features include app content lifecycle management, push notifications and support for offline apps, app security, app monitoring and usage reporting. Mobile Services can be used for native built apps, Mobile Development Kit apps and SAP Mobile Cards. Get started by clicking on the Support link below. +Mobile Sample OData: Mobile Sample OData `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if-properties-name.md index 9c567340..1f81d2bc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-services-preview" +"mobile-services" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if.md index 597f0112..dc3e1db5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-services-preview" +"mobile-services" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if-properties-plan.md index 126392b1..6c0d60ad 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"b2c" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if.md index fba9a141..0322ddc4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"b2c" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-then.md index d4c25d3c..1d75e853 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0-then.md @@ -10,9 +10,26 @@ unknown ## plan -service plan >standard< for >mobile-services-preview< is available in data centers: - +service plan >b2c< for >mobile-services< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if.md index 52e52526..8706d329 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/60/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-60-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/60/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then.md index 2a86232b..94026927 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/1/then/properties/plan") | ## plan @@ -39,7 +39,7 @@ service plan >free< for >mobile-services< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if.md index 6b94773d..7ccdb8b7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then.md index e82ad62a..10214872 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/2/then/properties/plan") | ## plan @@ -39,7 +39,7 @@ service plan >resources< for >mobile-services< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if.md index 040bd4cd..1ab8c8c2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then.md index a65a88a5..7ea35e5d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/3/then/properties/plan") | ## plan @@ -39,7 +39,7 @@ service plan >standard< for >mobile-services< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/77/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/78/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-77-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-properties-plan.md index 248cb3df..1a8d24fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-properties-plan.md @@ -6,6 +6,9 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------ | :---------- | +| `"b2c"` | | +| `"free"` | | +| `"resources"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then.md index b78441ec..2568f686 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-78-then.md @@ -6,6 +6,12 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-78-then-allof-3.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +41,16 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------ | :---------- | +| `"b2c"` | | +| `"free"` | | +| `"resources"` | | +| `"standard"` | | ## name -Mobile Services, preview: Mobile Services Preview gives you an opportunity to test new features a couple of weeks before their production release of Mobile Services. Mobile Services Preview is not intended as a production environment. Use Mobile Services Preview to provide mobile access to enterprise information. Key features include app content lifecycle management, push notifications and support for offline apps, app security, app monitoring and usage reporting. Mobile Services Preview can be used for native built apps, Mobile Development Kit apps and SAP Mobile Cards. Get started by clicking on the Support link below. +SAP Mobile Services: Use Mobile Services to provide mobile access to enterprise information. Key features include app content lifecycle management, push notifications and support for offline apps, app security, app monitoring and usage reporting. Mobile Services can be used for native built apps, Mobile Development Kit apps and SAP Mobile Cards. Get started by clicking on the Support link below. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if-properties-name.md index 2d8b3e35..9c567340 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-settings-exchange" +"mobile-services-preview" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if.md index 66667d06..067ff9fb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mobile-settings-exchange" +"mobile-services-preview" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if-properties-plan.md index 6c0d60ad..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"b2c" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if.md index 186f17d7..3907334d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"b2c" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-then.md index 10a936de..96333526 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0-then.md @@ -10,14 +10,9 @@ unknown ## plan -service plan >b2c< for >mobile-settings-exchange< is available in data centers: +service plan >standard< for >mobile-services-preview< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if.md deleted file mode 100644 index 9a9c9d31..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if.md +++ /dev/null @@ -1,35 +0,0 @@ -## if Type - -unknown - -# if Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/79/then/allOf/1/if/properties/plan") | - -## plan - - - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/79/then/allOf/1/if/properties/plan") - -### plan Type - -unknown - -### plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"standard" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-properties-plan.md index a0720f73..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"b2c"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then.md index 5dac270c..98470a86 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"b2c"` | | | `"standard"` | | ## name -Mobile Settings Exchange Service: Mobile Settings Exchange Service +Mobile Services, preview: Mobile Services Preview gives you an opportunity to test new features a couple of weeks before their production release of Mobile Services. Mobile Services Preview is not intended as a production environment. Use Mobile Services Preview to provide mobile access to enterprise information. Key features include app content lifecycle management, push notifications and support for offline apps, app security, app monitoring and usage reporting. Mobile Services Preview can be used for native built apps, Mobile Development Kit apps and SAP Mobile Cards. Get started by clicking on the Support link below. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if-properties-name.md index 10b894c6..2d8b3e35 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"multichain" +"mobile-settings-exchange" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if.md index c648daaa..f2233700 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"multichain" +"mobile-settings-exchange" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if-properties-plan.md index b811d357..6c0d60ad 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"cyon" +"b2c" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if.md index ceaf2cae..674e86db 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"cyon" +"b2c" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-then.md index 1c40800d..37cd0cc4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-0-then.md @@ -10,9 +10,13 @@ unknown ## plan -service plan >cyon< for >multichain< is available in data centers: +service plan >b2c< for >mobile-settings-exchange< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if-properties-plan.md index 9db80827..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if.md index e9f3ded3..537cd983 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-then.md index 73e2f832..1f7e515f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1-then.md @@ -10,9 +10,13 @@ unknown ## plan -service plan >large< for >multichain< is available in data centers: +service plan >standard< for >mobile-settings-exchange< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then.md deleted file mode 100644 index 129d7e47..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then.md +++ /dev/null @@ -1,30 +0,0 @@ -## then Type - -unknown - -# then Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/2/then/properties/plan") | - -## plan - -service plan >medium< for >multichain< is available in data centers: - -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'us10', 'name': 'US East (VA)'} - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/2/then/properties/plan") - -### plan Type - -unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-properties-plan.md index b1735e76..a0720f73 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-properties-plan.md @@ -6,9 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------- | :---------- | -| `"cyon"` | | -| `"large"` | | -| `"medium"` | | -| `"small"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"b2c"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then.md index 98ff478a..1f554c62 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then.md @@ -8,10 +8,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-1.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -41,16 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------- | :---------- | -| `"cyon"` | | -| `"large"` | | -| `"medium"` | | -| `"small"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"b2c"` | | +| `"standard"` | | ## name -MultiChain on SAP BTP: The MultiChain service lets you create, delete, monitor and maintain individual MultiChain nodes and connect them to a blockchain network. +Mobile Settings Exchange Service: Mobile Settings Exchange Service `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if-properties-name.md index 6dca40c6..10b894c6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"objectstore" +"multichain" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if.md index 47a524e7..1ba0c9e4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"objectstore" +"multichain" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if-properties-plan.md index 076001c7..b811d357 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"azure-standard" +"cyon" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if.md index d3f30001..52b3a26a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"azure-standard" +"cyon" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-then.md index b1346f79..6f82f071 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-0-then.md @@ -10,15 +10,10 @@ unknown ## plan -service plan >azure-standard< for >objectstore< is available in data centers: - -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'ch20', 'name': 'cf-ch20'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} +service plan >cyon< for >multichain< is available in data centers: + +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if-properties-plan.md index d5733f7e..9db80827 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"gcs-standard" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if.md index 4a5d2339..d4e6177f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"gcs-standard" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-then.md index f36276c1..f19838a9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-1-then.md @@ -10,11 +10,10 @@ unknown ## plan -service plan >gcs-standard< for >objectstore< is available in data centers: +service plan >large< for >multichain< is available in data centers: -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'us30', 'name': 'US Central (IA)'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if-properties-plan.md index 25bf509d..2cf6fedc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"s3-standard" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if.md index 1ebea960..874025db 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"s3-standard" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-then.md index 2603044c..bb2246d8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2-then.md @@ -10,16 +10,9 @@ unknown ## plan -service plan >s3-standard< for >objectstore< is available in data centers: +service plan >medium< for >multichain< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if.md index 0c69e01a..a6c39fc6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/81/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/81/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then.md index a44c5ea1..e3a0d1fd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/81/then/allOf/3/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ service plan >small< for >multichain< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/81/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-properties-plan.md index 0528f920..b1735e76 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-properties-plan.md @@ -6,8 +6,9 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------------- | :---------- | -| `"azure-standard"` | | -| `"gcs-standard"` | | -| `"s3-standard"` | | +| Value | Explanation | +| :--------- | :---------- | +| `"cyon"` | | +| `"large"` | | +| `"medium"` | | +| `"small"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then.md index 4b901d5f..7cbdf75c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-81-then.md @@ -10,6 +10,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-2.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-81-then-allof-3.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,15 +41,16 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------------- | :---------- | -| `"azure-standard"` | | -| `"gcs-standard"` | | -| `"s3-standard"` | | +| Value | Explanation | +| :--------- | :---------- | +| `"cyon"` | | +| `"large"` | | +| `"medium"` | | +| `"small"` | | ## name -Object Store on SAP BTP: Object Store on SAP BTP provisions an object storage space that can be used by applications to store and manage objects. +MultiChain on SAP BTP: The MultiChain service lets you create, delete, monitor and maintain individual MultiChain nodes and connect them to a blockchain network. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if-properties-name.md index 12ea36b6..6dca40c6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"one-inbox-service" +"objectstore" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if.md index 1bf1ed82..b797a422 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"one-inbox-service" +"objectstore" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if-properties-plan.md index 126392b1..076001c7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"azure-standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if.md index 515f2c0a..715fc0ec 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"azure-standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md deleted file mode 100644 index 3bac9bd6..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md +++ /dev/null @@ -1,55 +0,0 @@ -## parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md)) - -# parameters Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------------------------------------------------------ | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [authorities](#authorities) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters/properties/authorities") | -| [defaultCollectionQueryFilter](#defaultcollectionqueryfilter) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") | - -## authorities - -Configures scopes that are available in the client credentials flow. - -`authorities` - -* is optional - -* Type: `string[]` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters/properties/authorities") - -### authorities Type - -`string[]` - -## defaultCollectionQueryFilter - -Configures the default behavior of queries that return a collection of Workflow entities. - -`defaultCollectionQueryFilter` - -* is optional - -* Type: `string` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") - -### defaultCollectionQueryFilter Type - -`string` - -### defaultCollectionQueryFilter Constraints - -**enum**: the value of this property must be equal to one of the following values: - -| Value | Explanation | -| :--------- | :---------- | -| `"own"` | | -| `"shared"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then.md index d81b2b27..6968f69d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then.md @@ -4,29 +4,21 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/plan") | ## plan -service plan >standard< for >one-inbox-service< is available in data centers: +service plan >azure-standard< for >objectstore< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -41,21 +33,3 @@ service plan >standard< for >one-inbox-service< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties-plan.md new file mode 100644 index 00000000..d5733f7e --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"gcs-standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if.md index 61f0f698..4dae50c1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/45/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/45/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/1/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"app-runtime" +"gcs-standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then.md similarity index 69% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then.md index d948467a..c5409b43 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then.md @@ -6,14 +6,15 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/54/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/1/then/properties/plan") | ## plan -service plan >standard< for >iotae< is available in data centers: +service plan >gcs-standard< for >objectstore< is available in data centers: -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -23,7 +24,7 @@ service plan >standard< for >iotae< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/54/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-79-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties-plan.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties-plan.md index 3caccb16..25bf509d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-45-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"app-runtime" +"s3-standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if.md index 73e00106..36da64e7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/80/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/2/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"s3-standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then.md new file mode 100644 index 00000000..b829a888 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then.md @@ -0,0 +1,37 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/2/then/properties/plan") | + +## plan + +service plan >s3-standard< for >objectstore< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/82/then/allOf/2/then/properties/plan") + +### plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-properties-plan.md index 248cb3df..0528f920 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-properties-plan.md @@ -6,6 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :----------------- | :---------- | +| `"azure-standard"` | | +| `"gcs-standard"` | | +| `"s3-standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then.md index b7fa2b54..ee142f5c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then.md @@ -6,6 +6,10 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-2.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :----------------- | :---------- | +| `"azure-standard"` | | +| `"gcs-standard"` | | +| `"s3-standard"` | | ## name -SAP Task Center: The SAP Task Center service only enables, but does not include the integration implementation from the supported SAP solutions. The SAP Task Center service enables integration with SAP applications to provide a single entry point for end users to access all their assigned workflow tasks. The tasks can be accessed by end users through the SAP Task Center Web application. +Object Store on SAP BTP: Object Store on SAP BTP provisions an object storage space that can be used by applications to store and manage objects. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if-properties-name.md index 240c0f8e..12ea36b6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"one-mds" +"one-inbox-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if.md index f499279e..304d03f4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"one-mds" +"one-inbox-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if-properties-plan.md index 5ade1e58..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"s4hana-onpremise" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if.md index 75fd4f74..b0250386 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"s4hana-onpremise" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-authorities.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-82-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters.md index 6049fc10..12fc5989 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters.md @@ -4,93 +4,34 @@ # parameters Properties -| Property | Type | Required | Nullable | Defined by | -| :-------------------------------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [businessSystemId](#businesssystemid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/businessSystemId") | -| [enableTenantDeletion](#enabletenantdeletion) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/enableTenantDeletion") | -| [globalTenantId](#globaltenantid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/globalTenantId") | -| [logSys](#logsys) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/logSys") | -| [writePermissions](#writepermissions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/writePermissions") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------------------------------------------ | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [authorities](#authorities) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/authorities") | +| [defaultCollectionQueryFilter](#defaultcollectionqueryfilter) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") | -## businessSystemId +## authorities -Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned. +Configures scopes that are available in the client credentials flow. -`businessSystemId` +`authorities` * is optional -* Type: `string` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/businessSystemId") - -### businessSystemId Type - -`string` - -### businessSystemId Constraints - -**pattern**: the string must match the following regular expression: - -```regexp -^.{1,60}$ -``` - -[try pattern](https://regexr.com/?expression=%5E.%7B1%2C60%7D%24 "try regular expression with regexr.com") - -## enableTenantDeletion - -Boolean flag to be set to true for confirming deletion of last service instance for the tenant. - -`enableTenantDeletion` - -* is optional - -* Type: `boolean` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/enableTenantDeletion") - -### enableTenantDeletion Type - -`boolean` - -## globalTenantId - -A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification. - -`globalTenantId` - -* is optional - -* Type: `string` +* Type: `string[]` * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/globalTenantId") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-authorities.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/authorities") -### globalTenantId Type +### authorities Type -`string` - -### globalTenantId Constraints - -**pattern**: the string must match the following regular expression: +`string[]` -```regexp -^[A-Za-z0-9-._~]{1,40}$ -``` +## defaultCollectionQueryFilter -[try pattern](https://regexr.com/?expression=%5E%5BA-Za-z0-9-._~%5D%7B1%2C40%7D%24 "try regular expression with regexr.com") +Configures the default behavior of queries that return a collection of Workflow entities. -## logSys - -The logical system. - -`logSys` +`defaultCollectionQueryFilter` * is optional @@ -98,36 +39,17 @@ The logical system. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/logSys") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/defaultCollectionQueryFilter") -### logSys Type +### defaultCollectionQueryFilter Type `string` -### logSys Constraints - -**pattern**: the string must match the following regular expression: - -```regexp -^.{1,10}$ -``` - -[try pattern](https://regexr.com/?expression=%5E.%7B1%2C10%7D%24 "try regular expression with regexr.com") - -## writePermissions - -Array of entities the service instance has write permission for - -`writePermissions` - -* is optional - -* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/writePermissions") +### defaultCollectionQueryFilter Constraints -### writePermissions Type +**enum**: the value of this property must be equal to one of the following values: -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) +| Value | Explanation | +| :--------- | :---------- | +| `"own"` | | +| `"shared"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then.md index cf82457c..324558dd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then.md @@ -11,13 +11,22 @@ unknown ## plan -service plan >s4hana-onpremise< for >one-mds< is available in data centers: +service plan >standard< for >one-inbox-service< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties-plan.md deleted file mode 100644 index 206a15ef..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties-plan.md +++ /dev/null @@ -1,11 +0,0 @@ -## plan Type - -unknown - -## plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"sap-integration" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if.md deleted file mode 100644 index 1a7e9ecf..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if.md +++ /dev/null @@ -1,35 +0,0 @@ -## if Type - -unknown - -# if Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/if/properties/plan") | - -## plan - - - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/if/properties/plan") - -### plan Type - -unknown - -### plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"sap-integration" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-properties-plan.md index b1eb4f29..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"s4hana-onpremise"` | | -| `"sap-integration"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then.md index 57b8cfe9..dc402623 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"s4hana-onpremise"` | | -| `"sap-integration"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Master Data Integration: SAP Business Technology Platform Master Data Integration service offers master data synchronization across SAP solutions and is a central access layer for data sharing and distribution. The service can only be used for SAP to SAP Integration, and must not be directly accessed for 3rd party master data integration scenarios with SAP. SAP Business Technology Platform Master Data Orchestration is part of the master data integration service, and can only be used in conjunction with SAP Master Data Integration service. +SAP Task Center: The SAP Task Center service only enables, but does not include the integration implementation from the supported SAP solutions. The SAP Task Center service enables integration with SAP applications to provide a single entry point for end users to access all their assigned workflow tasks. The tasks can be accessed by end users through the SAP Task Center Web application. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if-properties-name.md index d48c5fe8..240c0f8e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"personal-data-manager-service" +"one-mds" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if.md index e69b162a..a2b6e77b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"personal-data-manager-service" +"one-mds" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if-properties-plan.md index c97f5143..5ade1e58 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"s4hana-onpremise" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if.md index bc8ff2be..ae988d4e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"s4hana-onpremise" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-businesssystemid.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-businesssystemid.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-businesssystemid.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-businesssystemid.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-globaltenantid.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-globaltenantid.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-globaltenantid.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-globaltenantid.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-logsys.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-logsys.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-logsys.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-logsys.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md index 2c5c2164..9303de95 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md @@ -1,12 +1,12 @@ ## items Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) # items Properties | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [entityType](#entitytype) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/writePermissions/items/properties/entityType") | +| [entityType](#entitytype) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/writePermissions/items/properties/entityType") | ## entityType @@ -20,7 +20,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/0/then/properties/parameters/properties/writePermissions/items/properties/entityType") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/writePermissions/items/properties/entityType") ### entityType Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions.md similarity index 66% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions.md index e02ac7f6..0516d870 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions.md @@ -1,3 +1,3 @@ ## writePermissions Type -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md new file mode 100644 index 00000000..f5afd397 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md @@ -0,0 +1,133 @@ +## parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md)) + +# parameters Properties + +| Property | Type | Required | Nullable | Defined by | +| :-------------------------------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [businessSystemId](#businesssystemid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/businessSystemId") | +| [enableTenantDeletion](#enabletenantdeletion) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/enableTenantDeletion") | +| [globalTenantId](#globaltenantid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/globalTenantId") | +| [logSys](#logsys) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/logSys") | +| [writePermissions](#writepermissions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/writePermissions") | + +## businessSystemId + +Name to be displayed in SAP Master Data Orchestration UI. If not provided, a random UUID will be assigned. + +`businessSystemId` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/businessSystemId") + +### businessSystemId Type + +`string` + +### businessSystemId Constraints + +**pattern**: the string must match the following regular expression: + +```regexp +^.{1,60}$ +``` + +[try pattern](https://regexr.com/?expression=%5E.%7B1%2C60%7D%24 "try regular expression with regexr.com") + +## enableTenantDeletion + +Boolean flag to be set to true for confirming deletion of last service instance for the tenant. + +`enableTenantDeletion` + +* is optional + +* Type: `boolean` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/enableTenantDeletion") + +### enableTenantDeletion Type + +`boolean` + +## globalTenantId + +A name for the last significant writer (client) following the Globally Unique Tenant ID (GTID) specification. + +`globalTenantId` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/globalTenantId") + +### globalTenantId Type + +`string` + +### globalTenantId Constraints + +**pattern**: the string must match the following regular expression: + +```regexp +^[A-Za-z0-9-._~]{1,40}$ +``` + +[try pattern](https://regexr.com/?expression=%5E%5BA-Za-z0-9-._~%5D%7B1%2C40%7D%24 "try regular expression with regexr.com") + +## logSys + +The logical system. + +`logSys` + +* is optional + +* Type: `string` + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/logSys") + +### logSys Type + +`string` + +### logSys Constraints + +**pattern**: the string must match the following regular expression: + +```regexp +^.{1,10}$ +``` + +[try pattern](https://regexr.com/?expression=%5E.%7B1%2C10%7D%24 "try regular expression with regexr.com") + +## writePermissions + +Array of entities the service instance has write permission for + +`writePermissions` + +* is optional + +* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters/properties/writePermissions") + +### writePermissions Type + +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters-properties-writepermissions-items.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then.md index a60c625a..f4cd10b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then.md @@ -4,25 +4,20 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters") | ## plan -service plan >free< for >personal-data-manager-service< is available in data centers: +service plan >s4hana-onpremise< for >one-mds< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -37,3 +32,21 @@ service plan >free< for >personal-data-manager-service< is available in data cen ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if-properties-plan.md index 126392b1..206a15ef 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"sap-integration" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if.md index a3c03d23..f414fb28 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"sap-integration" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-application.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-application.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-application.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-application.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-businesssystemid.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-businesssystemid.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-businesssystemid.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-businesssystemid.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-globaltenantid.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-globaltenantid.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-globaltenantid.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-globaltenantid.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-logsys.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-logsys.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-logsys.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-logsys.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md index ed12e2f3..33744305 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md @@ -1,12 +1,12 @@ ## items Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) # items Properties | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [entityType](#entitytype) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/writePermissions/items/properties/entityType") | +| [entityType](#entitytype) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/writePermissions/items/properties/entityType") | ## entityType @@ -20,7 +20,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/writePermissions/items/properties/entityType") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items-properties-entitytype.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/writePermissions/items/properties/entityType") ### entityType Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions.md similarity index 66% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions.md index 9002821d..c14f57b0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions.md @@ -1,3 +1,3 @@ ## writePermissions Type -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md similarity index 79% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md index 5da21973..b19adbde 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md @@ -1,17 +1,17 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :-------------------------------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [application](#application) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-application.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/application") | -| [businessSystemId](#businesssystemid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/businessSystemId") | -| [enableTenantDeletion](#enabletenantdeletion) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/enableTenantDeletion") | -| [globalTenantId](#globaltenantid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/globalTenantId") | -| [logSys](#logsys) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/logSys") | -| [writePermissions](#writepermissions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/writePermissions") | +| [application](#application) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-application.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/application") | +| [businessSystemId](#businesssystemid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/businessSystemId") | +| [enableTenantDeletion](#enabletenantdeletion) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/enableTenantDeletion") | +| [globalTenantId](#globaltenantid) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/globalTenantId") | +| [logSys](#logsys) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/logSys") | +| [writePermissions](#writepermissions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/writePermissions") | ## application @@ -25,7 +25,7 @@ Name of the application you are connecting to MDI. Allowed values are: "ariba", * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-application.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/application") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-application.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/application") ### application Type @@ -61,7 +61,7 @@ Name to be displayed in SAP Master Data Orchestration UI. If not provided, a ran * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/businessSystemId") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-businesssystemid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/businessSystemId") ### businessSystemId Type @@ -89,7 +89,7 @@ Boolean flag to be set to true for confirming deletion of last service instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/enableTenantDeletion") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-enabletenantdeletion.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/enableTenantDeletion") ### enableTenantDeletion Type @@ -107,7 +107,7 @@ A name for the last significant writer (client) following the Globally Unique Te * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/globalTenantId") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-globaltenantid.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/globalTenantId") ### globalTenantId Type @@ -135,7 +135,7 @@ The logical system. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/logSys") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-logsys.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/logSys") ### logSys Type @@ -159,12 +159,12 @@ Array of entities the service instance has write permission for * is optional -* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) +* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/83/then/allOf/1/then/properties/parameters/properties/writePermissions") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters/properties/writePermissions") ### writePermissions Type -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters-properties-writepermissions-items.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then.md index 8f5f8b6b..cb926113 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then.md @@ -4,24 +4,20 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters") | ## plan -service plan >standard< for >personal-data-manager-service< is available in data centers: +service plan >sap-integration< for >one-mds< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} `plan` @@ -36,3 +32,21 @@ service plan >standard< for >personal-data-manager-service< is available in data ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/84/then/allOf/1/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-properties-plan.md index 49c8bb8c..b1eb4f29 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then-properties-plan.md @@ -6,7 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"s4hana-onpremise"` | | +| `"sap-integration"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then.md index 4a05cea0..f42e69ec 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-84-then.md @@ -37,14 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"s4hana-onpremise"` | | +| `"sap-integration"` | | ## name -SAP Personal Data Manager: SAP Personal Data Manager provides the capability to generate reports showing the personal data stored in an application point of view with the help of a CSR. The reports can be generated and exported either in machine readable form (JSON) or human readable form (PDF). Data subjects can request the correction and deletion of personal data that is stored in an application point of view. +SAP Master Data Integration: SAP Business Technology Platform Master Data Integration service offers master data synchronization across SAP solutions and is a central access layer for data sharing and distribution. The service can only be used for SAP to SAP Integration, and must not be directly accessed for 3rd party master data integration scenarios with SAP. SAP Business Technology Platform Master Data Orchestration is part of the master data integration service, and can only be used in conjunction with SAP Master Data Integration service. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if-properties-name.md index 0dbc4351..d48c5fe8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"portal" +"personal-data-manager-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if.md index c7ff2585..e8d3fe6a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"portal" +"personal-data-manager-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if.md index 06e244a3..3d2e2e5a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-then.md index 85dc95f7..adf791c9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0-then.md @@ -10,22 +10,15 @@ unknown ## plan -service plan >standard< for >portal< is available in data centers: +service plan >free< for >personal-data-manager-service< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if.md index 15a449c8..60cef7ed 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/54/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/85/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-54-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/54/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/85/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then.md new file mode 100644 index 00000000..e5fd5ca4 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then.md @@ -0,0 +1,39 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/85/then/allOf/1/then/properties/plan") | + +## plan + +service plan >standard< for >personal-data-manager-service< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/85/then/allOf/1/then/properties/plan") + +### plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-83-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-properties-plan.md index 248cb3df..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then.md index 43b1e8a2..caacc0b5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-85-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-85-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | ## name -SAP Cloud Portal service: SAP Business Technology Platform Portal lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device. +SAP Personal Data Manager: SAP Personal Data Manager provides the capability to generate reports showing the personal data stored in an application point of view with the help of a CSR. The reports can be generated and exported either in machine readable form (JSON) or human readable form (PDF). Data subjects can request the correction and deletion of personal data that is stored in an application point of view. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if-properties-name.md index 3d72f516..0dbc4351 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"postgresql" +"portal" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if.md index e9e5aae6..4d2a8f9e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"postgresql" +"portal" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if-properties-plan.md index 9db80827..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if.md index 1f5a43a1..5b0bee95 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-then.md index 0c50b748..85a0c641 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >large< for >postgresql< is available in data centers: +service plan >standard< for >portal< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -19,7 +19,6 @@ service plan >large< for >postgresql< is available in data centers: * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-properties-plan.md index a42e9368..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-properties-plan.md @@ -6,10 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"large"` | | -| `"medium"` | | -| `"small"` | | -| `"xsmall"` | | -| `"xxsmall"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then.md index 59f257ca..08b38000 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then.md @@ -6,14 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -43,17 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"large"` | | -| `"medium"` | | -| `"small"` | | -| `"xsmall"` | | -| `"xxsmall"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -PostgreSQL on SAP BTP: PostgreSQL on SAP BTP offers an object-relational database management system with many advanced features, such as user-defined types, table inheritance, foreign key referential integrity, Multiversion Concurrency Control (MVCC), and so on. +SAP Cloud Portal service: SAP Business Technology Platform Portal lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if-properties-name.md index 61ff4e86..3d72f516 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"postgresql-db" +"postgresql" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if.md index 0958fd17..f0b786a2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"postgresql-db" +"postgresql" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if-properties-plan.md index c97f5143..9db80827 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if.md index 80509a27..445b17eb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md deleted file mode 100644 index 6693eec6..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md +++ /dev/null @@ -1,77 +0,0 @@ -## parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md)) - -# parameters Properties - -| Property | Type | Required | Nullable | Defined by | -| :--------------------------------- | :------- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters/properties/engine_version") | -| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters/properties/locale") | -| Additional Properties | Any | Optional | can be null | | - -## engine\_version - -The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 12 - -`engine_version` - -* is optional - -* Type: `string` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters/properties/engine_version") - -### engine\_version Type - -`string` - -### engine\_version Constraints - -**enum**: the value of this property must be equal to one of the following values: - -| Value | Explanation | -| :----- | :---------- | -| `"11"` | | -| `"12"` | | -| `"13"` | | - -### engine\_version Default Value - -The default value is: - -```json -"12" -``` - -## locale - -Indicates the locale for the instance (TODO) - -`locale` - -* is optional - -* Type: `string` - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters/properties/locale") - -### locale Type - -`string` - -### locale Default Value - -The default value is: - -```json -"en_US" -``` - -## Additional Properties - -Additional properties are allowed and do not have to follow a specific schema diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then.md index 36ef2933..63393922 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then.md @@ -4,24 +4,33 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/plan") | ## plan -service plan >free< for >postgresql-db< is available in data centers: +service plan >large< for >postgresql< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} * {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -36,21 +45,3 @@ service plan >free< for >postgresql-db< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if-properties-plan.md index 9afdf414..2cf6fedc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"premium" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if.md index 10813085..a16bb139 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"premium" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then.md index 43da92ad..56d90ba6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then.md @@ -4,14 +4,13 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/plan") | ## plan -service plan >premium< for >postgresql-db< is available in data centers: +service plan >medium< for >postgresql< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -46,21 +45,3 @@ service plan >premium< for >postgresql-db< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if-properties-plan.md index 126392b1..b970e1cf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"small" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if.md index ee2cb2dc..0bbbb0ae 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"small" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then.md index 7ca477a5..991c29f9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then.md @@ -4,18 +4,19 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/plan") | ## plan -service plan >standard< for >postgresql-db< is available in data centers: +service plan >small< for >postgresql< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} * {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'ch20', 'name': 'cf-ch20'} @@ -25,7 +26,10 @@ service plan >standard< for >postgresql-db< is available in data centers: * {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} * {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -41,21 +45,3 @@ service plan >standard< for >postgresql-db< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if-properties-plan.md index bd5a7e14..f3131978 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"storage" +"xsmall" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if.md index 962dca23..697a65b9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"storage" +"xsmall" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-then.md index b415cb71..c9df1dab 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-3-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >storage< for >postgresql-db< is available in data centers: +service plan >xsmall< for >postgresql< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if-properties-plan.md index 1b42121f..a855f4f8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"storage_ha" +"xxsmall" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if.md index 78a6368d..54a3fdb9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"storage_ha" +"xxsmall" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-then.md index 840c7f4e..b51c22ad 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-4-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >storage\_ha< for >postgresql-db< is available in data centers: +service plan >xxsmall< for >postgresql< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-properties-plan.md index a02f6e20..a42e9368 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-properties-plan.md @@ -6,10 +6,10 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------- | :---------- | -| `"free"` | | -| `"premium"` | | -| `"standard"` | | -| `"storage"` | | -| `"storage_ha"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"large"` | | +| `"medium"` | | +| `"small"` | | +| `"xsmall"` | | +| `"xxsmall"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then.md index 7293f0ee..b0ae4963 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then.md @@ -43,17 +43,17 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------- | :---------- | -| `"free"` | | -| `"premium"` | | -| `"standard"` | | -| `"storage"` | | -| `"storage_ha"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"large"` | | +| `"medium"` | | +| `"small"` | | +| `"xsmall"` | | +| `"xxsmall"` | | ## name -PostgreSQL on SAP BTP, hyperscaler option: The PostgreSQL service on SAP BTP provides a way to directly consume the PostgreSQL service provided by the infrastructure providers such as AWS and Azure. +PostgreSQL on SAP BTP: PostgreSQL on SAP BTP offers an object-relational database management system with many advanced features, such as user-defined types, table inheritance, foreign key referential integrity, Multiversion Concurrency Control (MVCC), and so on. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if-properties-name.md index bfb122c1..61ff4e86 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"print" +"postgresql-db" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if.md index 1b6f5bab..da4e4a85 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"print" +"postgresql-db" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if-properties-plan.md index 28613236..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"receiver" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if.md index 9f375610..0c5631b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"receiver" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-locale.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-locale.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-0-then-properties-parameters-properties-locale.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-locale.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md index 84842b34..5b7f0028 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md @@ -4,43 +4,74 @@ # parameters Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------------ | :------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [notifications](#notifications) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications") | +| Property | Type | Required | Nullable | Defined by | +| :--------------------------------- | :------- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/engine_version") | +| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/locale") | +| Additional Properties | Any | Optional | can be null | | -## notifications +## engine\_version +The major version of the PostgreSQL database to use. If not provided, the major version is defaulted to 12 - -`notifications` +`engine_version` * is optional -* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md)) +* Type: `string` * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/engine_version") + +### engine\_version Type + +`string` + +### engine\_version Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :----- | :---------- | +| `"11"` | | +| `"12"` | | +| `"13"` | | + +### engine\_version Default Value + +The default value is: + +```json +"12" +``` + +## locale + +Indicates the locale for the instance (TODO) + +`locale` -### notifications Type +* is optional + +* Type: `string` -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md)) +* cannot be null -### notifications Constraints +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/locale") -**maximum number of items**: the maximum number of items for this array is: `1` +### locale Type -**minimum number of items**: the minimum number of items for this array is: `0` +`string` -### notifications Default Value +### locale Default Value The default value is: ```json -[ - { - "destinationName": "", - "usage": "" - } -] +"en_US" ``` + +## Additional Properties + +Additional properties are allowed and do not have to follow a specific schema diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then.md index 082f96b4..71ff58b9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then.md @@ -4,21 +4,24 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters") | ## plan -service plan >receiver< for >print< is available in data centers: +service plan >free< for >postgresql-db< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} `plan` @@ -46,7 +49,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters.md "http://example.com/schemas/postgres-free-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters") ### parameters Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if-properties-plan.md index f3b80b48..9afdf414 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sender" +"premium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if.md index 3aabb700..c20c343f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sender" +"premium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-locale.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-locale.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-locale.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-locale.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md index 7f5a0d4d..51cc20a6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md @@ -1,14 +1,14 @@ ## maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) # maintenance\_window Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | -| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") | -| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | +| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | +| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") | +| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | ## day\_of\_week @@ -22,7 +22,7 @@ Day of the week when the PostgreSQL database instance can be patched. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") ### day\_of\_week Type @@ -62,7 +62,7 @@ Duration of the time block in hours. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") ### duration Type @@ -94,7 +94,7 @@ Start hour of the time block (in UTC). * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") ### start\_hour\_utc Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-memory.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-memory.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-memory.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-memory.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-multi_az.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-multi_az.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-multi_az.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-multi_az.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-storage.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-storage.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-storage.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-storage.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md similarity index 80% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md index 7eee6100..ab9e9406 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md @@ -1,18 +1,18 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :----------------------------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [audit\_log\_level](#audit_log_level) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/audit_log_level") | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/engine_version") | -| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/locale") | -| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window") | -| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/memory") | -| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/multi_az") | -| [storage](#storage) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/storage") | +| [audit\_log\_level](#audit_log_level) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/audit_log_level") | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/engine_version") | +| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/locale") | +| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window") | +| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/memory") | +| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/multi_az") | +| [storage](#storage) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/storage") | | Additional Properties | Any | Optional | can be null | | ## audit\_log\_level @@ -27,7 +27,7 @@ Defines which classes of statements will be logged by session audit logging * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/audit_log_level") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/audit_log_level") ### audit\_log\_level Type @@ -62,7 +62,7 @@ The major version of the PostgreSQL database to use. If not provided, the major * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/engine_version") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/engine_version") ### engine\_version Type @@ -98,7 +98,7 @@ Indicates the locale for the instance (TODO) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/locale") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/locale") ### locale Type @@ -120,15 +120,15 @@ Indicates the preferred maintenance window for the PostgreSQL database instance. * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/maintenance_window") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/maintenance_window") ### maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) ## memory @@ -142,7 +142,7 @@ Defines amount of memory (in GB) to be used for the instance. The number of CPU * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/memory") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/memory") ### memory Type @@ -181,7 +181,7 @@ Indicates whether the instance is a multi-AZ deployment. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/multi_az") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/multi_az") ### multi\_az Type @@ -207,7 +207,7 @@ Amount of storage in GB to be allocated to the instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-1-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/1/then/properties/parameters/properties/storage") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters/properties/storage") ### storage Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then.md index 15710e9b..be3a91d0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then.md @@ -4,20 +4,34 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters") | ## plan -service plan >sender< for >print< is available in data centers: +service plan >premium< for >postgresql-db< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -32,3 +46,21 @@ service plan >sender< for >print< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md "http://example.com/schemas/postgres-premium-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/1/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if.md index 17f09dac..3cb7aea3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-locale.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-locale.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-locale.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-locale.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md index 971747ad..98961533 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md @@ -1,14 +1,14 @@ ## maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) # maintenance\_window Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | -| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") | -| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | +| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | +| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") | +| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | ## day\_of\_week @@ -22,7 +22,7 @@ Day of the week when the PostgreSQL database instance can be patched. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") ### day\_of\_week Type @@ -62,7 +62,7 @@ Duration of the time block in hours. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") ### duration Type @@ -94,7 +94,7 @@ Start hour of the time block (in UTC). * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") ### start\_hour\_utc Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-memory.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-memory.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-memory.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-memory.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-multi_az.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-multi_az.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-multi_az.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-multi_az.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-storage.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-storage.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-storage.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-storage.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md similarity index 80% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md index 7a2cf969..846ef976 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md @@ -1,18 +1,18 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :----------------------------------------- | :-------- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [audit\_log\_level](#audit_log_level) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/audit_log_level") | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/engine_version") | -| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/locale") | -| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window") | -| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/memory") | -| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/multi_az") | -| [storage](#storage) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/storage") | +| [audit\_log\_level](#audit_log_level) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/audit_log_level") | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/engine_version") | +| [locale](#locale) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/locale") | +| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window") | +| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/memory") | +| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/multi_az") | +| [storage](#storage) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/storage") | | Additional Properties | Any | Optional | can be null | | ## audit\_log\_level @@ -27,7 +27,7 @@ Defines which classes of statements will be logged by session audit logging * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/audit_log_level") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-audit_log_level.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/audit_log_level") ### audit\_log\_level Type @@ -62,7 +62,7 @@ The major version of the PostgreSQL database to use. If not provided, the major * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/engine_version") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/engine_version") ### engine\_version Type @@ -98,7 +98,7 @@ Indicates the locale for the instance (TODO) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/locale") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-locale.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/locale") ### locale Type @@ -120,15 +120,15 @@ Indicates the preferred maintenance window for the PostgreSQL database instance. * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/maintenance_window") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/maintenance_window") ### maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) ## memory @@ -142,7 +142,7 @@ Defines amount of memory (in GB) to be used for the instance. The number of CPU * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/memory") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/memory") ### memory Type @@ -177,7 +177,7 @@ Indicates whether the instance is a multi-AZ deployment. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/multi_az") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/multi_az") ### multi\_az Type @@ -203,7 +203,7 @@ Amount of storage in GB to be allocated to the instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-87-then-allof-2-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/87/then/allOf/2/then/properties/parameters/properties/storage") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters-properties-storage.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters/properties/storage") ### storage Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then.md new file mode 100644 index 00000000..ef59cd22 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then.md @@ -0,0 +1,61 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters") | + +## plan + +service plan >standard< for >postgresql-db< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/plan") + +### plan Type + +unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md "http://example.com/schemas/postgres-standard-create.json#/properties/services/items/allOf/1/then/allOf/88/then/allOf/2/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties-plan.md similarity index 92% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties-plan.md index 3e88ab44..bd5a7e14 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"dev" +"storage" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if.md index cc248665..e0ccf959 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/3/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xsmall" +"storage" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then.md index 15b0abf7..628a9fcb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then.md @@ -6,11 +6,11 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/3/then/properties/plan") | ## plan -service plan >xsmall< for >postgresql< is available in data centers: +service plan >storage< for >postgresql-db< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -40,7 +40,7 @@ service plan >xsmall< for >postgresql< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties-plan.md new file mode 100644 index 00000000..1b42121f --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"storage_ha" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if.md index ede3d2b1..224f56f7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/4/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/4/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/4/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/4/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"xxsmall" +"storage_ha" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then.md index 9722e7d4..ae51ee4b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then.md @@ -6,11 +6,11 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/4/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/4/then/properties/plan") | ## plan -service plan >xxsmall< for >postgresql< is available in data centers: +service plan >storage\_ha< for >postgresql-db< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -40,7 +40,7 @@ service plan >xxsmall< for >postgresql< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/4/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/4/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-4.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-properties-plan.md index 804b490c..a02f6e20 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-properties-plan.md @@ -6,7 +6,10 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"receiver"` | | -| `"sender"` | | +| Value | Explanation | +| :------------- | :---------- | +| `"free"` | | +| `"premium"` | | +| `"standard"` | | +| `"storage"` | | +| `"storage_ha"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then.md index 32d1d528..6a2cdb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then.md @@ -8,6 +8,12 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-1.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-3.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-4.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +43,17 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"receiver"` | | -| `"sender"` | | +| Value | Explanation | +| :------------- | :---------- | +| `"free"` | | +| `"premium"` | | +| `"standard"` | | +| `"storage"` | | +| `"storage_ha"` | | ## name -SAP Print service: Manage print queues, connect print clients and monitor print status +PostgreSQL on SAP BTP, hyperscaler option: The PostgreSQL service on SAP BTP provides a way to directly consume the PostgreSQL service provided by the infrastructure providers such as AWS and Azure. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if-properties-name.md index 774e5799..bfb122c1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"privatelink" +"print" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if.md index f0cf45fa..b3047413 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"privatelink" +"print" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if-properties-plan.md index 538fc6a8..28613236 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"receiver" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if.md index c4c01e6e..c7202343 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"receiver" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-default-0.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-default-0.md new file mode 100644 index 00000000..d22a2571 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-default-0.md @@ -0,0 +1,3 @@ +## 0 Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md index 894d4504..46baae50 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md @@ -1,13 +1,13 @@ ## items Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md)) # items Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [destinationName](#destinationname) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/destinationName") | -| [usage](#usage) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/usage") | +| [destinationName](#destinationname) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/destinationName") | +| [usage](#usage) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/usage") | ## destinationName @@ -21,7 +21,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/destinationName") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-destinationname.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/destinationName") ### destinationName Type @@ -49,7 +49,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md "undefined#/properties/services/items/allOf/1/then/allOf/88/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/usage") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items-properties-usage.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications/items/properties/usage") ### usage Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications.md index d016b5c1..e03c1521 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications.md @@ -1,6 +1,6 @@ ## notifications Type -`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-88-then-allof-0-then-properties-parameters-properties-notifications-items.md)) +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md)) ## notifications Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters.md index c4f64500..1cbb1fca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters.md @@ -4,87 +4,43 @@ # parameters Properties -| Property | Type | Required | Nullable | Defined by | -| :-------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [desiredAZs](#desiredazs) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/desiredAZs") | -| [policyDocument](#policydocument) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/policyDocument") | -| [serviceName](#servicename) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/serviceName") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------------ | :------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [notifications](#notifications) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications") | -## desiredAZs +## notifications -Specifies the desired number of Availability Zones of the endpoint. -Example: 2 -By default, SAP Private Link service only creates the endpoint if the endpoint service is deployed in the same AZs as SAP BTP, to maximize High Availability. -In case fewer AZs than SAP BTPs should be allowed (i.e. only one or two AZs), please explicitly allow it by specifying the desired number of AZs via this parameter. - -`desiredAZs` +`notifications` * is optional -* Type: `integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md)) +* Type: `object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/desiredAZs") - -### desiredAZs Type - -`integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md)) - -### desiredAZs Default Value +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/notifications") -The default value is: - -```json -3 -``` +### notifications Type -## policyDocument - -Specifies the Endpoint Policy.\n\nThe endpoint policy controls which AWS principals (AWS accounts, IAM users, and IAM roles) can use the VPC endpoint to access the endpoint service. - -`policyDocument` - -* is optional - -* Type: `object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) - -* cannot be null +`object[]` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-notifications-items.md)) -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/policyDocument") +### notifications Constraints -### policyDocument Type +**maximum number of items**: the maximum number of items for this array is: `1` -`object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) +**minimum number of items**: the minimum number of items for this array is: `0` -## serviceName +### notifications Default Value -Specifies the service name for which the VPC Endpoint should be created.\n\nExample: "com.amazonaws.us-east-1.monitoring" or "com.amazonaws.vpce.us-east-1.vpce-svc-09ac27c2a0cd319fa" for AWS or custom VPC Endpoint Services respectively - -`serviceName` - -* is required - -* Type: `string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/0/then/properties/parameters/properties/serviceName") - -### serviceName Type - -`string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md)) - -### serviceName Constraints - -**minimum length**: the minimum number of characters for this string is: `1` - -**pattern**: the string must match the following regular expression: +The default value is: -```regexp -com\.amazonaws\..+ +```json +[ + { + "destinationName": "", + "usage": "" + } +] ``` - -[try pattern](https://regexr.com/?expression=com%5C.amazonaws%5C..%2B "try regular expression with regexr.com") diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then.md index 5ed2853d..ef7010a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then.md @@ -11,10 +11,14 @@ unknown ## plan -service plan >beta< for >privatelink< is available in data centers: +service plan >receiver< for >print< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if-properties-plan.md index 126392b1..f3b80b48 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"sender" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if.md index 00507448..f80de13f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"sender" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then.md index 842bd637..06bc91ea 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then.md @@ -4,19 +4,18 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/plan") | ## plan -service plan >standard< for >privatelink< is available in data centers: +service plan >sender< for >print< is available in data centers: -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} @@ -33,21 +32,3 @@ service plan >standard< for >privatelink< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-properties-plan.md index 796f9d62..804b490c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-properties-plan.md @@ -8,5 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"beta"` | | -| `"standard"` | | +| `"receiver"` | | +| `"sender"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then.md index 3925392d..9d12e702 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then.md @@ -39,12 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"beta"` | | -| `"standard"` | | +| `"receiver"` | | +| `"sender"` | | ## name -SAP Private Link service: SAP Private Link service establishes a private connection between selected SAP BTP services and selected services in your own IaaS provider accounts. +SAP Print service: Manage print queues, connect print clients and monitor print status `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if-properties-name.md index 0ef550f8..774e5799 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation" +"privatelink" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if.md index 8fa198de..2e5abc35 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation" +"privatelink" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if-properties-plan.md index 46be87a8..538fc6a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"advanced-user" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if.md index 785223b3..b9871a1f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"advanced-user" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md similarity index 73% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md index e9ad1096..66174235 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md @@ -1,6 +1,6 @@ ## desiredAZs Type -`integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-desired-azs.md)) +`integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md)) ## desiredAZs Default Value diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md index 3ad7ee89..1174ce5d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md @@ -1,6 +1,6 @@ ## policyDocument Type -`object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) +`object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) # policyDocument Properties diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md index 80373f6c..fefea933 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md @@ -1,6 +1,6 @@ ## serviceName Type -`string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-0-then-properties-parameters-properties-service-name.md)) +`string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md)) ## serviceName Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md new file mode 100644 index 00000000..dbdf0274 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md @@ -0,0 +1,90 @@ +## parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md)) + +# parameters Properties + +| Property | Type | Required | Nullable | Defined by | +| :-------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [desiredAZs](#desiredazs) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/desiredAZs") | +| [policyDocument](#policydocument) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/policyDocument") | +| [serviceName](#servicename) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/serviceName") | + +## desiredAZs + +Specifies the desired number of Availability Zones of the endpoint. + +Example: 2 + +By default, SAP Private Link service only creates the endpoint if the endpoint service is deployed in the same AZs as SAP BTP, to maximize High Availability. +In case fewer AZs than SAP BTPs should be allowed (i.e. only one or two AZs), please explicitly allow it by specifying the desired number of AZs via this parameter. + +`desiredAZs` + +* is optional + +* Type: `integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/desiredAZs") + +### desiredAZs Type + +`integer` ([Desired AZs](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-desired-azs.md)) + +### desiredAZs Default Value + +The default value is: + +```json +3 +``` + +## policyDocument + +Specifies the Endpoint Policy.\n\nThe endpoint policy controls which AWS principals (AWS accounts, IAM users, and IAM roles) can use the VPC endpoint to access the endpoint service. + +`policyDocument` + +* is optional + +* Type: `object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/policyDocument") + +### policyDocument Type + +`object` ([Endpoint Policy Document](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-endpoint-policy-document.md)) + +## serviceName + +Specifies the service name for which the VPC Endpoint should be created.\n\nExample: "com.amazonaws.us-east-1.monitoring" or "com.amazonaws.vpce.us-east-1.vpce-svc-09ac27c2a0cd319fa" for AWS or custom VPC Endpoint Services respectively + +`serviceName` + +* is required + +* Type: `string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters/properties/serviceName") + +### serviceName Type + +`string` ([Service Name](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters-properties-service-name.md)) + +### serviceName Constraints + +**minimum length**: the minimum number of characters for this string is: `1` + +**pattern**: the string must match the following regular expression: + +```regexp +com\.amazonaws\..+ +``` + +[try pattern](https://regexr.com/?expression=com%5C.amazonaws%5C..%2B "try regular expression with regexr.com") diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then.md index a7a322ee..2f3b694f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then.md @@ -4,20 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters") | ## plan -service plan >advanced-user< for >process-automation< is available in data centers: +service plan >beta< for >privatelink< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -32,3 +29,21 @@ service plan >advanced-user< for >process-automation< is available in data cente ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if-properties-plan.md index b47bd828..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"automation-attended" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if.md index 3142a121..e738363d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"automation-attended" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions-items.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions-items.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions-items.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions-items.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md index 40402dfb..d7317e12 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md @@ -1,12 +1,12 @@ ## cosmosDb Type -`object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) +`object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) # cosmosDb Properties | Property | Type | Required | Nullable | Defined by | | :------------------ | :------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [regions](#regions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/cosmosDb/properties/regions") | +| [regions](#regions) | `array` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/cosmosDb/properties/regions") | ## regions @@ -20,7 +20,7 @@ Specifies the regions a CosmosDB instance is geo-replicated in to enable Private * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/cosmosDb/properties/regions") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters-properties-cosmosdb-geo-replication-regions.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/cosmosDb/properties/regions") ### regions Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md similarity index 78% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md index 9deb9b61..163db73b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md @@ -1,6 +1,6 @@ ## requestMessage Type -`string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md)) +`string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md)) ## requestMessage Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md index 222228c9..7ad20ef4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md @@ -1,6 +1,6 @@ ## resourceId Type -`string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md)) +`string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md)) ## resourceId Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-subresource.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-subresource.md similarity index 63% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-subresource.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-subresource.md index d6214f09..7fbd1ade 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-subresource.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-subresource.md @@ -1,3 +1,3 @@ ## subResource Type -`string` ([Subresource](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-subresource.md)) +`string` ([Subresource](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-subresource.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md similarity index 76% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md index cbb9409f..1bf71f27 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md @@ -1,15 +1,15 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :-------------------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cosmosDb](#cosmosdb) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/cosmosDb") | -| [requestMessage](#requestmessage) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/requestMessage") | -| [resourceId](#resourceid) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/resourceId") | -| [subResource](#subresource) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-subresource.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/subResource") | +| [cosmosDb](#cosmosdb) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/cosmosDb") | +| [requestMessage](#requestmessage) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/requestMessage") | +| [resourceId](#resourceid) | `string` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/resourceId") | +| [subResource](#subresource) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-subresource.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/subResource") | ## cosmosDb @@ -19,15 +19,15 @@ Specifies CosmosDB-specific creation parameters. * is optional -* Type: `object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) +* Type: `object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/cosmosDb") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/cosmosDb") ### cosmosDb Type -`object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) +`object` ([CosmosDB-specific creation parameters](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-cosmosdb-specific-creation-parameters.md)) ## requestMessage @@ -37,15 +37,15 @@ Specifies the request message which is displayed to the approver. * is optional -* Type: `string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md)) +* Type: `string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/requestMessage") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/requestMessage") ### requestMessage Type -`string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-request-message.md)) +`string` ([Request Message](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-request-message.md)) ### requestMessage Constraints @@ -61,15 +61,15 @@ Example: /subscriptions//resourceGroups//providers/Microsoft.N * is required -* Type: `string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md)) +* Type: `string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md "undefined#/properties/services/items/allOf/1/then/allOf/89/then/allOf/1/then/properties/parameters/properties/resourceId") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters/properties/resourceId") ### resourceId Type -`string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-89-then-allof-1-then-properties-parameters-properties-resource-id.md)) +`string` ([Resource ID](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters-properties-resource-id.md)) ### resourceId Constraints @@ -95,12 +95,12 @@ All supported native Azure services including subresources can be found here: automation-attended< for >process-automation< is available in data centers: +service plan >standard< for >privatelink< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` @@ -32,3 +33,21 @@ service plan >automation-attended< for >process-automation< is available in data ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/1/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-properties-plan.md index b8cdbbdd..796f9d62 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-properties-plan.md @@ -6,9 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------------ | :---------- | -| `"advanced-user"` | | -| `"automation-attended"` | | -| `"automation-unattended"` | | -| `"standard-user"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"beta"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then.md index 2a9936c7..db30dbe8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then.md @@ -8,10 +8,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-1.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -41,16 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------------ | :---------- | -| `"advanced-user"` | | -| `"automation-attended"` | | -| `"automation-unattended"` | | -| `"standard-user"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"beta"` | | +| `"standard"` | | ## name -SAP Build Process Automation: SAP Build Process Automation is a citizen development solution to adapt, improve, and innovate business processes with the low-code/no-code capabilities of SAP Workflow Management and SAP Intelligent RPA. +SAP Private Link service: SAP Private Link service establishes a private connection between selected SAP BTP services and selected services in your own IaaS provider accounts. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if-properties-name.md index f8418a83..0ef550f8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation-service" +"process-automation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if.md index 87b0a183..76e108b0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation-service" +"process-automation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if-properties-plan.md index 126392b1..46be87a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"advanced-user" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if.md index 8513aa21..0f91b427 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"advanced-user" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-then.md index 962cc54f..7fb24ddb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -service plan >standard< for >process-automation-service< is available in data centers: +service plan >advanced-user< for >process-automation< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties-plan.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties-plan.md index 5afc6021..b47bd828 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-111-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"subaccount-admin" +"automation-attended" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if.md new file mode 100644 index 00000000..fc576521 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/1/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/1/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"automation-attended" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then.md new file mode 100644 index 00000000..48533274 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then.md @@ -0,0 +1,34 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/1/then/properties/plan") | + +## plan + +service plan >automation-attended< for >process-automation< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/1/then/properties/plan") + +### plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if.md index 9eb69cf2..576252bd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then.md index 9e6e140a..2d40d3dc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/2/then/properties/plan") | ## plan @@ -27,7 +27,7 @@ service plan >automation-unattended< for >process-automation< is available in da * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if.md index 502f085b..d08c15de 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then.md similarity index 85% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then.md index 355b14ad..85679788 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/3/then/properties/plan") | ## plan @@ -27,7 +27,7 @@ service plan >standard-user< for >process-automation< is available in data cente * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/90/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/91/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-90-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-properties-plan.md index 248cb3df..b8cdbbdd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-properties-plan.md @@ -6,6 +6,9 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------------ | :---------- | +| `"advanced-user"` | | +| `"automation-attended"` | | +| `"automation-unattended"` | | +| `"standard-user"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then.md index 04281a7d..7dd4cd47 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-91-then.md @@ -6,6 +6,12 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-91-then-allof-3.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,9 +41,12 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------------ | :---------- | +| `"advanced-user"` | | +| `"automation-attended"` | | +| `"automation-unattended"` | | +| `"standard-user"` | | ## name diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if-properties-name.md index 3083667a..f8418a83 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"processvisibility" +"process-automation-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if.md index 4178d77d..417256e1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"processvisibility" +"process-automation-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-0-then.md index 6917c91c..e7fed681 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-0-then.md @@ -10,21 +10,14 @@ unknown ## plan -service plan >standard< for >processvisibility< is available in data centers: +service plan >standard< for >process-automation-service< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-properties-plan.md index 3402fd03..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-properties-plan.md @@ -9,4 +9,3 @@ unknown | Value | Explanation | | :----------- | :---------- | | `"standard"` | | -| `"workflow"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then.md index 2e6c9959..6c0fb89e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -40,11 +38,10 @@ unknown | Value | Explanation | | :----------- | :---------- | | `"standard"` | | -| `"workflow"` | | ## name -Process Visibility: Provides end-to-end visibility into processes that run in cloud, on-premise & in hybrid environments +SAP Build Process Automation: SAP Build Process Automation is a citizen development solution to adapt, improve, and innovate business processes with the low-code/no-code capabilities of SAP Workflow Management and SAP Intelligent RPA. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if-properties-name.md index fcef6846..3083667a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"procurement-service" +"processvisibility" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if.md index 830644ae..0883c26d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"procurement-service" +"processvisibility" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if-properties-plan.md index 44b5fea9..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"apiaccess" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if.md index f8c74c80..504be626 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"apiaccess" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-then.md index 1434484f..b9e2487c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0-then.md @@ -10,10 +10,21 @@ unknown ## plan -service plan >apiaccess< for >procurement-service< is available in data centers: - +service plan >standard< for >processvisibility< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if.md index 8b37d30c..46ba612b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/92/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/93/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/92/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/93/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then.md index 9dc49ddc..87722373 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/92/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/93/then/allOf/1/then/properties/plan") | ## plan @@ -38,7 +38,7 @@ service plan >workflow< for >processvisibility< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/92/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/93/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-92-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-properties-plan.md index 87e31ca0..3402fd03 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------ | :---------- | -| `"apiaccess"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | +| `"workflow"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then.md index f408e961..cd4ad957 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-93-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-93-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------ | :---------- | -| `"apiaccess"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | +| `"workflow"` | | ## name -Guided Buying: Guided Buying allows you to integrate procurement solutions with SAP S/4HANA Cloud. +Process Visibility: Provides end-to-end visibility into processes that run in cloud, on-premise & in hybrid environments `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if-properties-name.md index 9750f89f..fcef6846 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"quorum" +"procurement-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if.md index e6aac14a..120589de 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"quorum" +"procurement-service" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if-properties-plan.md index b811d357..44b5fea9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"cyon" +"apiaccess" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if.md index 3f18a5b8..5783e53b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"cyon" +"apiaccess" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then.md index 0cb9f866..0c5e99d6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then.md @@ -4,14 +4,13 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/plan") | ## plan -service plan >cyon< for >quorum< is available in data centers: +service plan >apiaccess< for >procurement-service< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} @@ -29,21 +28,3 @@ service plan >cyon< for >quorum< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties-plan.md deleted file mode 100644 index 5b87be19..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties-plan.md +++ /dev/null @@ -1,11 +0,0 @@ -## plan Type - -unknown - -## plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"testnet" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then.md deleted file mode 100644 index d790ffea..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then.md +++ /dev/null @@ -1,49 +0,0 @@ -## then Type - -unknown - -# then Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/parameters") | - -## plan - -service plan >testnet< for >quorum< is available in data centers: - -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'us10', 'name': 'US East (VA)'} - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/plan") - -### plan Type - -unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-properties-plan.md index ba3c1fd0..87e31ca0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-properties-plan.md @@ -6,8 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"cyon"` | | -| `"dev"` | | -| `"testnet"` | | +| Value | Explanation | +| :------------ | :---------- | +| `"apiaccess"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then.md index 1967d207..41294639 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then.md @@ -6,10 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,15 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"cyon"` | | -| `"dev"` | | -| `"testnet"` | | +| Value | Explanation | +| :------------ | :---------- | +| `"apiaccess"` | | ## name -Quorum on SAP BTP: The Quorum service lets you create, delete, monitor and maintain individual Quorum nodes and connect them to a blockchain network. +Guided Buying: Guided Buying allows you to integrate procurement solutions with SAP S/4HANA Cloud. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if-properties-name.md index 212e4b90..9750f89f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"rabbitmq" +"quorum" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if.md index f4f1ca9a..3dfdf9bf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"rabbitmq" +"quorum" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if-properties-plan.md index 9db80827..b811d357 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"cyon" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if.md index faf4b923..d81c7294 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"large" +"cyon" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-dashboard.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-dashboard.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-dashboard.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-dashboard.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-enode.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-enode.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-enode.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-enode.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-rpc.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-rpc.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-rpc.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-rpc.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md similarity index 74% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md index 68bfaad7..0c501e09 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md @@ -1,14 +1,14 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :---------------------- | :------- | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [dashboard](#dashboard) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-dashboard.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/dashboard") | -| [enode](#enode) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-enode.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/enode") | -| [rpc](#rpc) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-rpc.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/rpc") | +| [dashboard](#dashboard) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-dashboard.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/dashboard") | +| [enode](#enode) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-enode.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/enode") | +| [rpc](#rpc) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-rpc.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/rpc") | ## dashboard @@ -22,7 +22,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-dashboard.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/dashboard") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-dashboard.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/dashboard") ### dashboard Type @@ -40,7 +40,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-enode.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/enode") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-enode.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/enode") ### enode Type @@ -58,7 +58,7 @@ * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-0-then-properties-parameters-properties-rpc.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/0/then/properties/parameters/properties/rpc") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters-properties-rpc.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters/properties/rpc") ### rpc Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then.md index b0f97f31..4da6cbec 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then.md @@ -4,33 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters") | ## plan -service plan >large< for >rabbitmq< is available in data centers: +service plan >cyon< for >quorum< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -45,3 +29,21 @@ service plan >large< for >rabbitmq< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if-properties-plan.md index 2cf6fedc..3e88ab44 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"dev" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if.md index d3aca42c..8208c283 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"dev" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-then.md index 1cb676bd..4c4ec983 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-1-then.md @@ -10,27 +10,10 @@ unknown ## plan -service plan >medium< for >rabbitmq< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} +service plan >dev< for >quorum< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if-properties-plan.md index b970e1cf..5b87be19 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"small" +"testnet" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if.md index 9e95bc96..c7b6fd8a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"small" +"testnet" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters-properties-nodesecret.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters-properties-nodesecret.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters-properties-nodesecret.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters-properties-nodesecret.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md similarity index 81% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md index 1f2e8aa1..78c4b104 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md @@ -1,12 +1,12 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [nodeSecret](#nodesecret) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters-properties-nodesecret.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/parameters/properties/nodeSecret") | +| [nodeSecret](#nodesecret) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters-properties-nodesecret.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/parameters/properties/nodeSecret") | ## nodeSecret @@ -20,7 +20,7 @@ Secret that is used for encrypting resources of the instance * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-parameters-properties-nodesecret.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/then/properties/parameters/properties/nodeSecret") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters-properties-nodesecret.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/parameters/properties/nodeSecret") ### nodeSecret Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then.md index 4afdd3d2..7a8327b9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then.md @@ -4,33 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/parameters") | ## plan -service plan >small< for >rabbitmq< is available in data centers: +service plan >testnet< for >quorum< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -45,3 +29,21 @@ service plan >small< for >rabbitmq< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/2/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-properties-plan.md index 99c3e482..ba3c1fd0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-properties-plan.md @@ -6,10 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"large"` | | -| `"medium"` | | -| `"small"` | | -| `"virtualhost"` | | -| `"xsmall"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"cyon"` | | +| `"dev"` | | +| `"testnet"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then.md index cf0f2fbb..8c18ed75 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then.md @@ -10,10 +10,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-2.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -43,17 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------- | :---------- | -| `"large"` | | -| `"medium"` | | -| `"small"` | | -| `"virtualhost"` | | -| `"xsmall"` | | +| Value | Explanation | +| :---------- | :---------- | +| `"cyon"` | | +| `"dev"` | | +| `"testnet"` | | ## name -RabbitMQ: RabbitMQ on SAP BTP includes a message broker that implements message queues for application-to-application messaging. Supports Advanced Message Queuing Protocol (AMQP). +Quorum on SAP BTP: The Quorum service lets you create, delete, monitor and maintain individual Quorum nodes and connect them to a blockchain network. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if-properties-name.md index f923583a..212e4b90 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"recommendation-systems-production" +"rabbitmq" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if.md index 8680e856..27fb0df6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"recommendation-systems-production" +"rabbitmq" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if-properties-plan.md index c97f5143..9db80827 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if.md index 22bcbb1b..33c8f502 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"large" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-then.md index 822817f3..d79a8e58 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-0-then.md @@ -10,11 +10,27 @@ unknown ## plan -service plan >free< for >recommendation-systems-production< is available in data centers: - +service plan >large< for >rabbitmq< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if-properties-plan.md index 126392b1..2cf6fedc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if.md index cc6d1b52..4a2517f6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"medium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-then.md index 50a6db35..d7bf2f2d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1-then.md @@ -10,11 +10,27 @@ unknown ## plan -service plan >standard< for >recommendation-systems-production< is available in data centers: - +service plan >medium< for >rabbitmq< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if.md index 2814a4ef..1b7e0f6e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then.md similarity index 86% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then.md index dbaf4398..1e522cfb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then.md @@ -6,11 +6,11 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/2/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/2/then/properties/plan") | ## plan -service plan >small< for >postgresql< is available in data centers: +service plan >small< for >rabbitmq< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -40,7 +40,7 @@ service plan >small< for >postgresql< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/2/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if.md index 67c7d8e1..b536b753 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/3/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/3/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/3/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/3/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then.md index 95fecf0f..665f64a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/3/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/3/then/properties/plan") | ## plan @@ -31,7 +31,7 @@ service plan >virtualhost< for >rabbitmq< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/3/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/3/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-3.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-3-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if.md index 350075d1..19fb5ec0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/4/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/4/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/4/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/4/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then.md similarity index 89% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then.md index a1524570..16d99bb4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/4/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/4/then/properties/plan") | ## plan @@ -40,7 +40,7 @@ service plan >xsmall< for >rabbitmq< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/95/then/allOf/4/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/96/then/allOf/4/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-95-then-allof-4.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-properties-plan.md index 49c8bb8c..99c3e482 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-properties-plan.md @@ -6,7 +6,10 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"large"` | | +| `"medium"` | | +| `"small"` | | +| `"virtualhost"` | | +| `"xsmall"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then.md index 7dda5b6e..82af5bda 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-96-then.md @@ -8,6 +8,12 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-1.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-2.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-3.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-96-then-allof-4.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +43,17 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :-------------- | :---------- | +| `"large"` | | +| `"medium"` | | +| `"small"` | | +| `"virtualhost"` | | +| `"xsmall"` | | ## name -Personalized Recommendation: Personalized Recommendation is a generic reusable service. It uses state-of-the-art machine learning techniques to give visitors to your website highly personalized recommendations based on their browsing history and/or item description. Train and use machine learning models to deliver these recommendations across a wide range of business scenarios. Personalized Recommendation is part of the SAP AI Business Services portfolio. +RabbitMQ: RabbitMQ on SAP BTP includes a message broker that implements message queues for application-to-application messaging. Supports Advanced Message Queuing Protocol (AMQP). `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if-properties-name.md index d16258f0..f923583a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"redis-cache" +"recommendation-systems-production" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if.md index 4fb2b875..bb8ea66c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"redis-cache" +"recommendation-systems-production" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then.md index 3beb0717..61ae3197 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then.md @@ -4,30 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/plan") | ## plan -service plan >free< for >redis-cache< is available in data centers: +service plan >free< for >recommendation-systems-production< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} `plan` @@ -42,21 +29,3 @@ service plan >free< for >redis-cache< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if-properties-plan.md index 9afdf414..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"premium" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if.md index 1d48a878..a4bf7bee 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"premium" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then.md index 6a5416e6..5135ce3f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then.md @@ -4,34 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/plan") | ## plan -service plan >premium< for >redis-cache< is available in data centers: +service plan >standard< for >recommendation-systems-production< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -46,21 +29,3 @@ service plan >premium< for >redis-cache< is available in data centers: ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-properties-plan.md index f7dd2b05..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-properties-plan.md @@ -9,5 +9,4 @@ unknown | Value | Explanation | | :----------- | :---------- | | `"free"` | | -| `"premium"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then.md index 77644299..50c7f7fe 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then.md @@ -8,8 +8,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -42,12 +40,11 @@ unknown | Value | Explanation | | :----------- | :---------- | | `"free"` | | -| `"premium"` | | | `"standard"` | | ## name -Redis on SAP BTP, hyperscaler option: The Redis service on SAP BTP provides a way to directly consume the Redis cache service provided by the Infrastructure providers such as AWS and Azure. +Personalized Recommendation: Personalized Recommendation is a generic reusable service. It uses state-of-the-art machine learning techniques to give visitors to your website highly personalized recommendations based on their browsing history and/or item description. Train and use machine learning models to deliver these recommendations across a wide range of business scenarios. Personalized Recommendation is part of the SAP AI Business Services portfolio. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if-properties-name.md index fed9a319..d16258f0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibility-management-service-beta" +"redis-cache" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if.md index 3c7a4f1c..b9946984 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibility-management-service-beta" +"redis-cache" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if-properties-plan.md index 538fc6a8..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if.md index 0f07c959..1dbe63b5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-eviction_policy.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-eviction_policy.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-eviction_policy.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-eviction_policy.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md index d0c676ab..b707333a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md @@ -1,13 +1,13 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :----------------------------------- | :------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters/properties/engine_version") | -| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters/properties/eviction_policy") | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters/properties/engine_version") | +| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters/properties/eviction_policy") | | Additional Properties | Any | Optional | can be null | | ## engine\_version @@ -22,7 +22,7 @@ The major version number of the cache engine to be used for the clusters. If not * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters/properties/engine_version") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters/properties/engine_version") ### engine\_version Type @@ -57,7 +57,7 @@ The eviction policy for keys when maximum memory usage is reached. Default is 'n * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-0-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/0/then/properties/parameters/properties/eviction_policy") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters/properties/eviction_policy") ### eviction\_policy Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then.md index fe933c8a..268465f8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then.md @@ -4,15 +4,30 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters") | ## plan -service plan >beta< for >responsibility-management-service-beta< is available in data centers: +service plan >free< for >redis-cache< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` @@ -27,3 +42,21 @@ service plan >beta< for >responsibility-management-service-beta< is available in ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md "http://example.com/schemas/redis-free-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties-plan.md similarity index 92% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties-plan.md index 2cf6fedc..9afdf414 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-80-then-allof-2-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"medium" +"premium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if.md index 4cd6bc7c..3397acd9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"dev" +"premium" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-cluster_mode.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-cluster_mode.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-cluster_mode.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-cluster_mode.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-eviction_policy.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-eviction_policy.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-eviction_policy.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-eviction_policy.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md index 1cdb6075..37c826ac 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md @@ -1,14 +1,14 @@ ## maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) # maintenance\_window Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------- | :-------- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | -| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") | -| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | +| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | +| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") | +| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | ## day\_of\_week @@ -22,7 +22,7 @@ Day of the week when Redis cache instance can be patched. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/day_of_week") ### day\_of\_week Type @@ -62,7 +62,7 @@ Number of hours required for patching the Redis cache instance. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/duration") ### duration Type @@ -94,7 +94,7 @@ Start hour after which patching of the Redis cache instance can start. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") ### start\_hour\_utc Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-memory.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-memory.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-memory.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-memory.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-multi_az.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-multi_az.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-multi_az.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-multi_az.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-node_count.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-node_count.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-node_count.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-node_count.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-shard_count.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-shard_count.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-shard_count.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-shard_count.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md index fa66af09..29c4db57 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md @@ -1,20 +1,20 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :-------------------------------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cluster\_mode](#cluster_mode) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/cluster_mode") | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/engine_version") | -| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/eviction_policy") | -| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window") | -| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/memory") | -| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/multi_az") | -| [node\_count](#node_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/node_count") | -| [notify\_keyspace\_events](#notify_keyspace_events) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/notify_keyspace_events") | -| [shard\_count](#shard_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/shard_count") | +| [cluster\_mode](#cluster_mode) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/cluster_mode") | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/engine_version") | +| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/eviction_policy") | +| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window") | +| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/memory") | +| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/multi_az") | +| [node\_count](#node_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/node_count") | +| [notify\_keyspace\_events](#notify_keyspace_events) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/notify_keyspace_events") | +| [shard\_count](#shard_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/shard_count") | | Additional Properties | Any | Optional | can be null | | ## cluster\_mode @@ -29,7 +29,7 @@ Indicates whether the instance is clustered redis deployment. If not provided, i * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/cluster_mode") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/cluster_mode") ### cluster\_mode Type @@ -55,7 +55,7 @@ The major version number of the cache engine to be used for the clusters. If not * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/engine_version") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/engine_version") ### engine\_version Type @@ -90,7 +90,7 @@ The eviction policy for keys when maximum memory usage is reached. Default is 'n * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/eviction_policy") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/eviction_policy") ### eviction\_policy Type @@ -127,15 +127,15 @@ Indicates the maintenance window for the Redis cache. * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/maintenance_window") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/maintenance_window") ### maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-maintenance_window.md)) ## memory @@ -149,7 +149,7 @@ Defines amount of memory (in GB) to be used for the instance. The number of CPU * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/memory") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/memory") ### memory Type @@ -186,7 +186,7 @@ Indicates whether the instance is a multi-AZ deployment. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/multi_az") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/multi_az") ### multi\_az Type @@ -212,7 +212,7 @@ Indicates the number of nodes per shard within the Redis cluster. If not provide * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/node_count") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/node_count") ### node\_count Type @@ -244,7 +244,7 @@ Indicates the keyspace events for which notifications are enabled. If not provid * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/notify_keyspace_events") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/notify_keyspace_events") ### notify\_keyspace\_events Type @@ -272,7 +272,7 @@ Indicates the number of shards within the Redis cluster. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-1-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/1/then/properties/parameters/properties/shard_count") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters/properties/shard_count") ### shard\_count Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then.md new file mode 100644 index 00000000..7471ae7e --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then.md @@ -0,0 +1,66 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters") | + +## plan + +service plan >premium< for >redis-cache< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/plan") + +### plan Type + +unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md "http://example.com/schemas/redis-premium-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/1/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if.md index 135a9f84..4473ff83 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/if/properties/plan") ### plan Type @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"testnet" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-cluster_mode.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-cluster_mode.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-cluster_mode.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-cluster_mode.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-engine_version.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-engine_version.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-engine_version.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-engine_version.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-eviction_policy.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-eviction_policy.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-eviction_policy.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-eviction_policy.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md index 9606fcf2..201a370a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md @@ -1,14 +1,14 @@ ## maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) # maintenance\_window Properties | Property | Type | Required | Nullable | Defined by | | :---------------------------------- | :-------- | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | -| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") | -| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | +| [day\_of\_week](#day_of_week) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") | +| [duration](#duration) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") | +| [start\_hour\_utc](#start_hour_utc) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") | ## day\_of\_week @@ -22,7 +22,7 @@ Day of the week when Redis cache instance can be patched. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-day_of_week.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/day_of_week") ### day\_of\_week Type @@ -62,7 +62,7 @@ Number of hours required for patching the Redis cache instance. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-duration.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/duration") ### duration Type @@ -94,7 +94,7 @@ Start hour after which patching of the Redis cache instance can start. * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window-properties-start_hour_utc.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window/properties/start_hour_utc") ### start\_hour\_utc Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-memory.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-memory.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-memory.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-memory.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-multi_az.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-multi_az.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-multi_az.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-multi_az.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-node_count.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-node_count.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-node_count.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-node_count.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-shard_count.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-shard_count.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-shard_count.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-shard_count.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md index 1c1e12db..352a939e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md @@ -1,20 +1,20 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :-------------------------------------------------- | :-------- | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cluster\_mode](#cluster_mode) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/cluster_mode") | -| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/engine_version") | -| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/eviction_policy") | -| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window") | -| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/memory") | -| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/multi_az") | -| [node\_count](#node_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/node_count") | -| [notify\_keyspace\_events](#notify_keyspace_events) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/notify_keyspace_events") | -| [shard\_count](#shard_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/shard_count") | +| [cluster\_mode](#cluster_mode) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/cluster_mode") | +| [engine\_version](#engine_version) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/engine_version") | +| [eviction\_policy](#eviction_policy) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/eviction_policy") | +| [maintenance\_window](#maintenance_window) | `object` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window") | +| [memory](#memory) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/memory") | +| [multi\_az](#multi_az) | `boolean` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/multi_az") | +| [node\_count](#node_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/node_count") | +| [notify\_keyspace\_events](#notify_keyspace_events) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/notify_keyspace_events") | +| [shard\_count](#shard_count) | `integer` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/shard_count") | | Additional Properties | Any | Optional | can be null | | ## cluster\_mode @@ -29,7 +29,7 @@ Indicates whether the instance is clustered redis deployment. If not provided, i * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/cluster_mode") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-cluster_mode.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/cluster_mode") ### cluster\_mode Type @@ -55,7 +55,7 @@ The major version number of the cache engine to be used for the clusters. If not * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/engine_version") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-engine_version.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/engine_version") ### engine\_version Type @@ -90,7 +90,7 @@ The eviction policy for keys when maximum memory usage is reached. Default is 'n * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/eviction_policy") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-eviction_policy.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/eviction_policy") ### eviction\_policy Type @@ -127,15 +127,15 @@ Indicates the maintenance window for the Redis cache. * is optional -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/maintenance_window") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/maintenance_window") ### maintenance\_window Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-maintenance_window.md)) ## memory @@ -149,7 +149,7 @@ Defines amount of memory (in GB) to be used for the instance. The number of CPU * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/memory") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-memory.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/memory") ### memory Type @@ -184,7 +184,7 @@ Indicates whether the instance is a multi-AZ deployment. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/multi_az") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-multi_az.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/multi_az") ### multi\_az Type @@ -210,7 +210,7 @@ Indicates the number of nodes per shard within the Redis cluster. If not provide * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/node_count") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-node_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/node_count") ### node\_count Type @@ -242,7 +242,7 @@ Indicates the keyspace events for which notifications are enabled. If not provid * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/notify_keyspace_events") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-notify_keyspace_events.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/notify_keyspace_events") ### notify\_keyspace\_events Type @@ -270,7 +270,7 @@ Indicates the number of shards within the Redis cluster. If not provided, it is * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters/properties/shard_count") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters-properties-shard_count.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters/properties/shard_count") ### shard\_count Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then.md index cd622ee7..61d67aee 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then.md @@ -6,8 +6,8 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters") | ## plan @@ -41,7 +41,7 @@ service plan >standard< for >redis-cache< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/plan") ### plan Type @@ -55,12 +55,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/97/then/allOf/2/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md "http://example.com/schemas/redis-standard-create.json#/properties/services/items/allOf/1/then/allOf/98/then/allOf/2/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-97-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-properties-plan.md index 5184db98..f7dd2b05 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-properties-plan.md @@ -6,6 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"beta"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"premium"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then.md index 6bc53fe6..80d931a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-98-then.md @@ -6,6 +6,10 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-98-then-allof-2.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"beta"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"premium"` | | +| `"standard"` | | ## name -SAP Responsibility Management service: Provides APIs for DetermineAgents using responsibility rules or external APIs(bring your own code) and AgentDeterminationRequest. +Redis on SAP BTP, hyperscaler option: The Redis service on SAP BTP provides a way to directly consume the Redis cache service provided by the Infrastructure providers such as AWS and Azure. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if-properties-name.md index 7bda0d78..fed9a319 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibilitymanagement-service" +"responsibility-management-service-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if.md index 0a118ef6..d731559a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibilitymanagement-service" +"responsibility-management-service-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if-properties-plan.md index 126392b1..538fc6a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if.md index 9829481e..722d475b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-then.md index 1f27bb2e..61f73adf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-allof-0-then.md @@ -10,11 +10,9 @@ unknown ## plan -service plan >standard< for >responsibilitymanagement-service< is available in data centers: +service plan >beta< for >responsibility-management-service-beta< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-properties-plan.md index 248cb3df..5184db98 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"beta"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then.md index 04757a8e..c10ec58a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-99-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"beta"` | | ## name -SAP Responsibility Management service: As we move toward an intelligent enterprise, intelligent systems need to determine agents who are responsible for business processes and objects, and automatically notify them. It is essential to define and manage these responsibilities for various contexts and retrieve responsible agents who can respond to tasks and activities. +SAP Responsibility Management service: Provides APIs for DetermineAgents using responsibility rules or external APIs(bring your own code) and AgentDeterminationRequest. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-properties-name.md index 0e02db8c..8bbc402d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-properties-name.md @@ -53,6 +53,7 @@ unknown | `"hana-cloud"` | | | `"hana-db"` | | | `"hana-tenant-db"` | | +| `"hl7-fhir-service"` | | | `"html5-apps-repo"` | | | `"hyperledger-fabric"` | | | `"ibanservice"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then.md index ca37a298..09fa60d5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-1-then.md @@ -252,6 +252,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-123.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-124.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -327,6 +329,7 @@ unknown | `"hana-cloud"` | | | `"hana-db"` | | | `"hana-tenant-db"` | | +| `"hl7-fhir-service"` | | | `"html5-apps-repo"` | | | `"hyperledger-fabric"` | | | `"ibanservice"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-10-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-10-then-allof-0-then.md index 0b9cf09f..9d359f24 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-10-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-10-then-allof-0-then.md @@ -16,6 +16,7 @@ application plan >standard< for >cias< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-14-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-14-then-allof-0-then.md index dbb7863d..201c3306 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-14-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-14-then-allof-0-then.md @@ -22,6 +22,7 @@ application plan >default< for >data-privacy-integration-application< is availab * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if-properties-name.md index 5ec5c524..72e1f76b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDMBusinessPartnerApplication" +"mdgce" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if.md index d3f73c40..d7cf3085 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDMBusinessPartnerApplication" +"mdgce" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if-properties-plan.md index 77bcc974..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if.md index 77261855..32a20e0c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-then.md index 0330ac1b..1070d459 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0-then.md @@ -10,10 +10,9 @@ unknown ## plan -application plan >saas-application< for >MDMBusinessPartnerApplication< is available in data centers: +application plan >free< for >mdgce< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if.md index 5aa759e3..91902633 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/38/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/31/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/38/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/31/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then.md similarity index 71% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then.md index bea030e5..5304bdfa 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then.md @@ -6,13 +6,14 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/31/then/allOf/1/then/properties/plan") | ## plan -service plan >dev< for >quorum< is available in data centers: +application plan >standard< for >mdgce< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` @@ -23,7 +24,7 @@ service plan >dev< for >quorum< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-94-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/94/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/31/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-properties-plan.md index 8cfb4fe3..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then.md index cec1c66c..30801969 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-31-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-31-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"free"` | | +| `"standard"` | | ## name -SAP Business Partner Application: SAP Business Partner Application +SAP Master Data Governance, cloud edition: SAP Master Data Governance, cloud edition supports you in maintaining a high level of master data quality, offering capabilities to manage core attributes of business partners and to evaluate their quality. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if-properties-name.md index 7a2568b0..5ec5c524 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mdo-one-mds-master" +"MDMBusinessPartnerApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if.md index 56e6beff..fd5b58e2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"mdo-one-mds-master" +"MDMBusinessPartnerApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if-properties-plan.md index 126392b1..77bcc974 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if.md index 4d4c9345..41bc8368 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-then.md index e8aef040..7ff69105 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-allof-0-then.md @@ -10,12 +10,9 @@ unknown ## plan -application plan >standard< for >mdo-one-mds-master< is available in data centers: +application plan >saas-application< for >MDMBusinessPartnerApplication< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-properties-plan.md index 248cb3df..8cfb4fe3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then.md index 7da05490..7d6e9555 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-32-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | ## name -Master Data Integration (Orchestration): Master data application that allows master data replication according to predetermined master data distribution models. SAP Master Data Orchestration can only be used in combination with the SAP Master Data Integration service. +SAP Business Partner Application: SAP Business Partner Application `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if-properties-name.md index 5c91ce91..7a2568b0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDOrchestrationApplication" +"mdo-one-mds-master" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if.md index 91ee632c..3adda35b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"MDOrchestrationApplication" +"mdo-one-mds-master" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if-properties-plan.md index 77bcc974..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if.md index 72b158cc..55dc578d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-then.md index e7616b7b..fce37e75 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-allof-0-then.md @@ -10,9 +10,12 @@ unknown ## plan -application plan >saas-application< for >MDOrchestrationApplication< is available in data centers: +application plan >standard< for >mdo-one-mds-master< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-properties-plan.md index 8cfb4fe3..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then.md index 9eadf48d..28180ae8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-33-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Master Data Orchestration: Master data application for existing customers of SAP Master Data service for business partners and SAP Master Data service for products. New customers should use the Master Data Integration (Orchestration) tile. SAP Master Data Orchestration should only be used in combination with the SAP Master Data Integration service. +Master Data Integration (Orchestration): Master data application that allows master data replication according to predetermined master data distribution models. SAP Master Data Orchestration can only be used in combination with the SAP Master Data Integration service. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if-properties-name.md index d8e16024..5c91ce91 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ocnselfserviceagent" +"MDOrchestrationApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if.md index 309637a8..26caed7f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"ocnselfserviceagent" +"MDOrchestrationApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if-properties-plan.md index 126392b1..77bcc974 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if.md index 2bbfa22c..48686306 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-then.md index 0db6b797..84ee2686 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-allof-0-then.md @@ -10,25 +10,10 @@ unknown ## plan -application plan >standard< for >ocnselfserviceagent< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} +application plan >saas-application< for >MDOrchestrationApplication< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-properties-plan.md index 248cb3df..8cfb4fe3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then.md index 16fd2886..51ed5736 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-34-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | ## name -Open Connectors: Open Connectors provides pre-built and feature-rich connectors to simplify the connectivity and seamless integration with over 150 non-SAP cloud applications. Customers benefit from connectivity to third-party APIs via harmonized RESTful APIs and can develop and map canonical data models to extend pre-built connectors. Furthermore customers can easily build API compositions across the different connectors. +SAP Master Data Orchestration: Master data application for existing customers of SAP Master Data service for business partners and SAP Master Data service for products. New customers should use the Master Data Integration (Orchestration) tile. SAP Master Data Orchestration should only be used in combination with the SAP Master Data Integration service. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if-properties-name.md index 25db03d3..d8e16024 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"PersonalDataManagerApp" +"ocnselfserviceagent" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if.md index 5ee5e03f..9b7af7a4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"PersonalDataManagerApp" +"ocnselfserviceagent" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then-allof-0-then.md index dc26cb78..b13c5c38 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then-allof-0-then.md @@ -10,14 +10,21 @@ unknown ## plan -application plan >standard< for >PersonalDataManagerApp< is available in data centers: +application plan >standard< for >ocnselfserviceagent< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then.md index e0436255..b595d9a4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-35-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Personal Data Manager: SAP Personal Data Manager provides the capability to generate reports showing the personal data stored in an application point of view with the help of a CSR. The reports can be generated and exported either in machine readable form (JSON) or human readable form (PDF). Data subjects can request the correction and deletion of personal data that is stored in an application point of view. +Open Connectors: Open Connectors provides pre-built and feature-rich connectors to simplify the connectivity and seamless integration with over 150 non-SAP cloud applications. Customers benefit from connectivity to third-party APIs via harmonized RESTful APIs and can develop and map canonical data models to extend pre-built connectors. Furthermore customers can easily build API compositions across the different connectors. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if-properties-name.md index 1425abe9..25db03d3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"PortalApplication" +"PersonalDataManagerApp" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if.md index e205bcbe..0069b3c4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"PortalApplication" +"PersonalDataManagerApp" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then-allof-0-then.md index 96a6dbb2..fac206d9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then-allof-0-then.md @@ -10,22 +10,14 @@ unknown ## plan -application plan >standard< for >PortalApplication< is available in data centers: +application plan >standard< for >PersonalDataManagerApp< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then.md index ae0ffa69..43caca9f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-36-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Cloud Portal service: SAP Cloud Portal service lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device. +SAP Personal Data Manager: SAP Personal Data Manager provides the capability to generate reports showing the personal data stored in an application point of view with the help of a CSR. The reports can be generated and exported either in machine readable form (JSON) or human readable form (PDF). Data subjects can request the correction and deletion of personal data that is stored in an application point of view. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if-properties-name.md index 7d06c4a1..1425abe9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"print-app" +"PortalApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if.md index 2fd018e4..008fa15e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"print-app" +"PortalApplication" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then-allof-0-then.md index 38e97cfc..acc8d310 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then-allof-0-then.md @@ -10,14 +10,26 @@ unknown ## plan -application plan >standard< for >print-app< is available in data centers: - +application plan >standard< for >PortalApplication< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then.md index c74c3167..57188bf4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-37-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Print service: Allows you to manage print queue and monitor the print status +SAP Cloud Portal service: SAP Cloud Portal service lets you build digital experience portals for employees, customers, and partners. You can streamline access to business data so that your employees can execute their daily business tasks securely, from any device. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if-properties-name.md index 0ef550f8..7d06c4a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation" +"print-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if.md index 24db8b29..d196fc54 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"process-automation" +"print-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if-properties-plan.md index c97f5143..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if.md index d51b2a0e..f94e4e39 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-then.md index 1c987e84..d9032b1c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0-then.md @@ -10,14 +10,14 @@ unknown ## plan -application plan >free< for >process-automation< is available in data centers: +application plan >standard< for >print-app< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-properties-plan.md index 49c8bb8c..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then.md index cdc95ef7..f2b26b49 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | ## name -SAP Build Process Automation: SAP Build Process Automation is a citizen development solution to adapt, improve, and innovate business processes with the low-code/no-code capabilities of SAP Workflow Management and SAP Intelligent RPA. +SAP Print service: Allows you to manage print queue and monitor the print status `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if-properties-name.md index 213e1dca..0ef550f8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"procurement" +"process-automation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if.md index 27b20727..7275a95b 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"procurement" +"process-automation" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if.md index f23807ad..02881b70 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-then.md index 42c8f19c..c17f5542 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0-then.md @@ -10,10 +10,14 @@ unknown ## plan -application plan >standard< for >procurement< is available in data centers: +application plan >free< for >process-automation< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties-plan.md new file mode 100644 index 00000000..126392b1 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if.md index 6208364c..4849977c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/50/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/39/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/50/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/39/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then.md similarity index 85% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then.md index 94abbe30..be1de0a9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/38/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/39/then/allOf/1/then/properties/plan") | ## plan @@ -27,7 +27,7 @@ application plan >standard< for >process-automation< is available in data center * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-38-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/38/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/39/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-properties-plan.md index 248cb3df..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then.md index f733e85a..c118d5ca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-39-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-39-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | ## name -Guided Buying: Guided Buying allows you to integrate procurement solutions with SAP S/4HANA Cloud. +SAP Build Process Automation: SAP Build Process Automation is a citizen development solution to adapt, improve, and innovate business processes with the low-code/no-code capabilities of SAP Workflow Management and SAP Intelligent RPA. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if-properties-name.md index d989fb51..213e1dca 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibility-management-application-beta" +"procurement" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if.md index 17dab2a6..a2301e79 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibility-management-application-beta" +"procurement" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if-properties-plan.md index 538fc6a8..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if.md index 7463e8e7..3f84d369 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"beta" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-then.md index cb56c5ca..cba09fe3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-allof-0-then.md @@ -10,9 +10,10 @@ unknown ## plan -application plan >beta< for >responsibility-management-application-beta< is available in data centers: +application plan >standard< for >procurement< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-properties-plan.md index 5184db98..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"beta"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then.md index 0d20be75..a214af97 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-40-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------- | :---------- | -| `"beta"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Responsibility Management service: Provides APIs for DetermineAgents using responsibility rules or external APIs(bring your own code) and AgentDeterminationRequest. +Guided Buying: Guided Buying allows you to integrate procurement solutions with SAP S/4HANA Cloud. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if-properties-name.md index ebadd4b8..d989fb51 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibilitymanagement-application" +"responsibility-management-application-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if.md index 93144cd0..48fba29a 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"responsibilitymanagement-application" +"responsibility-management-application-beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if-properties-plan.md index 126392b1..538fc6a8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if.md index 41227a10..f322d152 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"beta" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-then.md index 627924bf..29716411 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-allof-0-then.md @@ -10,11 +10,9 @@ unknown ## plan -application plan >standard< for >responsibilitymanagement-application< is available in data centers: +application plan >beta< for >responsibility-management-application-beta< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-properties-plan.md index 248cb3df..5184db98 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"beta"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then.md index 6d2abf79..5ca61f59 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-41-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :------- | :---------- | +| `"beta"` | | ## name -Responsibility Management Service: As we move toward an intelligent enterprise, intelligent systems need to determine agents who are responsible for business processes and objects, and automatically notify them. It is essential to define and manage these responsibilities for various contexts and retrieve responsible agents who can respond to tasks and activities. +SAP Responsibility Management service: Provides APIs for DetermineAgents using responsibility rules or external APIs(bring your own code) and AgentDeterminationRequest. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if-properties-name.md index e6f07df0..ebadd4b8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"retention-manager-app" +"responsibilitymanagement-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if.md index 2b9b5ded..31480fc5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"retention-manager-app" +"responsibilitymanagement-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then-allof-0-then.md index 707860a5..24744b05 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then-allof-0-then.md @@ -10,19 +10,11 @@ unknown ## plan -application plan >standard< for >retention-manager-app< is available in data centers: +application plan >standard< for >responsibilitymanagement-application< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then.md index f8a26b31..680b9c84 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-42-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Data Retention Manager: The SAP Business Technology Platform Data Retention Manager lets you block or delete personal data based on the residence and retention rules maintained. +Responsibility Management Service: As we move toward an intelligent enterprise, intelligent systems need to determine agents who are responsible for business processes and objects, and automatically notify them. It is essential to define and manage these responsibilities for various contexts and retrieve responsible agents who can respond to tasks and activities. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if-properties-name.md index bb86b441..e6f07df0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps" +"retention-manager-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if.md index 5ecf1184..3359a469 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-build-apps" +"retention-manager-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if-properties-plan.md index c97f5143..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if.md index c7ae5db5..c3bf08cb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-then.md index 64079d98..5a7dda57 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0-then.md @@ -10,10 +10,19 @@ unknown ## plan -application plan >free< for >sap-build-apps< is available in data centers: +application plan >standard< for >retention-manager-app< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-properties-plan.md index 49c8bb8c..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then.md index 454ee98b..de0f5e70 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"free"` | | | `"standard"` | | ## name -SAP Build Apps: SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information. +SAP Data Retention Manager: The SAP Business Technology Platform Data Retention Manager lets you block or delete personal data based on the residence and retention rules maintained. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if-properties-name.md index fa09c482..bb86b441 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-cai-onboarding" +"sap-build-apps" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if.md index e6fcfa35..36539bb5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-cai-onboarding" +"sap-build-apps" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if.md index 35bf5a49..b090cb45 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-then.md index ca7ef413..2c228cef 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0-then.md @@ -10,10 +10,9 @@ unknown ## plan -application plan >standard< for >sap-cai-onboarding< is available in data centers: +application plan >free< for >sap-build-apps< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties-plan.md new file mode 100644 index 00000000..126392b1 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if.md index b3e70412..6cb90ec7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/43/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/44/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/43/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/44/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then.md index 12cd4392..3ad4a266 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/43/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/44/then/allOf/1/then/properties/plan") | ## plan @@ -23,7 +23,7 @@ application plan >standard< for >sap-build-apps< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-43-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/43/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/44/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-properties-plan.md index 248cb3df..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then.md index 68c28c73..8049242d 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-44-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-44-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | ## name -SAP Conversational AI: SAP Conversational AI is a collaborative end-to-end platform for creating chatbots. Along with conversational natural language processing (NLP) and dialog management features supported with detailed API documentation, SAP Conversational AI makes it easy to connect your bots to different messaging channels. +SAP Build Apps: SAP Build Apps is a full stack no-code development platform for creating Web and native mobile applications. Please note that an instance of Cloud Identity Services is required to successfully create a subscription. See Documentation for more information. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if-properties-name.md index 98a40aba..fa09c482 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-identity-services-onboarding" +"sap-cai-onboarding" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if.md index 8d9fa53f..59cdd7b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sap-identity-services-onboarding" +"sap-cai-onboarding" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if-properties-plan.md index a411afb2..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"additional-tenant" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if.md index 56afdabb..db878dd9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"additional-tenant" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then.md index b691a122..1629a2b8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then.md @@ -4,33 +4,17 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/parameters") | +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/plan") | ## plan -application plan >additional-tenant< for >sap-identity-services-onboarding< is available in data centers: +application plan >standard< for >sap-cai-onboarding< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -45,21 +29,3 @@ application plan >additional-tenant< for >sap-identity-services-onboarding< is a ### plan Type unknown - -## parameters - - - -`parameters` - -* is required - -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md)) - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/parameters") - -### parameters Type - -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-properties-plan.md index fde3f548..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-properties-plan.md @@ -6,8 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------------- | :---------- | -| `"additional-tenant"` | | -| `"connectivity"` | | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then.md index 3e29e4c2..42330dd4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then.md @@ -6,10 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1.md "check type definition") - -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,15 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :-------------------- | :---------- | -| `"additional-tenant"` | | -| `"connectivity"` | | -| `"default"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Cloud Identity Services: Cloud Identity Services provide basic capabilities for user authentication. +SAP Conversational AI: SAP Conversational AI is a collaborative end-to-end platform for creating chatbots. Along with conversational natural language processing (NLP) and dialog management features supported with detailed API documentation, SAP Conversational AI makes it easy to connect your bots to different messaging channels. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if-properties-name.md index 48333542..98a40aba 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sapappgyver" +"sap-identity-services-onboarding" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if.md index 2dfc424a..d9d430a9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sapappgyver" +"sap-identity-services-onboarding" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if-properties-plan.md index 126392b1..a411afb2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"additional-tenant" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if.md index fc8bdec5..f066cb10 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"additional-tenant" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type-_enumdisplayname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type-_enumdisplayname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type-_enumdisplayname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type-_enumdisplayname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md index 69ac238e..d9902095 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md @@ -1,6 +1,6 @@ ## cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md)) ## cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md index cea0df0d..ec918fcd 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md @@ -1,12 +1,12 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------- | :------- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/parameters/properties/cloud_service") | +| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/parameters/properties/cloud_service") | | Additional Properties | Any | Optional | can be null | | ## cloud\_service @@ -17,15 +17,15 @@ Choose a productive or test service type from the drop down. * is optional -* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md)) +* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/0/then/properties/parameters/properties/cloud_service") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/parameters/properties/cloud_service") ### cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-0-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters-properties-service-type.md)) ### cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then.md index a72fa10b..a05ace33 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then.md @@ -4,15 +4,33 @@ unknown # then Properties -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/plan") | +| Property | Type | Required | Nullable | Defined by | +| :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/parameters") | ## plan -application plan >standard< for >sapappgyver< is available in data centers: +application plan >additional-tenant< for >sap-identity-services-onboarding< is available in data centers: +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} +* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'in30', 'name': 'India (Mumbai)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` @@ -27,3 +45,21 @@ application plan >standard< for >sapappgyver< is available in data centers: ### plan Type unknown + +## parameters + + + +`parameters` + +* is required + +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md)) + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/0/then/properties/parameters") + +### parameters Type + +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if.md index a528b2d0..7ee497ab 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type-_enumdisplayname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type-_enumdisplayname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type-_enumdisplayname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type-_enumdisplayname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md index 3d680690..4768ef62 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md @@ -1,6 +1,6 @@ ## cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md)) ## cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md index 28a942fa..b7f7401e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md @@ -1,12 +1,12 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------- | :------- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/parameters/properties/cloud_service") | +| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/parameters/properties/cloud_service") | | Additional Properties | Any | Optional | can be null | | ## cloud\_service @@ -17,15 +17,15 @@ Choose a productive or test service type from the drop down. * is optional -* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md)) +* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/parameters/properties/cloud_service") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/parameters/properties/cloud_service") ### cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters-properties-service-type.md)) ### cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then.md similarity index 78% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then.md index 76e01d13..06081ad0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then.md @@ -6,8 +6,8 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/parameters") | ## plan @@ -33,7 +33,7 @@ application plan >connectivity< for >sap-identity-services-onboarding< is availa * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/plan") ### plan Type @@ -47,12 +47,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/1/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/1/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-1-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if.md index d1378421..ae2b0e9c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type-_enumdisplayname.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type-_enumdisplayname.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type-_enumdisplayname.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type-_enumdisplayname.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md similarity index 87% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md index 6407f947..eafd14be 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md @@ -1,6 +1,6 @@ ## cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md)) ## cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md similarity index 84% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md index 57030255..a8105927 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md @@ -1,12 +1,12 @@ ## parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md)) # parameters Properties | Property | Type | Required | Nullable | Defined by | | :------------------------------- | :------- | :------- | :------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/parameters/properties/cloud_service") | +| [cloud\_service](#cloud_service) | `string` | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/parameters/properties/cloud_service") | | Additional Properties | Any | Optional | can be null | | ## cloud\_service @@ -17,15 +17,15 @@ Choose a productive or test service type from the drop down. * is optional -* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md)) +* Type: `string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/parameters/properties/cloud_service") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/parameters/properties/cloud_service") ### cloud\_service Type -`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters-properties-service-type.md)) +`string` ([Service type](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters-properties-service-type.md)) ### cloud\_service Constraints diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then.md similarity index 80% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then.md index 3e93c112..f7d6d496 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then.md @@ -6,8 +6,8 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/plan") | -| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/parameters") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/plan") | +| [parameters](#parameters) | `object` | Required | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/parameters") | ## plan @@ -40,7 +40,7 @@ application plan >default< for >sap-identity-services-onboarding< is available i * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/plan") ### plan Type @@ -54,12 +54,12 @@ unknown * is required -* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md)) +* Type: `object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md)) * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/45/then/allOf/2/then/properties/parameters") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md "undefined#/properties/services/items/allOf/2/then/allOf/46/then/allOf/2/then/properties/parameters") ### parameters Type -`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-then-properties-parameters.md)) +`object` ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2-then-properties-parameters.md)) diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-properties-plan.md index 248cb3df..fde3f548 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-properties-plan.md @@ -6,6 +6,8 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :-------------------- | :---------- | +| `"additional-tenant"` | | +| `"connectivity"` | | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then.md index 5a8ba9bb..3c42db5f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-46-then.md @@ -6,6 +6,10 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-1.md "check type definition") + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-46-then-allof-2.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +39,15 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"standard"` | | +| Value | Explanation | +| :-------------------- | :---------- | +| `"additional-tenant"` | | +| `"connectivity"` | | +| `"default"` | | ## name -SAP AppGyver: Low-code / no-code tools from SAP that accelerate SAP business applications development. +SAP Cloud Identity Services: Cloud Identity Services provide basic capabilities for user authentication. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if-properties-name.md index 67b31cdf..48333542 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sapappstudio" +"sapappgyver" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if.md index 0b793d85..a75222a1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sapappstudio" +"sapappgyver" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if-properties-plan.md index c97f5143..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if.md index 20f49944..b44d3342 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"free" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-then.md index 9e731742..cfcfb35e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0-then.md @@ -10,24 +10,9 @@ unknown ## plan -application plan >free< for >sapappstudio< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} +application plan >standard< for >sapappgyver< is available in data centers: + * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties-plan.md deleted file mode 100644 index d00db6bf..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties-plan.md +++ /dev/null @@ -1,11 +0,0 @@ -## plan Type - -unknown - -## plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"standard-edition" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if.md deleted file mode 100644 index 0679596b..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if.md +++ /dev/null @@ -1,35 +0,0 @@ -## if Type - -unknown - -# if Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/47/then/allOf/1/if/properties/plan") | - -## plan - - - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/47/then/allOf/1/if/properties/plan") - -### plan Type - -unknown - -### plan Constraints - -**constant**: the value of this property must be equal to: - -```json -"standard-edition" -``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then.md deleted file mode 100644 index cffa6b8e..00000000 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then.md +++ /dev/null @@ -1,44 +0,0 @@ -## then Type - -unknown - -# then Properties - -| Property | Type | Required | Nullable | Defined by | -| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/47/then/allOf/1/then/properties/plan") | - -## plan - -application plan >standard-edition< for >sapappstudio< is available in data centers: - -* {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} -* {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} - -`plan` - -* is optional - -* Type: unknown - -* cannot be null - -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/47/then/allOf/1/then/properties/plan") - -### plan Type - -unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-properties-plan.md index a95da891..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"free"` | | -| `"standard-edition"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then.md index cecdc723..bb9950d6 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-47-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-47-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"free"` | | -| `"standard-edition"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP Business Application Studio: SAP Business Application Studio is the next generation of SAP Web IDE, offering a modular development environment tailored for efficient development of business applications for the SAP Intelligent Enterprise. It provides pre-configured environments where you can develop, build, test and run using pre-installed runtimes and tools tailored for key scenarios such as: S/4HANA extensions, full stack business applications, Fiori applications and more. It supports quick integration with SAP solutions and services to allow building smarter and more intelligent applications. +SAP AppGyver: Low-code / no-code tools from SAP that accelerate SAP business applications development. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if-properties-name.md index 017f47b1..67b31cdf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPLaunchpad" +"sapappstudio" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if.md index 832b359c..0747d53e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPLaunchpad" +"sapappstudio" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-0-then.md index 19b311d2..0f735d46 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-0-then.md @@ -10,7 +10,7 @@ unknown ## plan -application plan >free< for >SAPLaunchpad< is available in data centers: +application plan >free< for >sapappstudio< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -22,7 +22,6 @@ application plan >free< for >SAPLaunchpad< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if-properties-plan.md index 126392b1..d00db6bf 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"standard-edition" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if.md index 57cd6966..83fe949f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"standard-edition" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-then.md index fbf31059..62c104a7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-allof-1-then.md @@ -10,7 +10,7 @@ unknown ## plan -application plan >standard< for >SAPLaunchpad< is available in data centers: +application plan >standard-edition< for >sapappstudio< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -22,8 +22,6 @@ application plan >standard< for >SAPLaunchpad< is available in data centers: * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'in30', 'name': 'India (Mumbai)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-properties-plan.md index 49c8bb8c..a95da891 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then-properties-plan.md @@ -6,7 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"free"` | | +| `"standard-edition"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then.md index 2afb6b34..07523da5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-48-then.md @@ -37,14 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :----------- | :---------- | -| `"free"` | | -| `"standard"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"free"` | | +| `"standard-edition"` | | ## name -SAP Build Work Zone, standard edition : Provides users with a central point of access to applications from different sources. Note: SAP Launchpad service was recently renamed to SAP Build Work Zone, standard edition. +SAP Business Application Studio: SAP Business Application Studio is the next generation of SAP Web IDE, offering a modular development environment tailored for efficient development of business applications for the SAP Intelligent Enterprise. It provides pre-configured environments where you can develop, build, test and run using pre-installed runtimes and tools tailored for key scenarios such as: S/4HANA extensions, full stack business applications, Fiori applications and more. It supports quick integration with SAP solutions and services to allow building smarter and more intelligent applications. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if-properties-name.md index e8ce73e0..017f47b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPWebAnalytics" +"SAPLaunchpad" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if.md index 3bda8fcd..eda5e987 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPWebAnalytics" +"SAPLaunchpad" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if-properties-plan.md index 126392b1..c97f5143 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if.md index 4c42e245..5357d8d7 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"free" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-then.md index 3a902bb1..64100eb8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0-then.md @@ -10,17 +10,25 @@ unknown ## plan -application plan >standard< for >SAPWebAnalytics< is available in data centers: +application plan >free< for >SAPLaunchpad< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties-plan.md new file mode 100644 index 00000000..126392b1 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if.md new file mode 100644 index 00000000..8c4b8af3 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/49/then/allOf/1/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/49/then/allOf/1/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then.md similarity index 82% rename from docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then.md index e9d5b055..bc2d62b8 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then.md @@ -6,11 +6,11 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/49/then/allOf/1/then/properties/plan") | ## plan -service plan >medium< for >postgresql< is available in data centers: +application plan >standard< for >SAPLaunchpad< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} @@ -19,7 +19,6 @@ service plan >medium< for >postgresql< is available in data centers: * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} -* {'region': 'ch20', 'name': 'cf-ch20'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} @@ -40,7 +39,7 @@ service plan >medium< for >postgresql< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-1-then-allof-86-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/1/then/allOf/86/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/49/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-properties-plan.md index 248cb3df..49c8bb8c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then.md index 37e075a4..f181ba79 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-49-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-49-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"free"` | | | `"standard"` | | ## name -SAP Web Analytics: SAP Web Analytics enables the collection and analysis of website data for understanding and optimizing web usage to measure organizational goals, drive strategy and improve the user's experience. +SAP Build Work Zone, standard edition : Provides users with a central point of access to applications from different sources. Note: SAP Launchpad service was recently renamed to SAP Build Work Zone, standard edition. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if-properties-name.md index b4c2cbfe..e8ce73e0 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPWorkZone" +"SAPWebAnalytics" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if.md index cdce6927..cd784ac4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"SAPWorkZone" +"SAPWebAnalytics" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if-properties-plan.md index 9a7498b5..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"advanced" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if.md index 8f3d80c8..d51af212 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"advanced" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-then.md index cae890a7..3c36db62 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0-then.md @@ -10,15 +10,11 @@ unknown ## plan -application plan >advanced< for >SAPWorkZone< is available in data centers: +application plan >standard< for >SAPWebAnalytics< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} -* {'region': 'ap11', 'name': 'Singapore'} * {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-properties-plan.md index 8bd34093..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-properties-plan.md @@ -8,5 +8,4 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"advanced"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then.md index a3381275..80d18409 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -39,12 +37,11 @@ unknown | Value | Explanation | | :----------- | :---------- | -| `"advanced"` | | | `"standard"` | | ## name -SAP Build Work Zone, advanced edition: Increase the productivity and engagement for your employees as well as interact with partners and customers in a multi-channel digital experience. Note: SAP Work Zone was recently renamed to SAP Build Work Zone, advanced edition. +SAP Web Analytics: SAP Web Analytics enables the collection and analysis of website data for understanding and optimizing web usage to measure organizational goals, drive strategy and improve the user's experience. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if-properties-name.md index 4b5fad12..b4c2cbfe 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm-web" +"SAPWorkZone" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if.md index 287ced0f..4864761f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"sdm-web" +"SAPWorkZone" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if-properties-plan.md index 126392b1..9a7498b5 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"advanced" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if.md index 777d2735..71cba706 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"standard" +"advanced" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-then.md index 55633615..e16861df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0-then.md @@ -10,25 +10,21 @@ unknown ## plan -application plan >standard< for >sdm-web< is available in data centers: +application plan >advanced< for >SAPWorkZone< is available in data centers: * {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} * {'region': 'ap21', 'name': 'Singapore'} * {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} * {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} * {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} * {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} * {'region': 'jp10', 'name': 'Japan (Tokyo)'} * {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} * {'region': 'us20', 'name': 'US West (WA)'} * {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties-plan.md new file mode 100644 index 00000000..126392b1 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if.md new file mode 100644 index 00000000..7bb37ab3 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/51/then/allOf/1/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/51/then/allOf/1/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"standard" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties-plan.md new file mode 100644 index 00000000..48242f69 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties-plan.md @@ -0,0 +1,3 @@ +## plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then.md similarity index 88% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then.md index cc5967dd..fff79224 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/50/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/51/then/allOf/1/then/properties/plan") | ## plan @@ -34,7 +34,7 @@ application plan >standard< for >SAPWorkZone< is available in data centers: * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-50-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/50/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/51/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-properties-plan.md index 248cb3df..8bd34093 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-properties-plan.md @@ -8,4 +8,5 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"advanced"` | | | `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then.md index 03ef8a78..d341a2bb 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-51-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-51-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,11 +39,12 @@ unknown | Value | Explanation | | :----------- | :---------- | +| `"advanced"` | | | `"standard"` | | ## name -Document Management Service, Application Option: Benefit from the standalone, ready-to-use web application of SAP Document Management service that provides document management capabilities. +SAP Build Work Zone, advanced edition: Increase the productivity and engagement for your employees as well as interact with partners and customers in a multi-channel digital experience. Note: SAP Work Zone was recently renamed to SAP Build Work Zone, advanced edition. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if-properties-name.md index c5de3bd2..4b5fad12 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"spatialservices-app" +"sdm-web" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if.md index 539fbe13..adaed813 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"spatialservices-app" +"sdm-web" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if-properties-plan.md index c1699dff..126392b1 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"professional" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if.md index 46ec725e..45b868ac 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"professional" +"standard" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-then.md index c34e6189..50ab5dd9 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0-then.md @@ -10,9 +10,25 @@ unknown ## plan -application plan >professional< for >spatialservices-app< is available in data centers: - +application plan >standard< for >sdm-web< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-properties-plan.md index a11e226e..248cb3df 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-properties-plan.md @@ -6,7 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------------- | :---------- | -| `"professional"` | | -| `"starter"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then.md index ac1f6c20..7aab4597 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then.md @@ -6,8 +6,6 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-0.md "check type definition") -* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1.md "check type definition") - # then Properties | Property | Type | Required | Nullable | Defined by | @@ -37,14 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :--------------- | :---------- | -| `"professional"` | | -| `"starter"` | | +| Value | Explanation | +| :----------- | :---------- | +| `"standard"` | | ## name -SAP HANA spatial services: HANA Spatial Services +Document Management Service, Application Option: Benefit from the standalone, ready-to-use web application of SAP Document Management service that provides document management capabilities. `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if-properties-name.md index e352e052..c5de3bd2 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"tnt-onboard-dataenrichment-dcp" +"spatialservices-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if.md index c11d2dcc..0126552c 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"tnt-onboard-dataenrichment-dcp" +"spatialservices-app" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if-properties-plan.md index 77bcc974..c1699dff 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"professional" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if.md index 6f3fcd1d..69aee572 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"saas-application" +"professional" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-then.md index 96eef196..fa98e376 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0-then.md @@ -10,11 +10,9 @@ unknown ## plan -application plan >saas-application< for >tnt-onboard-dataenrichment-dcp< is available in data centers: +application plan >professional< for >spatialservices-app< is available in data centers: -* {'region': 'ap11', 'name': 'Singapore'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'us10', 'name': 'US East (VA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if.md index 2eb00bb8..676b7abc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/52/then/allOf/1/if/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/53/then/allOf/1/if/properties/plan") | ## plan @@ -20,7 +20,7 @@ unknown * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/52/then/allOf/1/if/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/53/then/allOf/1/if/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties-plan.md new file mode 100644 index 00000000..48242f69 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties-plan.md @@ -0,0 +1,3 @@ +## plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then.md similarity index 83% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then.md index 6be1ff85..f9b11247 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then.md @@ -6,7 +6,7 @@ unknown | Property | Type | Required | Nullable | Defined by | | :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/52/then/allOf/1/then/properties/plan") | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/53/then/allOf/1/then/properties/plan") | ## plan @@ -22,7 +22,7 @@ application plan >starter< for >spatialservices-app< is available in data center * cannot be null -* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-52-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/52/then/allOf/1/then/properties/plan") +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/53/then/allOf/1/then/properties/plan") ### plan Type diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1.md new file mode 100644 index 00000000..19f8d24b --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1.md @@ -0,0 +1,3 @@ +## 1 Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-properties-plan.md index 8cfb4fe3..a11e226e 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-properties-plan.md @@ -6,6 +6,7 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :--------------- | :---------- | +| `"professional"` | | +| `"starter"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then.md index 04a60e05..fd77fcbe 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-53-then.md @@ -6,6 +6,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-0.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-53-then-allof-1.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -35,13 +37,14 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :------------------- | :---------- | -| `"saas-application"` | | +| Value | Explanation | +| :--------------- | :---------- | +| `"professional"` | | +| `"starter"` | | ## name -SAP Data Enrichment service: Provides Business Partner data from third-party data providers +SAP HANA spatial services: HANA Spatial Services `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if-properties-name.md index fbb9de47..e352e052 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"WorkflowManagementSaaS" +"tnt-onboard-dataenrichment-dcp" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if.md index 83694219..63f64422 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"WorkflowManagementSaaS" +"tnt-onboard-dataenrichment-dcp" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then-allof-0-then.md index dec3596e..98e0f2c4 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then-allof-0-then.md @@ -10,25 +10,11 @@ unknown ## plan -application plan >saas-application< for >WorkflowManagementSaaS< is available in data centers: +application plan >saas-application< for >tnt-onboard-dataenrichment-dcp< is available in data centers: -* {'region': 'ap10', 'name': 'Australia (Sydney)'} * {'region': 'ap11', 'name': 'Singapore'} -* {'region': 'ap12', 'name': 'South Korea (Seoul)'} -* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} -* {'region': 'ap21', 'name': 'Singapore'} -* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} -* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} -* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} -* {'region': 'eu20', 'name': 'Europe (Netherlands)'} -* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} -* {'region': 'jp10', 'name': 'Japan (Tokyo)'} -* {'region': 'jp20', 'name': 'Japan (Tokyo)'} * {'region': 'us10', 'name': 'US East (VA)'} -* {'region': 'us20', 'name': 'US West (WA)'} -* {'region': 'us21', 'name': 'US East (VA)'} -* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then.md index 2f24338c..bc787752 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-54-then.md @@ -41,7 +41,7 @@ unknown ## name -SAP Workflow Management: Digitize workflows, manage decisions and gain end-to-end process visibility +SAP Data Enrichment service: Provides Business Partner data from third-party data providers `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if-properties-name.md index 64d6419d..fbb9de47 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if-properties-name.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"wums-c4re-beta" +"WorkflowManagementSaaS" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if.md index 1e739cb2..dc6cc575 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"wums-c4re-beta" +"WorkflowManagementSaaS" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if-properties-plan.md index 4f94ce99..77bcc974 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if-properties-plan.md @@ -7,5 +7,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if.md index 145326bd..75140c80 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-if.md @@ -31,5 +31,5 @@ unknown **constant**: the value of this property must be equal to: ```json -"default" +"saas-application" ``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-then.md index 9731af35..4698bc61 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-allof-0-then.md @@ -10,9 +10,25 @@ unknown ## plan -application plan >default< for >wums-c4re-beta< is available in data centers: - +application plan >saas-application< for >WorkflowManagementSaaS< is available in data centers: + +* {'region': 'ap10', 'name': 'Australia (Sydney)'} +* {'region': 'ap11', 'name': 'Singapore'} +* {'region': 'ap12', 'name': 'South Korea (Seoul)'} +* {'region': 'ap20', 'name': 'Australia (Sydney) Azure'} +* {'region': 'ap21', 'name': 'Singapore'} +* {'region': 'br10', 'name': 'Brazil (Sao Paulo)'} +* {'region': 'ca10', 'name': 'Canada (Montreal)'} * {'region': 'eu10', 'name': 'Europe (Frankfurt)'} +* {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'} +* {'region': 'eu20', 'name': 'Europe (Netherlands)'} +* {'region': 'eu30', 'name': 'Europe (Frankfurt)'} +* {'region': 'jp10', 'name': 'Japan (Tokyo)'} +* {'region': 'jp20', 'name': 'Japan (Tokyo)'} +* {'region': 'us10', 'name': 'US East (VA)'} +* {'region': 'us20', 'name': 'US West (WA)'} +* {'region': 'us21', 'name': 'US East (VA)'} +* {'region': 'us30', 'name': 'US Central (IA)'} `plan` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-properties-plan.md index 916e7975..8cfb4fe3 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-properties-plan.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then-properties-plan.md @@ -6,6 +6,6 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then.md index 42f53374..909448dc 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-55-then.md @@ -35,13 +35,13 @@ unknown **enum**: the value of this property must be equal to one of the following values: -| Value | Explanation | -| :---------- | :---------- | -| `"default"` | | +| Value | Explanation | +| :------------------- | :---------- | +| `"saas-application"` | | ## name -Workspace Utilization: The Workspace Utilization Management application lets you assign sensors to workplaces and spaces. These sensors measure how your workspaces are used. The Workspace Utilization Management application integrates with SAP Cloud for Real Estate and SAP Analytics Cloud to analyze, manage, and optimize your workspaces. +SAP Workflow Management: Digitize workflows, manage decisions and gain end-to-end process visibility `name` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties-name.md new file mode 100644 index 00000000..64d6419d --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties-name.md @@ -0,0 +1,11 @@ +## name Type + +unknown + +## name Constraints + +**constant**: the value of this property must be equal to: + +```json +"wums-c4re-beta" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if.md new file mode 100644 index 00000000..8f78f24e --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [name](#name) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties-name.md "undefined#/properties/services/items/allOf/2/then/allOf/56/if/properties/name") | + +## name + + + +`name` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-if-properties-name.md "undefined#/properties/services/items/allOf/2/then/allOf/56/if/properties/name") + +### name Type + +unknown + +### name Constraints + +**constant**: the value of this property must be equal to: + +```json +"wums-c4re-beta" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties-plan.md similarity index 100% rename from docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-45-then-allof-2-if-properties-plan.md rename to docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties-plan.md diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if.md new file mode 100644 index 00000000..bd0e14c7 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if.md @@ -0,0 +1,35 @@ +## if Type + +unknown + +# if Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/allOf/0/if/properties/plan") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-if-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/allOf/0/if/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**constant**: the value of this property must be equal to: + +```json +"default" +``` diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties-plan.md new file mode 100644 index 00000000..48242f69 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties-plan.md @@ -0,0 +1,3 @@ +## plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then.md new file mode 100644 index 00000000..f414c687 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then.md @@ -0,0 +1,29 @@ +## then Type + +unknown + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/allOf/0/then/properties/plan") | + +## plan + +application plan >default< for >wums-c4re-beta< is available in data centers: + +* {'region': 'eu10', 'name': 'Europe (Frankfurt)'} + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/allOf/0/then/properties/plan") + +### plan Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0.md new file mode 100644 index 00000000..d22a2571 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0.md @@ -0,0 +1,3 @@ +## 0 Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-name.md new file mode 100644 index 00000000..3a59e380 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-name.md @@ -0,0 +1,3 @@ +## name Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-plan.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-plan.md new file mode 100644 index 00000000..916e7975 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-plan.md @@ -0,0 +1,11 @@ +## plan Type + +unknown + +## plan Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties.md new file mode 100644 index 00000000..c89940c6 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties.md @@ -0,0 +1,3 @@ +## properties Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then.md new file mode 100644 index 00000000..232665b7 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56-then.md @@ -0,0 +1,58 @@ +## then Type + +merged type ([Details](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then.md)) + +all of + +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-allof-0.md "check type definition") + +# then Properties + +| Property | Type | Required | Nullable | Defined by | +| :------------ | :------------ | :------- | :------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [plan](#plan) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/properties/plan") | +| [name](#name) | Not specified | Optional | cannot be null | [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-name.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/properties/name") | + +## plan + + + +`plan` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-plan.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/properties/plan") + +### plan Type + +unknown + +### plan Constraints + +**enum**: the value of this property must be equal to one of the following values: + +| Value | Explanation | +| :---------- | :---------- | +| `"default"` | | + +## name + +Workspace Utilization: The Workspace Utilization Management application lets you assign sensors to workplaces and spaces. These sensors measure how your workspaces are used. The Workspace Utilization Management application integrates with SAP Cloud for Real Estate and SAP Analytics Cloud to analyze, manage, and optimize your workspaces. + +`name` + +* is optional + +* Type: unknown + +* cannot be null + +* defined in: [JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56-then-properties-name.md "undefined#/properties/services/items/allOf/2/then/allOf/56/then/properties/name") + +### name Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56.md new file mode 100644 index 00000000..e313c578 --- /dev/null +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-allof-56.md @@ -0,0 +1,3 @@ +## 56 Type + +unknown diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-properties-name.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-properties-name.md index 1ebba795..f0e2ec6f 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-properties-name.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then-properties-name.md @@ -39,6 +39,7 @@ unknown | `"it-prod"` | | | `"LandscapePortal"` | | | `"market-rates-ux"` | | +| `"mdgce"` | | | `"MDMBusinessPartnerApplication"` | | | `"mdo-one-mds-master"` | | | `"MDOrchestrationApplication"` | | diff --git a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then.md b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then.md index 7db7263a..d4f94c31 100644 --- a/docs/generated/btpsa-usecase-properties-services-items-allof-2-then.md +++ b/docs/generated/btpsa-usecase-properties-services-items-allof-2-then.md @@ -116,6 +116,8 @@ all of * [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-55.md "check type definition") +* [Untitled undefined type in JSON Schema for BTPSA use case definitions](btpsa-usecase-properties-services-items-allof-2-then-allof-56.md "check type definition") + # then Properties | Property | Type | Required | Nullable | Defined by | @@ -177,6 +179,7 @@ unknown | `"it-prod"` | | | `"LandscapePortal"` | | | `"market-rates-ux"` | | +| `"mdgce"` | | | `"MDMBusinessPartnerApplication"` | | | `"mdo-one-mds-master"` | | | `"MDOrchestrationApplication"` | | diff --git a/libs/btpsa-usecase.json b/libs/btpsa-usecase.json index 06411b5f..4aaeba6f 100644 --- a/libs/btpsa-usecase.json +++ b/libs/btpsa-usecase.json @@ -387,7 +387,7 @@ { "if": { "properties": { "category": { "const": "SERVICE"} } }, "then" :{ - "properties": { "name": { "enum": ["abap", "abap-solution", "ads", "adsrestapi", "aicore", "alert-notification", "api-management", "apimanagement-apiportal", "apimanagement-devportal", "application-logs", "ASE_PROVISIONING", "auditlog-api", "auditlog-management", "autoscaler", "blockchain-services", "build-workzone-advanced", "build-workzone-standard", "business-entity-recognition", "business-rules", "c4-distributed-order-management", "cias", "cicd-service", "cis", "COMPUTE_UNIT", "connectivity", "connectivity-central", "content-agent", "conversational-ai", "credstore", "data-analytics-osb", "data-attribute-recommendation", "data-intelligence", "data-privacy-integration-service", "dataenrichment-business-partner", "dateandtime", "destination", "document-classification", "document-translation", "dq-services", "enterprise-messaging", "feature-flags", "hana", "hana-cloud", "hana-db", "hana-tenant-db", "html5-apps-repo", "hyperledger-fabric", "ibanservice", "identity", "INFRA", "integrationsuite", "intercompany-reconciliation", "invoice-object-recommendation", "iot", "iotae", "IRPA", "irpa-service", "it-rt", "jobscheduler", "malware-scanner", "market-rates-byor", "market-rates-thr", "MDMBusinessPartnerService", "ml-foundation", "mobile-app-catalog", "mobile-app-update", "mobile-c2g", "mobile-cbms", "mobile-client-log-upload", "mobile-client-resource", "mobile-client-usage", "mobile-discovery", "mobile-network-trace", "mobile-offline", "mobile-proxy", "mobile-push", "mobile-sample-odata-v2-espm", "mobile-services", "mobile-services-preview", "mobile-settings-exchange", "multichain", "objectstore", "one-inbox-service", "one-mds", "personal-data-manager-service", "portal", "postgresql", "postgresql-db", "print", "privatelink", "process-automation", "process-automation-service", "processvisibility", "procurement-service", "quorum", "rabbitmq", "recommendation-systems-production", "redis-cache", "responsibility-management-service-beta", "responsibilitymanagement-service", "retention-manager", "saas-registry", "sap-analytics-cloud-embedded-edition", "sap-bigdataservices", "sap-build-apps", "sap-build-apps-runtime", "sap-calm", "sap-document-information-extraction", "sap-graph", "sdm", "sdm-repository", "service-manager", "service-ticket-intelligence", "spatialservices", "theming", "transport", "uas", "ui5-flexibility-keyuser", "workcalendar", "workflow", "workflowmanagement", "wums-partner-api-beta", "xfs-runtime", "xsuaa"] } }, + "properties": { "name": { "enum": ["abap", "abap-solution", "ads", "adsrestapi", "aicore", "alert-notification", "api-management", "apimanagement-apiportal", "apimanagement-devportal", "application-logs", "ASE_PROVISIONING", "auditlog-api", "auditlog-management", "autoscaler", "blockchain-services", "build-workzone-advanced", "build-workzone-standard", "business-entity-recognition", "business-rules", "c4-distributed-order-management", "cias", "cicd-service", "cis", "COMPUTE_UNIT", "connectivity", "connectivity-central", "content-agent", "conversational-ai", "credstore", "data-analytics-osb", "data-attribute-recommendation", "data-intelligence", "data-privacy-integration-service", "dataenrichment-business-partner", "dateandtime", "destination", "document-classification", "document-translation", "dq-services", "enterprise-messaging", "feature-flags", "hana", "hana-cloud", "hana-db", "hana-tenant-db", "hl7-fhir-service", "html5-apps-repo", "hyperledger-fabric", "ibanservice", "identity", "INFRA", "integrationsuite", "intercompany-reconciliation", "invoice-object-recommendation", "iot", "iotae", "IRPA", "irpa-service", "it-rt", "jobscheduler", "malware-scanner", "market-rates-byor", "market-rates-thr", "MDMBusinessPartnerService", "ml-foundation", "mobile-app-catalog", "mobile-app-update", "mobile-c2g", "mobile-cbms", "mobile-client-log-upload", "mobile-client-resource", "mobile-client-usage", "mobile-discovery", "mobile-network-trace", "mobile-offline", "mobile-proxy", "mobile-push", "mobile-sample-odata-v2-espm", "mobile-services", "mobile-services-preview", "mobile-settings-exchange", "multichain", "objectstore", "one-inbox-service", "one-mds", "personal-data-manager-service", "portal", "postgresql", "postgresql-db", "print", "privatelink", "process-automation", "process-automation-service", "processvisibility", "procurement-service", "quorum", "rabbitmq", "recommendation-systems-production", "redis-cache", "responsibility-management-service-beta", "responsibilitymanagement-service", "retention-manager", "saas-registry", "sap-analytics-cloud-embedded-edition", "sap-bigdataservices", "sap-build-apps", "sap-build-apps-runtime", "sap-calm", "sap-document-information-extraction", "sap-graph", "sdm", "sdm-repository", "service-manager", "service-ticket-intelligence", "spatialservices", "theming", "transport", "uas", "ui5-flexibility-keyuser", "workcalendar", "workflow", "workflowmanagement", "wums-partner-api-beta", "xfs-runtime", "xsuaa"] } }, "allOf": [ { "if": { "properties": { "name": { "const": "abap"} } }, @@ -944,7 +944,7 @@ "if": { "properties": { "plan": { "const": "oauth2"} } }, "then" :{ "properties": { - "plan": { "description": "service plan >oauth2< for >cias< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } + "plan": { "description": "service plan >oauth2< for >cias< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'jp10', 'name': 'Japan (Tokyo)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } } } @@ -1200,7 +1200,7 @@ "if": { "properties": { "plan": { "const": "free"} } }, "then" :{ "properties": { - "plan": { "description": "service plan >free< for >data-attribute-recommendation< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } + "plan": { "description": "service plan >free< for >data-attribute-recommendation< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } } } @@ -1208,7 +1208,7 @@ "if": { "properties": { "plan": { "const": "standard"} } }, "then" :{ "properties": { - "plan": { "description": "service plan >standard< for >data-attribute-recommendation< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } + "plan": { "description": "service plan >standard< for >data-attribute-recommendation< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } } } @@ -1266,7 +1266,7 @@ "if": { "properties": { "plan": { "const": "application"} } }, "then" :{ "properties": { - "plan": { "description": "service plan >application< for >data-privacy-integration-service< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}" } + "plan": { "description": "service plan >application< for >data-privacy-integration-service< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}\n- {'region': 'us30', 'name': 'US Central (IA)'}" } } } @@ -1549,7 +1549,7 @@ "then" :{ "properties": { "plan": { "description": "service plan >hana< for >hana-cloud< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'ap12', 'name': 'South Korea (Seoul)'}\n- {'region': 'ap20', 'name': 'Australia (Sydney) Azure'}\n- {'region': 'ap21', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'ca10', 'name': 'Canada (Montreal)'}\n- {'region': 'ch20', 'name': 'cf-ch20'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'in30', 'name': 'India (Mumbai)'}\n- {'region': 'jp10', 'name': 'Japan (Tokyo)'}\n- {'region': 'jp20', 'name': 'Japan (Tokyo)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}\n- {'region': 'us30', 'name': 'US Central (IA)'}" } - , "parameters" : {"$schema": "http://json-schema.org/draft-07/schema", "additionalProperties": false, "properties": {"data": {"additionalProperties": false, "properties": {"additionalWorkers": {"description": "Number of additional workers for scale out systems", "format": "int64", "maximum": 0, "minimum": 0, "type": "integer"}, "availabilityZonePlacement": {"additionalProperties": false, "description": "Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance", "properties": {"highAvailabilityCrossMultiAZEnabled": {"description": "A flag to determine if the HA setup will be cross multi-availability zones or not", "type": "boolean"}, "initialReplicaAvailabilityZone": {"description": "This zone will be used by the initial replica", "type": "string"}, "initialSourceAvailabilityZone": {"description": "This zone will be used by the initial source", "type": "string"}, "primaryAvailabilityZone": {"description": "This zone will be used by the primary instance", "type": "string"}, "secondaryAvailabilityZone": {"description": "This zone will be used by the secondary instance, if defined in .disasterRecoveryMode", "type": "string"}}, "type": "object"}, "databaseMappings": {"items": {"properties": {"organization_guid": {"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$", "type": "string"}, "space_guid": {"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$", "type": "string"}}, "required": ["organization_guid", "space_guid"], "type": "object"}}, "disasterRecoveryMode": {"description": "Disaster Recovery of the HANA instance", "enum": ["no_disaster_recovery", "one_secondary_async"], "type": "string"}, "edition": {"description": "Image edition (cloud vs. orange)", "enum": ["cloud", "orange"], "type": "string"}, "enabledservices": {"additionalProperties": false, "description": "List of services of the HANA to be enabled", "properties": {"docstore": {"default": false, "type": "boolean"}, "scriptserver": {"default": false, "type": "boolean"}}, "type": "object"}, "extensionservices": {"items": {"properties": {"enabled": {"type": "boolean"}, "name": {"pattern": "^(DITenant|ConnectivityProxy)$", "type": "string"}, "whitelistIPs": {"items": {"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$", "type": "string"}, "maxItems": 250, "type": "array"}}, "required": ["name", "enabled"], "type": "object"}}, "memory": {"description": "HANA memory size (RAM) in GB", "format": "int64", "maximum": 3600, "minimum": 30, "type": "integer"}, "memoryScaleOut": {"description": "HANA memory size (RAM) in GB for scale out systems", "format": "int64", "maximum": 0, "minimum": 0, "type": "integer"}, "productVersion": {"additionalProperties": false, "description": "HANA Product Version", "properties": {"id": {"type": "string"}, "releaseCycle": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "project_name": {"type": "string"}, "serviceStopped": {"description": "Describes if the system should be running or stopped", "type": "boolean"}, "slaLevel": {"description": "Availability of the HANA instance", "enum": ["standard", "elevated"], "type": "string"}, "storage": {"description": "Size of the Storage in GB", "format": "int64", "maximum": 16000, "minimum": 120, "type": "integer"}, "systempassword": {"description": "Password to be set for tenant", "minLength": 8, "type": "string"}, "template_name": {"type": "string"}, "update_strategy": {"description": "preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime", "enum": ["with_restart", "without_restart"]}, "vcpu": {"description": "Number of vCPUs used by HANA", "minimum": 2, "type": "integer"}, "versionIndicator": {"description": "The version of the service to use", "type": "string"}, "whitelistIPs": {"items": {"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$", "type": "string"}, "maxItems": 250, "type": "array"}}, "required": ["edition", "memory", "systempassword"], "type": "object"}, "metadata": {"additionalProperties": true, "properties": {}, "propertyNames": {"pattern": "^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"}, "type": "object"}}, "required": ["data"], "type": "object"} + , "parameters" : {"$schema": "http://json-schema.org/draft-07/schema", "additionalProperties": false, "defaultProperties": ["data"], "properties": {"data": {"additionalProperties": false, "properties": {"additionalWorkers": {"description": "Number of additional workers for scale out systems", "format": "int64", "maximum": 0, "minimum": 0, "type": "integer"}, "availabilityZonePlacement": {"additionalProperties": false, "description": "Settings that enable the customer to ensure spatial proximity between their applications and the HANA instance", "properties": {"highAvailabilityCrossMultiAZEnabled": {"description": "A flag to determine if the HA setup will be cross multi-availability zones or not", "type": "boolean"}, "initialReplicaAvailabilityZone": {"description": "This zone will be used by the initial replica", "type": "string"}, "initialSourceAvailabilityZone": {"description": "This zone will be used by the initial source", "type": "string"}, "primaryAvailabilityZone": {"description": "This zone will be used by the primary instance", "type": "string"}, "secondaryAvailabilityZone": {"description": "This zone will be used by the secondary instance, if defined in .disasterRecoveryMode", "type": "string"}}, "type": "object"}, "databaseMappings": {"items": {"properties": {"organization_guid": {"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$", "type": "string"}, "space_guid": {"pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$", "type": "string"}}, "required": ["organization_guid", "space_guid"], "type": "object"}}, "disasterRecoveryMode": {"description": "Disaster Recovery of the HANA instance", "enum": ["no_disaster_recovery", "one_secondary_async"], "type": "string"}, "edition": {"description": "Image edition (cloud vs. orange)", "enum": ["cloud", "orange"], "type": "string"}, "enabledservices": {"additionalProperties": false, "description": "List of services of the HANA to be enabled", "properties": {"docstore": {"default": false, "type": "boolean"}, "scriptserver": {"default": false, "type": "boolean"}}, "type": "object"}, "extensionservices": {"items": {"properties": {"enabled": {"type": "boolean"}, "name": {"pattern": "^(DITenant|ConnectivityProxy)$", "type": "string"}, "whitelistIPs": {"items": {"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$", "type": "string"}, "maxItems": 250, "type": "array"}}, "required": ["name", "enabled"], "type": "object"}}, "memory": {"default": 30, "description": "HANA memory size (RAM) in GB", "format": "int64", "maximum": 3600, "minimum": 30, "type": "integer"}, "memoryScaleOut": {"default": 0, "description": "HANA memory size (RAM) in GB for scale out systems", "format": "int64", "maximum": 0, "minimum": 0, "type": "integer"}, "productVersion": {"additionalProperties": false, "description": "HANA Product Version", "properties": {"id": {"type": "string"}, "releaseCycle": {"type": "string"}, "track": {"type": "string"}}, "type": "object"}, "project_name": {"type": "string"}, "requestedOperation": {"additionalProperties": false, "properties": {"arguments": {"additionalProperties": false, "description": "List of operation arguments", "properties": {"backup_encryption_passphrase": {"type": "string"}, "hdl_access_token": {"type": "string"}, "project_name": {"type": "string"}, "template_name": {"type": "string"}, "template_storage_endpoint": {"type": "string"}}, "type": "object"}, "name": {"description": "create instance for template recovery", "enum": ["none", "TEMPLATE_RECOVERY"], "type": "string"}}, "type": "object"}, "serviceStopped": {"description": "Describes if the system should be running or stopped", "type": "boolean"}, "slaLevel": {"description": "Availability of the HANA instance", "enum": ["standard", "elevated"], "type": "string"}, "storage": {"default": 120, "description": "Size of the Storage in GB", "format": "int64", "maximum": 16000, "minimum": 120, "type": "integer"}, "systempassword": {"description": "Password to be set for tenant", "minLength": 8, "type": "string"}, "template_name": {"type": "string"}, "update_strategy": {"description": "preferred behaviour for version upgrades. with_restart: the database will be shut down and started again during the upgrade; without_restart: at some point active write transactions will be cancelled, after that the upgrade is effective without further downtime", "enum": ["with_restart", "without_restart"]}, "vcpu": {"default": 2, "description": "Number of vCPUs used by HANA", "minimum": 2, "type": "integer"}, "versionIndicator": {"description": "The version of the service to use", "type": "string"}, "whitelistIPs": {"items": {"pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/(30|31|32|[1-2][0-9]|[0-9]))?$", "type": "string"}, "maxItems": 250, "type": "array"}}, "required": ["edition", "memory", "systempassword"], "type": "object"}, "metadata": {"additionalProperties": true, "properties": {}, "propertyNames": {"pattern": "^(hc.sap.com/webide_subscription|ui.hc.sap.com/[a-zA-Z0-9_]*)$"}, "type": "object"}}, "required": ["data"], "type": "object"} }, "required" : ["parameters"] @@ -1745,6 +1745,24 @@ }] } }, { + "if": { "properties": { "name": { "const": "hl7-fhir-service"} } }, + "then" :{ + "properties": { + "plan": { "enum": ["default"] }, + "name": { "description": "SAP Health Data Services for FHIR: SAP Health Data Services for FHIR supports you in designing, implementing, and operating an application or service relying on health-related data. At its core, it is a cloud-native implementation of the HL7® FHIR® standard.The service allows the profiling and storing of resources according to your business and localization needs. It lets you manage health data using provided REST APIs and messaging endpoints, and offers extensibility with custom resources, FHIR extensions, and business rules."} + }, + "allOf": [ + { + "if": { "properties": { "plan": { "const": "default"} } }, + "then" :{ + "properties": { + "plan": { "description": "service plan >default< for >hl7-fhir-service< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}" } + + } + } + }] + } + }, { "if": { "properties": { "name": { "const": "html5-apps-repo"} } }, "then" :{ "properties": { @@ -2640,7 +2658,7 @@ "if": { "properties": { "plan": { "const": "standard"} } }, "then" :{ "properties": { - "plan": { "description": "service plan >standard< for >personal-data-manager-service< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}" } + "plan": { "description": "service plan >standard< for >personal-data-manager-service< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}\n- {'region': 'us30', 'name': 'US Central (IA)'}" } } } @@ -3708,7 +3726,7 @@ { "if": { "properties": { "category": { "const": "APPLICATION"} } }, "then" :{ - "properties": { "name": { "enum": ["abapcp-web-router", "ads-configui", "ai-launchpad", "alm-ts", "api-management-apiportal", "api-management-devportal", "auditlog-viewer", "automationpilot", "Backend-service", "c4-distributed-order-management-app", "cias", "cicd-app", "content-agent-ui", "custom-domain-manager", "data-privacy-integration-application", "document-information-extraction-application", "dqmmicroui", "eadesigner", "edge-services", "enterprise-messaging-hub", "extension-center", "feature-flags-dashboard", "hana-cloud-tools", "integration-suite-advanced-event-mesh", "integrationsuite", "intelligent-situation-automation-app", "iotas", "IRPA", "it-prod", "LandscapePortal", "market-rates-ux", "MDMBusinessPartnerApplication", "mdo-one-mds-master", "MDOrchestrationApplication", "ocnselfserviceagent", "PersonalDataManagerApp", "PortalApplication", "print-app", "process-automation", "procurement", "responsibility-management-application-beta", "responsibilitymanagement-application", "retention-manager-app", "sap-build-apps", "sap-cai-onboarding", "sap-identity-services-onboarding", "sapappgyver", "sapappstudio", "SAPLaunchpad", "SAPWebAnalytics", "SAPWorkZone", "sdm-web", "spatialservices-app", "tnt-onboard-dataenrichment-dcp", "WorkflowManagementSaaS", "wums-c4re-beta"] } }, + "properties": { "name": { "enum": ["abapcp-web-router", "ads-configui", "ai-launchpad", "alm-ts", "api-management-apiportal", "api-management-devportal", "auditlog-viewer", "automationpilot", "Backend-service", "c4-distributed-order-management-app", "cias", "cicd-app", "content-agent-ui", "custom-domain-manager", "data-privacy-integration-application", "document-information-extraction-application", "dqmmicroui", "eadesigner", "edge-services", "enterprise-messaging-hub", "extension-center", "feature-flags-dashboard", "hana-cloud-tools", "integration-suite-advanced-event-mesh", "integrationsuite", "intelligent-situation-automation-app", "iotas", "IRPA", "it-prod", "LandscapePortal", "market-rates-ux", "mdgce", "MDMBusinessPartnerApplication", "mdo-one-mds-master", "MDOrchestrationApplication", "ocnselfserviceagent", "PersonalDataManagerApp", "PortalApplication", "print-app", "process-automation", "procurement", "responsibility-management-application-beta", "responsibilitymanagement-application", "retention-manager-app", "sap-build-apps", "sap-cai-onboarding", "sap-identity-services-onboarding", "sapappgyver", "sapappstudio", "SAPLaunchpad", "SAPWebAnalytics", "SAPWorkZone", "sdm-web", "spatialservices-app", "tnt-onboard-dataenrichment-dcp", "WorkflowManagementSaaS", "wums-c4re-beta"] } }, "allOf": [ { "if": { "properties": { "name": { "const": "abapcp-web-router"} } }, @@ -3926,7 +3944,7 @@ "if": { "properties": { "plan": { "const": "standard"} } }, "then" :{ "properties": { - "plan": { "description": "application plan >standard< for >cias< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } + "plan": { "description": "application plan >standard< for >cias< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'jp10', 'name': 'Japan (Tokyo)'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } } } @@ -4006,7 +4024,7 @@ "if": { "properties": { "plan": { "const": "default"} } }, "then" :{ "properties": { - "plan": { "description": "application plan >default< for >data-privacy-integration-application< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}" } + "plan": { "description": "application plan >default< for >data-privacy-integration-application< is available in data centers:\n- {'region': 'ap10', 'name': 'Australia (Sydney)'}\n- {'region': 'ap11', 'name': 'Singapore'}\n- {'region': 'br10', 'name': 'Brazil (Sao Paulo)'}\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'eu20', 'name': 'Europe (Netherlands)'}\n- {'region': 'eu30', 'name': 'Europe (Frankfurt)'}\n- {'region': 'us10', 'name': 'US East (VA)'}\n- {'region': 'us20', 'name': 'US West (WA)'}\n- {'region': 'us21', 'name': 'US East (VA)'}\n- {'region': 'us30', 'name': 'US Central (IA)'}" } } } @@ -4367,6 +4385,32 @@ }] } }, { + "if": { "properties": { "name": { "const": "mdgce"} } }, + "then" :{ + "properties": { + "plan": { "enum": ["free","standard"] }, + "name": { "description": "SAP Master Data Governance, cloud edition: SAP Master Data Governance, cloud edition supports you in maintaining a high level of master data quality, offering capabilities to manage core attributes of business partners and to evaluate their quality."} + }, + "allOf": [ + { + "if": { "properties": { "plan": { "const": "free"} } }, + "then" :{ + "properties": { + "plan": { "description": "application plan >free< for >mdgce< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}" } + + } + } + }, { + "if": { "properties": { "plan": { "const": "standard"} } }, + "then" :{ + "properties": { + "plan": { "description": "application plan >standard< for >mdgce< is available in data centers:\n- {'region': 'eu10', 'name': 'Europe (Frankfurt)'}\n- {'region': 'eu11', 'name': 'Europe (Frankfurt) EU Access - AWS'}\n- {'region': 'us10', 'name': 'US East (VA)'}" } + + } + } + }] + } + }, { "if": { "properties": { "name": { "const": "MDMBusinessPartnerApplication"} } }, "then" :{ "properties": { diff --git a/libs/python/helperCommandExecution.py b/libs/python/helperCommandExecution.py index 0ebecbe4..6d8de51c 100644 --- a/libs/python/helperCommandExecution.py +++ b/libs/python/helperCommandExecution.py @@ -67,7 +67,7 @@ def login_cf(btpUsecase): runShellCommandFlex(btpUsecase, command, "INFO", message, True, pipe) # Step 2 - login - command = "cf auth " + myemail + " " + password + command = "cf auth " + myemail + " '" + password + "'" message = ( "Non-interactive login step 2: authenticate to CF with user >" + myemail