Skip to content

Instantly share code, notes, and snippets.

@kring
Last active May 30, 2018 06:55
Show Gist options
  • Save kring/4b4c24c107e04dac43f6bd063998193c to your computer and use it in GitHub Desktop.
Save kring/4b4c24c107e04dac43f6bd063998193c to your computer and use it in GitHub Desktop.
{
"catalog": [
{
"type": "group",
"name": "Example Group",
"isOpen": true,
"items": [
{
"name": "Simple Example",
"type": "terria-json",
"url": "https://putsreq.com/PK2GvS6jHfWhlBmkadrG",
"inputs": [
{
"id": "position",
"type": "point",
"name": "Position",
"description": "The position to pass to the service.",
"formatter": "longitudeCommaLatitude"
},
{
"id": "someOtherParameter",
"type": "string",
"name": "Some Other Parameter",
"description": "This is another parameter that will be passed to the service."
},
{
"id": "great",
"type": "boolean",
"name": "Is this great?",
"description": "Do you think this is great?",
"trueName": "Of course!",
"falseName": "Yeah nah"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment