generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add regex in JSON schema to check date properties in ISO 8601 UTC format #147
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
thehenrytsai
added
feature
New feature or request
good first issue
Good for newcomers
labels
Nov 8, 2022
Can you please elaborate on how to use the regex , i have built and tested a regex exp but not sure how to use it in this use case. |
You can see regex examples in https://github.com/TBD54566975/dwn-sdk-js/blob/ecd72c95e4ab31f68dbd74d36bc3502967d163da/json-schemas/definitions.json used for validations. |
We can close this now! |
Yes we can! |
This was referenced Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
See date format requirements in #113.
The regex should be added for
dateCreated
anddatePublished
properties.The text was updated successfully, but these errors were encountered: