Skip to content

Commit 3ee6783

Browse files
Specify date format
1 parent 0baabf3 commit 3ee6783

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

renderers/lit/src/0.8/schemas/server_to_client_with_standard_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"properties": {
629629
"value": {
630630
"type": "object",
631-
"description": "The selected date and/or time value. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
631+
"description": "The selected date and/or time value in ISO 8601 format. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
632632
"additionalProperties": false,
633633
"properties": {
634634
"literalString": {

samples/agent/adk/contact_lookup/a2ui_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
"properties": {
604604
"value": {
605605
"type": "object",
606-
"description": "The selected date and/or time value. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
606+
"description": "The selected date and/or time value in ISO 8601 format. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
607607
"properties": {
608608
"literalString": {
609609
"type": "string"

samples/agent/adk/restaurant_finder/prompt_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
"properties": {
602602
"value": {
603603
"type": "object",
604-
"description": "The selected date and/or time value. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
604+
"description": "The selected date and/or time value in ISO 8601 format. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
605605
"properties": {
606606
"literalString": {
607607
"type": "string"

specification/0.8/json/server_to_client_with_standard_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
"properties": {
629629
"value": {
630630
"type": "object",
631-
"description": "The selected date and/or time value. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
631+
"description": "The selected date and/or time value in ISO 8601 format. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
632632
"additionalProperties": false,
633633
"properties": {
634634
"literalString": {

specification/0.8/json/standard_catalog_definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
"properties": {
562562
"value": {
563563
"type": "object",
564-
"description": "The selected date and/or time value. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
564+
"description": "The selected date and/or time value in ISO 8601 format. This can be a literal string ('literalString') or a reference to a value in the data model ('path', e.g. '/user/dob').",
565565
"additionalProperties": false,
566566
"properties": {
567567
"literalString": {

0 commit comments

Comments
 (0)