13 lines
239 B
Plaintext
13 lines
239 B
Plaintext
// @requires: 'ORDconsumer'
|
|
@rest @path:'/ord/v1'
|
|
service OrdService {
|
|
@readonly entity documents {
|
|
key id: String;
|
|
}
|
|
@readonly entity csn {
|
|
key id: String;
|
|
}
|
|
|
|
function api (service: String, format: String) returns {};
|
|
}
|