From 9a93563b94298047703f8e1c88372f525d4e32c4 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:37:05 +0530 Subject: [PATCH] Update docs/ballerina-to-oas/spec/spec.md Co-authored-by: Nipuna Ransinghe --- docs/ballerina-to-oas/spec/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ballerina-to-oas/spec/spec.md b/docs/ballerina-to-oas/spec/spec.md index e50741d45..b8c36ad6b 100644 --- a/docs/ballerina-to-oas/spec/spec.md +++ b/docs/ballerina-to-oas/spec/spec.md @@ -1185,7 +1185,7 @@ oneOf: -> **Note:** If the record type has `jsondata:Name` annotation, then the name specified in the annotation is used as the schema name. +> **Note:** If any field in the record type has a `jsondata:Name` annotation, the name specified in the annotation will be used as the schema name. > > Ballerina record type: > ```ballerina