Skip to content

Commit

Permalink
[btpmr-bot] 2024-11-03 06:10:15: fetched BTP metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BTP Metadata Repo Bot committed Nov 3, 2024
1 parent 9c21d83 commit 2b08610
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 67 deletions.
38 changes: 37 additions & 1 deletion v0/developer/apimanagement-devportal.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,43 @@
"name": "US Central (IA)"
}
],
"schemas": null
"schemas": {
"service_instance": {
"create": {
"parameters": {
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"role": {
"description": "Supported Roles are AuthGroup.API.Admin, AuthGroup.Content.Admin and AuthGroup.API.ApplicationDeveloper",
"type": "string",
"default": "AuthGroup.API.Admin"
}
}
}
}
},
"service_binding": {
"create": {
"parameters": {
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"xsuaa": {
"type": "object",
"properties": {
"credential-type": {
"description": "Supported Credential Type are binding-secret and x509",
"type": "string",
"default": "binding-secret"
}
}
}
}
}
}
}
}
}
],
"supportComponents": [
Expand Down
66 changes: 0 additions & 66 deletions v0/developer/hana-cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -787,14 +787,6 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"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]))?$",
Expand Down Expand Up @@ -830,14 +822,6 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -1844,14 +1828,6 @@
"pattern": "^(ConnectivityProxy)$",
"type": "string"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"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]))?$",
Expand Down Expand Up @@ -1887,14 +1863,6 @@
},
"type": "array"
},
"privateLinkAllowlist": {
"items": {
"maxLength": 40,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"productVersion": {
"additionalProperties": false,
"description": "HANA Product Version",
Expand Down Expand Up @@ -2304,15 +2272,6 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -2380,14 +2339,6 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down Expand Up @@ -2946,15 +2897,6 @@
"type": "string"
},
"type": "array"
},
"trustBindings": {
"description": "Trusts bindings to be established with other services",
"items": {
"description": "Trust group",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -3022,14 +2964,6 @@
"trusts": {
"items": {
"properties": {
"aggregateTo": {
"items": {
"description": "List of aliases to aggregate to",
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
},
"type": "array"
},
"alias": {
"pattern": "^[a-z0-9]{1}[a-z0-9-]{0,14}[a-z0-9]{1}$",
"type": "string"
Expand Down

0 comments on commit 2b08610

Please sign in to comment.