#%RAML 1.0 ResourceType usage: Use this resourceType to represent any single item description: A single <> get: description: Get a <> by <> is: [ hasResponseItem, hasNotFound ] put: description: Update a <> by <> is: [ hasRequestItem, hasResponseItem, hasNotFound ] delete: description: Delete a <> by <> is: [ hasNotFound ] responses: 204: