Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20191211 synchronisation minus cruft #6

Merged
merged 32 commits into from
Dec 11, 2019
Merged

Conversation

perlboy
Copy link
Member

@perlboy perlboy commented Dec 11, 2019

No description provided.

JamesMBligh and others added 30 commits December 9, 2019 10:32
20191211 Synchronisation into child branch
Copy link
Member Author

@perlboy perlboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8 new tickets created on standards-maintenance

@@ -351,7 +351,7 @@
"tags" : [ "Banking", "Accounts" ],
"summary" : "Get Account Balance",
"description" : "Obtain the balance for a single specified account",
"operationId" : "listBalance",
"operationId" : "getBalance",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1880,7 +1880,7 @@
}
}
},
"BankingProduct" : {
"BankingProductV2" : {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -2525,7 +2532,10 @@
"enum" : [ "termDeposit", "creditCard", "loan" ]
},
"termDeposit" : {
"$ref" : "#/definitions/BankingTermDepositAccount"
"type" : "array",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -4278,7 +4308,7 @@
}
}
},
"CommonDiscoveryStatus_data" : {
"ResponseCommonDiscoveryStatus_data" : {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -4059,6 +4075,20 @@
},
"description" : "Object that contains links to additional information on specific topics"
},
"BankingProductV2_cardArt" : {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -18,7 +18,7 @@ DateTimeString | Combined Date and Time string as per RFC- 3339 (labelled date-t
DateString | Date string as per RFC-3339 (labelled full-date in the RFC). UTC time should always be used | “2007-05-01”<br/>“2012-12-25”
TimeString | Time string as per RFC-3339 (labelled full-time in the RFC). UTC time should always be used | “15:43:00.12345Z”<br/>“15:43:00-12:00”
CurrencyString | Standard 3 character currency codes as per ISO-4217 | “AUD”<br/>“USD”<br/>“GBP”
RateString | A string representing an interest rate. A rate of 100% would be represented by the value 1.0 and a rate of -100% by -1.0<br/>- A number constrained to the range [-1.0, 1.0]<br/>- At least 1 and up to a total of 16 significant digits before decimal point<br/>- Up to 16 digits following the decimal point<br/>- No formatting, eg thousand separating commas | “82”<br/>“0.05”<br/>“12.3456789”<br/>“99.123456789123”
RateString | A string representing an interest rate. A rate of 100% would be represented by the value 1.0 and a rate of -100% by -1.0<br/>- At least 1 and up to a total of 16 significant digits before decimal point<br/>- Up to 16 digits following the decimal point<br/>- No formatting, eg thousand separating commas | “0.05”<br/>“-0.05”<br/>“12.3456789”<br/>“-99.123456789123”
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

| <a id="RFC2119"></a>**[RFC2119]** | Key words for use in RFCs to Indicate Requirement Levels <https://tools.ietf.org/html/rfc2119> |RFC2119
| <a id="RFC7009"></a>**[RFC7009]** | OAuth 2.0 Token Revocation: <https://tools.ietf.org/html/rfc7009> |RFC7009
| <a id="RFC7523"></a>**[RFC7523]** | JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants: <https://tools.ietf.org/html/rfc7523> |RFC7523
| <a id="RFC7662"></a>**[RFC7662]** | OAuth 2.0 Token Introspection: <https://tools.ietf.org/html/rfc7662> |RFC7662
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<aside class="notice">
NOTE: Where an end point in this section requires TLS only the certificate used is to be provisioned by the CDR CA
</aside>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perlboy pushed a commit that referenced this pull request Apr 17, 2021
…draft

Publish draft of the energy end points and payloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants