We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ea2e2 commit edd08ecCopy full SHA for edd08ec
3 files changed
.gitignore
@@ -25,3 +25,6 @@ dist
25
.reports
26
/sandbox/*.log
27
/sandbox-staging
28
+/specification/components/x-nhsd-apim/access.yml
29
+/specification/components/x-nhsd-apim/target.yml
30
+/specification/components/security/security.yml
specification/api/components/x-nhsd-apim/target-attributes.yml
@@ -0,0 +1,3 @@
1
+- name: NHSD-Supplier-ID
2
+ header: NHSD-Supplier-ID
3
+ required: false
specification/api/notify-supplier-phase1.yml
@@ -79,3 +79,5 @@ x-nhsd-apim:
79
$ref: ./components/x-nhsd-apim/access.yml
80
target:
81
$ref: ./components/x-nhsd-apim/target.yml
82
+ target-attributes:
83
+ $ref: ./components/x-nhsd-apim/target-attributes.yml
0 commit comments