From 5d2abb48f8b54d92e539997b83a8807ce82c8356 Mon Sep 17 00:00:00 2001
From: commeau <1379-commeau@users.noreply.forge.etsi.org>
Date: Mon, 29 Jun 2026 11:57:23 +0200
Subject: [PATCH] Add TargetIdentifierSubtype to LPRequestDetails.
---
103120/schema/json/ts_103120_Task.schema.json | 3 +++
103120/schema/xsd/ts_103120_Task.xsd | 1 +
2 files changed, 4 insertions(+)
diff --git a/103120/schema/json/ts_103120_Task.schema.json b/103120/schema/json/ts_103120_Task.schema.json
index 92e0e40..c016375 100644
--- a/103120/schema/json/ts_103120_Task.schema.json
+++ b/103120/schema/json/ts_103120_Task.schema.json
@@ -730,6 +730,9 @@
},
"task:Subtype": {
"$ref": "#/$defs/RequestSubtype"
+ },
+ "task:TargetIdentifierSubtype": {
+ "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
}
},
"required": [],
diff --git a/103120/schema/xsd/ts_103120_Task.xsd b/103120/schema/xsd/ts_103120_Task.xsd
index e91c667..33aceea 100644
--- a/103120/schema/xsd/ts_103120_Task.xsd
+++ b/103120/schema/xsd/ts_103120_Task.xsd
@@ -219,6 +219,7 @@
+
--
GitLab