Created
June 25, 2021 07:34
-
-
Save maocorte/4883a94a812b35a38958b3594c8dcbdf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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