remove charset from spec

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-02-19 22:30:48 -05:00
parent 3e88c88312
commit 81ff9590c1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"fuzz": "backstage-repo-tools package schema openapi fuzz --exclude-checks content_type_conformance,response_schema_conformance",
"fuzz": "backstage-repo-tools package schema openapi fuzz --exclude-checks response_schema_conformance",
"generate": "backstage-repo-tools package schema openapi generate --server --client-package packages/catalog-client",
"lint": "backstage-cli package lint",
"prepack": "backstage-cli package prepack",
@@ -1,5 +1,5 @@
/*
* Copyright 2023 The Backstage Authors
* Copyright 2024 The Backstage Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -1540,7 +1540,7 @@ export const spec = {
'400': {
description: 'Validation errors.',
content: {
'application/json; charset=utf-8': {
'application/json': {
schema: {
type: 'object',
properties: {
@@ -1135,7 +1135,7 @@ paths:
'400':
description: Validation errors.
content:
application/json; charset=utf-8:
application/json:
schema:
type: object
properties: