mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"openapi": "3.0.3",
|
|
"info": {
|
|
"title": "Header Problem",
|
|
"version": "1.0.0"
|
|
},
|
|
"paths": {},
|
|
"components": {
|
|
"headers": {
|
|
"Generic-Header": {
|
|
"description": "Generic-Header description",
|
|
"schema": {
|
|
"type": "string"
|
|
},
|
|
"example": "123",
|
|
"required": true
|
|
}
|
|
},
|
|
"schemas": {
|
|
"Generic-Schema": {
|
|
"description": "Generic-Schema description",
|
|
"type": "string",
|
|
"example": "234",
|
|
"required": true
|
|
}
|
|
}
|
|
}
|
|
}
|