US06: GetProperties
3 Scenarios
User Story
Scenario: Get properties of node type with properties
Given a node type exists with ID "doc" and has 3 properties
When I send a GET request to /api/NodeTypes/doc/properties
#UAC01
Then the response status should be 200 OK
#UAC02
And the response should contain all 3 properties
#UAC03
And each property should have correct discriminator