From 1a7b02d956ed980828ee3fba8b6ec175aef0e229 Mon Sep 17 00:00:00 2001 From: Divya Silviston <24f2001045@ds.study.iitm.ac.in> Date: Fri, 20 Mar 2026 10:28:57 +0530 Subject: [PATCH] Correct capitalization of 'Schema' in documentation Fix capitalization of "Schema" for consistency. --- docs/en/docs/tutorial/first-steps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index 3355079900..2a34647aac 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -88,15 +88,15 @@ You will see the alternative automatic documentation (provided by [ReDoc](https: #### "Schema" { #schema } -A "schema" is a definition or description of something. Not the code that implements it, but just an abstract description. +A "Schema" is a definition or description of something. Not the code that implements it, but just an abstract description. -#### API "schema" { #api-schema } +#### API "Schema" { #api-schema } In this case, [OpenAPI](https://github.com/OAI/OpenAPI-Specification) is a specification that dictates how to define a schema of your API. This schema definition includes your API paths, the possible parameters they take, etc. -#### Data "schema" { #data-schema } +#### Data "Schema" { #data-schema } The term "schema" might also refer to the shape of some data, like a JSON content.