high-soccer-36695
09/08/2022, 9:38 PM{"schema_id":"user","metadata_admin":{"name":"test"}}
and the json response I get is {"error":{"code":404,"status":"Not Found","message":"Unable to locate the resource"}}
I can see the user schema at http://localhost:4433/schemas/user and its also declared in kratos.yml as
- id: user
url: file:///etc/config/kratos/user.schema.json
Could someone let me know what I am doing wrong?