{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DatabaseFromShare", "title": "DatabaseFromShare", "type": "object", "description": "Database from share.", "properties": { "name": { "$ref": "./common.yaml#/components/schemas/Identifier", "description": "Name of the database." } } }