|
10 | 10 | }, |
11 | 11 | "document_version": { |
12 | 12 | "description": "Version of this model", |
13 | | - "const": "6.0.0" |
| 13 | + "const": "6.0.1" |
14 | 14 | }, |
15 | 15 | "dataset": { |
16 | 16 | "type": "object", |
|
89 | 89 | "$ref": "./languageStringType.json#/languageStringType" |
90 | 90 | }, |
91 | 91 | "use_restriction": { |
92 | | - "title": "Use restriction", |
93 | | - "description": "Data set use restriction", |
94 | | - "type": "string", |
95 | | - "enum": [ |
96 | | - "DELETION_ANONYMIZATION", |
97 | | - "PROCESS_LIMITATIONS", |
98 | | - "SECONDARY_USE_RESTRICTIONS" |
99 | | - ] |
100 | | - }, |
101 | | - "use_restriction_date": { |
102 | | - "title": "Use restriction date", |
103 | | - "description": "Use restriction date, eg. the date (deadline) for when data must be deleted/anonymised.", |
104 | | - "type": "string", |
105 | | - "format": "date-time" |
| 92 | + "title": "Use restriction", |
| 93 | + "description": "Use restriction", |
| 94 | + "type": "array", |
| 95 | + "items": { |
| 96 | + "type": "object", |
| 97 | + "properties": { |
| 98 | + "use_restriction": { |
| 99 | + "title": "Use restriction type", |
| 100 | + "description": "Use restriction type", |
| 101 | + "enum": [ |
| 102 | + "DELETION_ANONYMIZATION", |
| 103 | + "PROCESS_LIMITATIONS", |
| 104 | + "SECONDARY_USE_RESTRICTIONS" |
| 105 | + ] |
| 106 | + }, |
| 107 | + "use_restriction_date": { |
| 108 | + "title": "Use restriction date", |
| 109 | + "description": "Use restriction date, eg. the date (deadline) for when data must be deleted/anonymised.", |
| 110 | + "type": "string", |
| 111 | + "format": "date-time" |
| 112 | + } |
| 113 | + } |
| 114 | + } |
106 | 115 | }, |
107 | 116 | "custom_type": { |
108 | 117 | "title": "Custom type for dataset metadata", |
|
0 commit comments