Skip to content

Instantly share code, notes, and snippets.

@MazizEsa
Created September 14, 2020 13:37
Show Gist options
  • Save MazizEsa/d9287f2dbf2b11bd8b38513f31c71f28 to your computer and use it in GitHub Desktop.
Save MazizEsa/d9287f2dbf2b11bd8b38513f31c71f28 to your computer and use it in GitHub Desktop.
The Custom Enum
{
"namespace": "org.maz.schema",
"name": "SplitEnumerationSample",
"type": "enum",
"symbols": [
"SAMPLE1",
"SAMPLE2",
"SAMPLE3"
],
"default": "SAMPLE1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment