{ "alps" : { "version" : "1.0", "descriptor" : [ { "id" : "words-representation", "href" : "http://analyser.cronberry.com/profile/wordses", "descriptor" : [ { "name" : "content", "type" : "SEMANTIC" }, { "name" : "category", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "GOOD, BAD, COMMON, UNCOMMON, POWER, EMOTIONAL" } } ] }, { "id" : "get-wordses", "name" : "wordses", "type" : "SAFE", "descriptor" : [ { "name" : "page", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The page to return." } }, { "name" : "size", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The size of the page to return." } }, { "name" : "sort", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The sorting criteria to use to calculate the content of the page." } } ], "rt" : "#words-representation" }, { "id" : "create-wordses", "name" : "wordses", "type" : "UNSAFE", "descriptor" : [ ], "rt" : "#words-representation" }, { "id" : "get-words", "name" : "words", "type" : "SAFE", "descriptor" : [ ], "rt" : "#words-representation" }, { "id" : "update-words", "name" : "words", "type" : "IDEMPOTENT", "descriptor" : [ ], "rt" : "#words-representation" }, { "id" : "patch-words", "name" : "words", "type" : "UNSAFE", "descriptor" : [ ], "rt" : "#words-representation" }, { "id" : "delete-words", "name" : "words", "type" : "IDEMPOTENT", "descriptor" : [ ], "rt" : "#words-representation" }, { "name" : "findByCategory", "type" : "SAFE", "descriptor" : [ { "name" : "category", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "GOOD, BAD, COMMON, UNCOMMON, POWER, EMOTIONAL" } } ] }, { "name" : "getMatchedWords", "type" : "SAFE", "descriptor" : [ { "name" : "subject", "type" : "SEMANTIC" } ] } ] } }