adventurous-addition-28416
09/07/2023, 9:51 PMchilly-king-10285
09/07/2023, 9:51 PMchilly-king-10285
09/07/2023, 9:52 PM$id
property. Here's an example: json { "$id": "<http://mydomain.com/schemas/v2/customer.schema.json>", "$schema": "<http://json-schema.org/draft-07/schema#>", "title": "A customer (v2)", "type": "object", ... }
In this example, the JSON Schema ID is <http://mydomain.com/schemas/v2/customer.schema.json>
. If you're unable to find the JSON Schema ID, it might be that it's not defined in your schema. If that's the case, you might want to add it to your schema to uniquely identify it. For more information, you can refer to the [Ory documentation](https://www.ory.sh/docs/kratos/manage-identities/customize-identity-schema).