Skip to content

Instantly share code, notes, and snippets.

@maocorte
Created June 25, 2021 07:34
Show Gist options
  • Save maocorte/4883a94a812b35a38958b3594c8dcbdf to your computer and use it in GitHub Desktop.
Save maocorte/4883a94a812b35a38958b3594c8dcbdf to your computer and use it in GitHub Desktop.
{
"name": "SpaceUpdated",
"type": "record",
"namespace": "io.radicalbit.continuum.spaces.models",
"fields": [
{
"name": "uuid",
"type": {
"type": "string",
"logicalType": "uuid"
}
},
{
"name": "tenantUUID",
"type": {
"type": "string",
"logicalType": "uuid"
}
},
{
"name": "name",
"type": "string"
},
{
"name": "groups",
"type": {
"type": "array",
"items": {
"type": "string",
"logicalType": "uuid"
}
}
},
{
"name": "clientID",
"type": "string"
},
{
"name": "clientSecret",
"type": "string"
},
{
"name": "updatedBy",
"type": "string"
},
{
"name": "notifiedAt",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment