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

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

description: sample

version: sample-test-1.0

service:
  name: sample
  version: v1
  auth: basic
  mode: direct

http:
  request:
    uri: /test
    method: GET
  success_codes:
    - 200
  result_map:
    name: ${name}