blob: 7356f3ac2fe3e1ea5706645fb074e9fc51ba4f19 [file] [log] [blame]
option name = "exampleservice";
option verbose_name = "Example Service";
message ExampleService (Service){
required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}
message ExampleServiceInstance (TenantWithContainer){
option name = "exampleserviceinstance";
option verbose_name = "Example Service Instance";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}