Skip to content

Commit 8a44cff

Browse files
Linux2010Andy Tianholtskinner
authored
fix(spec): Optimize the camel case naming. (#534)
# Description feat: Optimize the camel case naming. - [x] Follow the [`CONTRIBUTING` Guide](https://github.com/google/A2A/blob/main/CONTRIBUTING.md). - [x] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - [x] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format) - [x] Appropriate docs were updated (if necessary) Co-authored-by: Andy Tian <[email protected]> Co-authored-by: Holt Skinner <[email protected]>
1 parent d734f4e commit 8a44cff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

specification/json/a2a.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"stateTransitionHistory": {
3939
"default": false,
40-
"title": "Statetransitionhistory",
40+
"title": "StateTransitionHistory",
4141
"type": "boolean"
4242
}
4343
},
@@ -67,7 +67,7 @@
6767
},
6868
"documentationUrl": {
6969
"type": "string",
70-
"title": "Documentationurl"
70+
"title": "DocumentationUrl"
7171
},
7272
"capabilities": {
7373
"$ref": "#/$defs/AgentCapabilities"
@@ -82,7 +82,7 @@
8282
"items": {
8383
"type": "string"
8484
},
85-
"title": "Defaultinputmodes",
85+
"title": "DefaultInputModes",
8686
"type": "array"
8787
},
8888
"defaultOutputModes": {
@@ -92,7 +92,7 @@
9292
"items": {
9393
"type": "string"
9494
},
95-
"title": "Defaultoutputmodes",
95+
"title": "DefaultOutputModes",
9696
"type": "array"
9797
},
9898
"skills": {
@@ -163,14 +163,14 @@
163163
"type": "string"
164164
},
165165
"type": "array",
166-
"title": "Inputmodes"
166+
"title": "InputModes"
167167
},
168168
"outputModes": {
169169
"items": {
170170
"type": "string"
171171
},
172172
"type": "array",
173-
"title": "Outputmodes"
173+
"title": "OutputModes"
174174
}
175175
},
176176
"required": [
@@ -1111,7 +1111,7 @@
11111111
},
11121112
"sessionId": {
11131113
"type": "string",
1114-
"title": "Sessionid"
1114+
"title": "SessionId"
11151115
},
11161116
"status": {
11171117
"$ref": "#/$defs/TaskStatus"
@@ -1273,7 +1273,7 @@
12731273
"type": "string"
12741274
},
12751275
"sessionId": {
1276-
"title": "Sessionid",
1276+
"title": "SessionId",
12771277
"type": "string"
12781278
},
12791279
"message": {

0 commit comments

Comments
 (0)