Allow specifying $schema on apibuilder (#2338)

This commit is contained in:
Ben Iofel
2022-07-11 13:04:57 -04:00
committed by GitHub
parent d1c8216bff
commit aaf797fe86
2 changed files with 5 additions and 0 deletions

View File

@@ -618,6 +618,10 @@
},
"description": "JSON Schema for API Builder's api.json format from https://app.apibuilder.io/doc/apiJson",
"properties": {
"$schema": {
"type": "string",
"description": "A JSON schema URL"
},
"name": {
"type": "string",
"description": "The human readable name of this service. Used for display, and as the basis for generating a unique key for URL."

View File

@@ -1,4 +1,5 @@
{
"$schema": "../../schemas/json/apibuilder.json",
"base_url": "https://api.apibuilder.io",
"description": "Host API documentation for applications providing REST APIs, facilitating the design of good resource first APIs.",
"enums": {