{
  "name": "hello-world",
  "description": "An introduction to the developing process in Composer",
  "disabled": true,
  "level": "Beginner",
  "kind": "composition",
  "sort": "1",
  "api": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "required": [
      "name"
    ],
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "default": "composer",
        "description": "The name parameter is a string representing the name of the user"
      }
    },
    "responses": {
      "payload": {
        "type": "payload",
        "description": "A greeting to the user"
      }
    }
  }
}
