diff --git a/source/schemas/common/types/message_error.json b/source/schemas/common/types/message_error.json index 35533ce2a..36b179aef 100644 --- a/source/schemas/common/types/message_error.json +++ b/source/schemas/common/types/message_error.json @@ -20,7 +20,7 @@ }, "path": { "type": "string", - "description": "RFC 9535 JSONPath to the component the message refers to (e.g., $.items[1])." + "description": "RFC 9535 JSONPath to the component the message refers to (e.g., $.line_items[0])." }, "content_type": { "type": "string", diff --git a/source/schemas/common/types/message_info.json b/source/schemas/common/types/message_info.json index 74ee2986b..7ca54d04d 100644 --- a/source/schemas/common/types/message_info.json +++ b/source/schemas/common/types/message_info.json @@ -15,7 +15,7 @@ }, "path": { "type": "string", - "description": "RFC 9535 JSONPath to the component the message refers to." + "description": "RFC 9535 JSONPath to the component the message refers to (e.g., $.line_items[0])." }, "code": { "$ref": "info_code.json" diff --git a/source/schemas/common/types/message_warning.json b/source/schemas/common/types/message_warning.json index a87400740..92f034723 100644 --- a/source/schemas/common/types/message_warning.json +++ b/source/schemas/common/types/message_warning.json @@ -16,7 +16,7 @@ }, "path": { "type": "string", - "description": "JSONPath (RFC 9535) to related field (e.g., $.line_items[0])." + "description": "RFC 9535 JSONPath to the component the message refers to (e.g., $.line_items[0])." }, "code": { "$ref": "warning_code.json"