You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new Specfication Extension namespace registry: registries/_namespace/fdx.md
Modified `CONTRIBUTING.md` to add instructions for registering new namespaces
and extensions.
Modified `registry/extension.md` and `registry/namespace.md` to link to
instuctions in `CONTRIBUTING.md`.
description: Extensions created and used by [Financial Data Exchange (FDX)](https://financialdataexchange.org)
5
+
layout: default
6
+
---
7
+
8
+
{% capture summary %}
9
+
The `x-{{page.slug}}-` prefix is reserved for extensions created by
10
+
[Financial Data Exchange (FDX)](https://financialdataexchange.org).
11
+
FDX is the
12
+
[standard-setting organization](https://www.consumerfinance.gov/about-us/newsroom/cfpb-approves-application-from-financial-data-exchange-to-issue-standards-for-open-banking/) which is defining the open banking
Copy file name to clipboardExpand all lines: registry/extension.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,4 @@
1
-
---
2
-
# title: Extensions Registry
3
-
layout: default
1
+
efault
4
2
permalink: /registry/extension/index.html
5
3
parent: Registry
6
4
---
@@ -13,12 +11,15 @@ parent: Registry
13
11
14
12
## Contributing
15
13
16
-
Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls) or [Issue](https://github.com/OAI/OpenAPI-Specification/issues) to contribute or discuss a registry value.
14
+
Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls)and
15
+
follow the instructions in the
16
+
[`CONTRIBUTING.md` file in the `gh-pages` branch](https://github.com/OAI/OpenAPI-Specification/blob/gh-pages/CONTRIBUTING.md),
17
+
or open an [Issue](https://github.com/OAI/OpenAPI-Specification/issues)
18
+
to contribute or discuss a registry value.
17
19
18
20
## Values
19
21
20
22
|Value|Description|Issue|
21
23
|---|---|---|
22
24
{% for value in site.extension %}| <ahref="./{{ value.slug }}.html">{{ value.slug }}</a> | {{ value.description }} | {% if value.issue %}<ahref="https://github.com/OAI/OpenAPI-Specification/issues/{{ value.issue }}">#{{ value.issue }}</a>{% endif %} |
Copy file name to clipboardExpand all lines: registry/namespace.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,12 @@ To allow for creators of OpenAPI descriptions to define new extensions without t
11
11
12
12
## Contributing
13
13
14
-
Please raise a [Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls) or [Issue](https://github.com/OAI/OpenAPI-Specification/issues) to contribute or discuss a registry value.
14
+
Please raise a
15
+
[Pull-Request](https://github.com/OAI/OpenAPI-Specification/pulls) and
16
+
follow the instructions in the
17
+
[`CONTRIBUTING.md` file in the `gh-pages` branch](https://github.com/OAI/OpenAPI-Specification/blob/gh-pages/CONTRIBUTING.md),
18
+
or open an [Issue](https://github.com/OAI/OpenAPI-Specification/issues)
0 commit comments