{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SystemData", "type": "object", "description": "Metadata pertaining to creation and last modification of the resource.", "properties": { "createdBy": { "type": "string", "description": "The identity that created the resource." }, "createdByType": { "type": "string", "description": "The type of identity that created the resource." }, "createdAt": { "type": "string", "description": "The timestamp of resource creation (UTC)." }, "lastModifiedBy": { "type": "string", "description": "The identity that last modified the resource." }, "lastModifiedByType": { "type": "string", "description": "The type of identity that last modified the resource." }, "lastModifiedAt": { "type": "string", "description": "The timestamp of resource last modification (UTC)." } } }