You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a field that contains the timestamp. The data type is an integer since it is a timestamp but not sure whether we have any format that can be used distinctively to identify a timestamp in OAI 3.0.x
I am trying to create a field that contains the timestamp. The data type is an integer since it is a timestamp but not sure whether we have any format that can be used distinctively to identify a timestamp in OAI 3.0.x
Currently I am denoting it as -
created_at: type: integer format: int64 minimum: 1
The text was updated successfully, but these errors were encountered: