aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/sample-test-schema-no-auth-no-catalog.yaml
blob: e3e48c596d917ddf31800c3569a6889ef4ed1c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
open_cli_schema_version: 1.0

name: sample-cmd-no-auth-no-catalog

description: sample

info:
  product: open-cli
  service: test
  type: cmd
  author: Kanagaraj Manickam mkr1481@gmail.com

http:

  service:
    name: sample
    version: v1
    auth: none
    mode: direct
  request:
    uri: /test
    method: GET
  success_codes:
    - 200
  result_map:
    name: ${name}