{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ScimMeta", "type": "object", "properties": { "resourceType": { "type": "string" }, "created": { "type": "string" }, "lastModified": { "type": "string" }, "location": { "type": "string" } } }