Created
June 25, 2021 07:29
-
-
Save maocorte/0c6f729d8f6089e3ed31c761cfef63ae 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": "SpaceCreated", | |
"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