And another one: In JSON Schema it is possible to extend native types with patterns. For example:
{ "type": "string", "pattern": "s3://.+" }
Do you think this would be a viable feature down the road?
And another one: In JSON Schema it is possible to extend native types with patterns. For example:
{ "type": "string", "pattern": "s3://.+" }
Do you think this would be a viable feature down the road?
Thank you for your feedback, we will look into it.
Did not see that it was already available. Sorry