Schema:TestSchema

PHP logging

EventLogging::logEvent( 'TestSchema', 5098124, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"TestSchema": 5098124
			}
		}
	}
}

JavaScript logging

mw.track( 'event.TestSchema', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 5098124
description"Schema used for unit-testing"
properties
value
type"string"
description"Arbitrary string value"
requiredtrue