Files
microsoft--semantic-kernel/python/tests/unit/connectors/openapi_plugin/invalid_openapi.yaml
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

21 lines
423 B
YAML

openapi: 3.0.0
info:
title: Test API
version: 1.0.0
servers:
- url: http://example.com
paths:
/todos:
get:
summary: Get all todos
operationId: getTodos
responses:
'200':
description: OK
parameters:
- name: Authorization
in: header
required: true
schema:
type: string
description: The authorization token