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
Using format of slug on a pbj must result in a pattern on the item with the slug regex pattern, which is in StringType in pbj. see StringType and Format class in pbj lib, ref aws3 branch
The text was updated successfully, but these errors were encountered:
when a format that we use internally is not a public format (like ipv4) then it should be a regex pattern with the proper type (for example, slug would be type string and we'd put in the regex to validate it)
Anywhere there's a possibility to use a built-in format it should populate the format property.
http://spacetelescope.github.io/understanding-json-schema/reference/string.html#built-in-formats
Example where it doesn't:
There are also our custom formats that are not enforced by a pattern...
Using format of slug on a pbj must result in a pattern on the item with the slug regex pattern, which is in StringType in pbj. see StringType and Format class in pbj lib, ref aws3 branch
The text was updated successfully, but these errors were encountered: