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

schema-provider.json.example-geographical-location.expected.json Maven / Gradle / Ivy

The newest version!
{
  "type" : "record",
  "name" : "Longitude_and_Latitude_Values",
  "doc" : "A geographical coordinate.",
  "namespace" : "example.com",
  "fields" : [ {
    "name" : "latitude",
    "doc" : "",
    "type" : "double"
  }, {
    "name" : "longitude",
    "doc" : "",
    "type" : "double"
  } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy