Skip to content

Commit 266a182

Browse files
committed
Update identity with new vendorExtension
Add x-is-datetime:true to use in models to define stings as Local Date Time object without timezone offset.
1 parent bb7af27 commit 266a182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

identity-yaml/xero-identity.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ components:
8686
createdDateUTC:
8787
description: The date when the user connected this tenant to your app
8888
type: string
89-
x-java-format: "LocalDateTime"
89+
x-is-datetime: true
9090
x-php-format: '\DateTime'
9191
updatedDateUtc:
9292
description: The date when the user most recently connected this tenant to your app. May differ to the created date if the user has disconnected and subsequently reconnected this tenant to your app.
9393
type: string
94-
x-java-format: "LocalDateTime"
94+
x-is-datetime: true
9595
x-php-format: '\DateTime'
9696
RefreshToken:
9797
externalDocs:

0 commit comments

Comments
 (0)