Closed
Description
The schema should allow the "$schema" element in the referencing document.
Sample Document
{
"$schema": "https://github.com/raw/OAI/OpenAPI-Specification/master/schemas/v2.0/schema.json",
"swagger": "2.0",
"info": {
"title": "My Service API",
"version": "0.0.1"
},
"paths": {}
}
"Property $schema is not allowed."
{
"resource": "/Users/gpalacino/Source/play/service/service-api/openapi.json",
"owner": "_generated_diagnostic_collection_name_#0",
"code": null,
"severity": 4,
"message": "Property $schema is not allowed.",
"startLineNumber": 2,
"startColumn": 3,
"endLineNumber": 2,
"endColumn": 12
}
Metadata
Metadata
Assignees
Labels
No labels