Represents an empty JSON schema for tools without parameters.
static Map<String, dynamic> get emptySchema => { 'type': 'object', 'properties': {}, };