-
-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Description
Validation fails for this file but is fine in https://oas-validation.com/.
bad data in "#/components/parameters/soc" (expecting ref to schema object)
Parameters:
soc:
name: soc
description: SOC in %
in: path
required: true
schema:
$ref: "#/components/schemas/Soc"
Schemas:
Soc:
description: SOC in %
type: number
example: 60
minimum: 0
maximum: 100
It's unclear to me what could be the root cause- the schema object seems to exist?
Refs evcc-io/docs#823
Metadata
Metadata
Assignees
Labels
No labels