Hello, there exists a details documentation on how...
# talk-kratos
f
Hello, there exists a details documentation on how to define an identity traits and how the identity schemas are stored? For instance https://www.ory.sh/kratos/docs/concepts/identity-schema doesn’t explains the meaning of all the fields and their possible values.
👀 1
m
You can define the traits as you want!
Copy code
The traits content is completely# up to you and will be validated using the JSON Schema at `traits_schema_url`.
You can check here: https://json-schema.org/understanding-json-schema/reference/type.html what types are possible
And you can also store them where you want 🙂 You need to specify where the schemas are in your Kratos configuration.