All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.LogCategory.json Maven / Gradle / Ivy

The newest version!
{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "definitions": {
		"logCategory": {
		    "description": "A LogCategory following the convention of http://microformats.org/wiki/hcard",
		    "type": "string",
		    "enum": ["System", "RCPlus", "Watchdog", "EXCEPTION", "MS", "RAW", "CvOps"]
    	}
  	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy