I'd like to be able to query via a REST Web Service what the properties (and data types) and aspects are that belong to a document type. I thought that a query like the following would do it, but it does not seem to return any aspects or custom properties: http://localhost:8080/alfresco/s/cmis/type/D:xyz:myCustomDocument
When I query an existing document of the type, the results will bring back all the properties which is good. But I don't want to have to rely on there even being a document of that type already existing.