@digdir/dialogporten-schema 1.114.4 → 1.114.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/swagger.verified.json +29 -0
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -512,6 +512,13 @@
|
|
|
512
512
|
"type": "array"
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
|
+
"required": [
|
|
516
|
+
"instanceRef",
|
|
517
|
+
"party",
|
|
518
|
+
"serviceResource",
|
|
519
|
+
"serviceOwner",
|
|
520
|
+
"authorizationEvidence"
|
|
521
|
+
],
|
|
515
522
|
"type": "object"
|
|
516
523
|
},
|
|
517
524
|
"V1CommonIdentifierLookup_IdentifierLookupAuthorizationEvidence": {
|
|
@@ -553,6 +560,9 @@
|
|
|
553
560
|
"type": "string"
|
|
554
561
|
}
|
|
555
562
|
},
|
|
563
|
+
"required": [
|
|
564
|
+
"subject"
|
|
565
|
+
],
|
|
556
566
|
"type": "object"
|
|
557
567
|
},
|
|
558
568
|
"V1CommonIdentifierLookup_IdentifierLookupGrantType": {
|
|
@@ -588,6 +598,10 @@
|
|
|
588
598
|
"type": "string"
|
|
589
599
|
}
|
|
590
600
|
},
|
|
601
|
+
"required": [
|
|
602
|
+
"orgNumber",
|
|
603
|
+
"code"
|
|
604
|
+
],
|
|
591
605
|
"type": "object"
|
|
592
606
|
},
|
|
593
607
|
"V1CommonIdentifierLookup_IdentifierLookupServiceResource": {
|
|
@@ -611,6 +625,11 @@
|
|
|
611
625
|
"type": "array"
|
|
612
626
|
}
|
|
613
627
|
},
|
|
628
|
+
"required": [
|
|
629
|
+
"id",
|
|
630
|
+
"isDelegable",
|
|
631
|
+
"minimumAuthenticationLevel"
|
|
632
|
+
],
|
|
614
633
|
"type": "object"
|
|
615
634
|
},
|
|
616
635
|
"V1CommonIdentifierLookup_ServiceOwnerIdentifierLookup": {
|
|
@@ -647,6 +666,12 @@
|
|
|
647
666
|
"type": "array"
|
|
648
667
|
}
|
|
649
668
|
},
|
|
669
|
+
"required": [
|
|
670
|
+
"instanceRef",
|
|
671
|
+
"party",
|
|
672
|
+
"serviceResource",
|
|
673
|
+
"serviceOwner"
|
|
674
|
+
],
|
|
650
675
|
"type": "object"
|
|
651
676
|
},
|
|
652
677
|
"V1CommonLocalizations_Localization": {
|
|
@@ -662,6 +687,10 @@
|
|
|
662
687
|
"type": "string"
|
|
663
688
|
}
|
|
664
689
|
},
|
|
690
|
+
"required": [
|
|
691
|
+
"value",
|
|
692
|
+
"languageCode"
|
|
693
|
+
],
|
|
665
694
|
"type": "object"
|
|
666
695
|
},
|
|
667
696
|
"V1EndUserCommon_AcceptedLanguage": {
|