-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Rest API
When loading a schema from the REST API ( NXP-14114 )
If i define a schema ssn with a validation scheme like [0-9]{3}-[0-9]{2}-[0-9]{4}
The validation pattern are not returned :
http://localhost:8080/nuxeo/api/v1/config/schemas/ssn
{ "name" : "ssn", "@prefix" : "ssn", "fields" : { "number" : "string" } }
- depends on
-
NXP-14114 Add RestAPI endpoint for types and schemas
- Resolved