From 13edd88b76c35cb8f787009356d9a6c43b8cf132 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Mon, 25 Nov 2024 10:03:59 +0100 Subject: [PATCH] Minimal starter schema --- schemas/v1.0/schema.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 schemas/v1.0/schema.yaml diff --git a/schemas/v1.0/schema.yaml b/schemas/v1.0/schema.yaml new file mode 100644 index 0000000..305cc99 --- /dev/null +++ b/schemas/v1.0/schema.yaml @@ -0,0 +1,6 @@ +$id: 'https://spec.openapis.org/arazzo/1.0/schema/WORK-IN-PROGRESS' +$schema: 'https://json-schema.org/draft/2020-12/schema' + +description: The description of OpenAPI Initiative Arazzo v1.0.x documents + +type: object