File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,8 @@ components:
564
564
type : object
565
565
properties :
566
566
access_rights :
567
- $ref : " #/components/schemas/CkanValueLabel"
567
+ type : string
568
+ format : uri
568
569
applicable_legislation :
569
570
type : array
570
571
items :
@@ -573,7 +574,8 @@ components:
573
574
conforms_to :
574
575
type : array
575
576
items :
576
- $ref : " #/components/schemas/CkanValueLabel"
577
+ type : string
578
+ format : uri
577
579
contact :
578
580
$ref : " #/components/schemas/CkanContactPoint"
579
581
creator :
@@ -583,7 +585,7 @@ components:
583
585
rights :
584
586
type : array
585
587
items :
586
- $ref : " #/components/schemas/CkanValueLabel "
588
+ type : string
587
589
description :
588
590
type : string
589
591
endpoint_description :
@@ -596,7 +598,8 @@ components:
596
598
format :
597
599
type : array
598
600
items :
599
- $ref : " #/components/schemas/CkanValueLabel"
601
+ type : string
602
+ format : uri
600
603
identifier :
601
604
type : string
602
605
keyword :
@@ -610,7 +613,8 @@ components:
610
613
language :
611
614
type : array
612
615
items :
613
- $ref : " #/components/schemas/CkanValueLabel"
616
+ type : string
617
+ format : uri
614
618
license :
615
619
type : string
616
620
modified :
@@ -624,7 +628,8 @@ components:
624
628
theme :
625
629
type : array
626
630
items :
627
- $ref : " #/components/schemas/CkanValueLabel"
631
+ type : string
632
+ format : uri
628
633
uri :
629
634
type : string
630
635
format : uri
Original file line number Diff line number Diff line change @@ -714,7 +714,8 @@ components:
714
714
type : object
715
715
properties :
716
716
accessRights :
717
- $ref : " #/components/schemas/ValueLabel"
717
+ type : string
718
+ format : uri
718
719
applicableLegislation :
719
720
type : array
720
721
items :
@@ -723,7 +724,8 @@ components:
723
724
conformsTo :
724
725
type : array
725
726
items :
726
- $ref : " #/components/schemas/ValueLabel"
727
+ type : string
728
+ format : uri
727
729
contact :
728
730
$ref : " #/components/schemas/ContactPoint"
729
731
creator :
@@ -733,7 +735,7 @@ components:
733
735
rights :
734
736
type : array
735
737
items :
736
- $ref : " #/components/schemas/ValueLabel "
738
+ type : string
737
739
description :
738
740
type : string
739
741
endpointDescription :
@@ -746,7 +748,8 @@ components:
746
748
format :
747
749
type : array
748
750
items :
749
- $ref : " #/components/schemas/ValueLabel"
751
+ type : string
752
+ format : uri
750
753
id :
751
754
type : string
752
755
title : Data service internal ID
@@ -761,7 +764,8 @@ components:
761
764
languages :
762
765
type : array
763
766
items :
764
- $ref : " #/components/schemas/ValueLabel"
767
+ type : string
768
+ format : uri
765
769
license :
766
770
type : string
767
771
modified :
@@ -776,7 +780,8 @@ components:
776
780
theme :
777
781
type : array
778
782
items :
779
- $ref : " #/components/schemas/ValueLabel"
783
+ type : string
784
+ format : uri
780
785
uri :
781
786
type : string
782
787
format : uri
You can’t perform that action at this time.
0 commit comments