Skip to content

Commit

Permalink
update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 22, 2024
1 parent 3596f20 commit 6165b1b
Show file tree
Hide file tree
Showing 9 changed files with 461 additions and 424 deletions.
106 changes: 53 additions & 53 deletions schemas/2.0.0-without-$id.json
Original file line number Diff line number Diff line change
Expand Up @@ -1324,10 +1324,10 @@
"not": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
},
Expand All @@ -1336,10 +1336,10 @@
"items": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
}
Expand All @@ -1349,10 +1349,10 @@
"items": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
}
Expand All @@ -1362,21 +1362,21 @@
"items": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
}
},
"items": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
},
Expand All @@ -1385,21 +1385,21 @@
"additionalProperties": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
}
]
}
},
"additionalProperties": {
"oneOf": [
{
"$ref": "#"
"$ref": "#/definitions/openapiSchema_3_0"
},
{
"$ref": "#/definitions/Reference"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Reference"
},
{
"type": "boolean"
Expand All @@ -1419,7 +1419,7 @@
"default": false
},
"discriminator": {
"$ref": "#/definitions/Discriminator"
"$ref": "#/definitions/openapiSchema_3_0/definitions/Discriminator"
},
"readOnly": {
"type": "boolean",
Expand All @@ -1431,14 +1431,14 @@
},
"example": true,
"externalDocs": {
"$ref": "#/definitions/ExternalDocumentation"
"$ref": "#/definitions/openapiSchema_3_0/definitions/ExternalDocumentation"
},
"deprecated": {
"type": "boolean",
"default": false
},
"xml": {
"$ref": "#/definitions/XML"
"$ref": "#/definitions/openapiSchema_3_0/definitions/XML"
}
},
"patternProperties": {
Expand All @@ -1453,7 +1453,7 @@
"description": "Root Schema",
"oneOf": [
{
"$ref": "#/definitions/types"
"$ref": "#/definitions/avroSchema_v1/definitions/types"
}
]
},
Expand All @@ -1462,31 +1462,31 @@
"description": "Allowed Avro types",
"oneOf": [
{
"$ref": "#/definitions/primitiveType"
"$ref": "#/definitions/avroSchema_v1/definitions/primitiveType"
},
{
"$ref": "#/definitions/primitiveTypeWithMetadata"
"$ref": "#/definitions/avroSchema_v1/definitions/primitiveTypeWithMetadata"
},
{
"$ref": "#/definitions/customTypeReference"
"$ref": "#/definitions/avroSchema_v1/definitions/customTypeReference"
},
{
"$ref": "#/definitions/avroRecord"
"$ref": "#/definitions/avroSchema_v1/definitions/avroRecord"
},
{
"$ref": "#/definitions/avroEnum"
"$ref": "#/definitions/avroSchema_v1/definitions/avroEnum"
},
{
"$ref": "#/definitions/avroArray"
"$ref": "#/definitions/avroSchema_v1/definitions/avroArray"
},
{
"$ref": "#/definitions/avroMap"
"$ref": "#/definitions/avroSchema_v1/definitions/avroMap"
},
{
"$ref": "#/definitions/avroFixed"
"$ref": "#/definitions/avroSchema_v1/definitions/avroFixed"
},
{
"$ref": "#/definitions/avroUnion"
"$ref": "#/definitions/avroSchema_v1/definitions/avroUnion"
}
]
},
Expand All @@ -1511,7 +1511,7 @@
"type": "object",
"properties": {
"type": {
"$ref": "#/definitions/primitiveType"
"$ref": "#/definitions/avroSchema_v1/definitions/primitiveType"
}
},
"required": [
Expand All @@ -1522,7 +1522,7 @@
"title": "Custom Type",
"description": "Reference to a ComplexType",
"not": {
"$ref": "#/definitions/primitiveType"
"$ref": "#/definitions/avroSchema_v1/definitions/primitiveType"
},
"type": "string",
"pattern": "^[A-Za-z_][A-Za-z0-9_]*(\\.[A-Za-z_][A-Za-z0-9_]*)*$"
Expand All @@ -1532,7 +1532,7 @@
"description": "A Union of types",
"type": "array",
"items": {
"$ref": "#/definitions/avroSchema"
"$ref": "#/definitions/avroSchema_v1/definitions/avroSchema"
},
"minItems": 1
},
Expand All @@ -1542,10 +1542,10 @@
"type": "object",
"properties": {
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"type": {
"$ref": "#/definitions/types"
"$ref": "#/definitions/avroSchema_v1/definitions/types"
},
"doc": {
"type": "string"
Expand All @@ -1561,7 +1561,7 @@
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
}
},
Expand All @@ -1580,24 +1580,24 @@
"const": "record"
},
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"namespace": {
"$ref": "#/definitions/namespace"
"$ref": "#/definitions/avroSchema_v1/definitions/namespace"
},
"doc": {
"type": "string"
},
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
},
"fields": {
"type": "array",
"items": {
"$ref": "#/definitions/avroField"
"$ref": "#/definitions/avroSchema_v1/definitions/avroField"
}
}
},
Expand All @@ -1617,24 +1617,24 @@
"const": "enum"
},
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"namespace": {
"$ref": "#/definitions/namespace"
"$ref": "#/definitions/avroSchema_v1/definitions/namespace"
},
"doc": {
"type": "string"
},
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
},
"symbols": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
}
},
Expand All @@ -1654,22 +1654,22 @@
"const": "array"
},
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"namespace": {
"$ref": "#/definitions/namespace"
"$ref": "#/definitions/avroSchema_v1/definitions/namespace"
},
"doc": {
"type": "string"
},
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
},
"items": {
"$ref": "#/definitions/types"
"$ref": "#/definitions/avroSchema_v1/definitions/types"
}
},
"required": [
Expand All @@ -1687,22 +1687,22 @@
"const": "map"
},
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"namespace": {
"$ref": "#/definitions/namespace"
"$ref": "#/definitions/avroSchema_v1/definitions/namespace"
},
"doc": {
"type": "string"
},
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
},
"values": {
"$ref": "#/definitions/types"
"$ref": "#/definitions/avroSchema_v1/definitions/types"
}
},
"required": [
Expand All @@ -1720,18 +1720,18 @@
"const": "fixed"
},
"name": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
},
"namespace": {
"$ref": "#/definitions/namespace"
"$ref": "#/definitions/avroSchema_v1/definitions/namespace"
},
"doc": {
"type": "string"
},
"aliases": {
"type": "array",
"items": {
"$ref": "#/definitions/name"
"$ref": "#/definitions/avroSchema_v1/definitions/name"
}
},
"size": {
Expand All @@ -1756,7 +1756,7 @@
"description": "Json-Schema definition for Avro AVSC files.",
"oneOf": [
{
"$ref": "#/definitions/avroSchema"
"$ref": "#/definitions/avroSchema_v1/definitions/avroSchema"
}
],
"title": "Avro Schema Definition"
Expand Down
Loading

0 comments on commit 6165b1b

Please sign in to comment.