Created
June 25, 2021 07:32
-
-
Save maocorte/af56df70674138a102c981a92fbb345a 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": "SpaceRestored", | |
"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