Skip to content

Commit

Permalink
Add additionalProperties to all metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 23, 2024
1 parent 6f37d27 commit 69390bd
Showing 1 changed file with 41 additions and 21 deletions.
62 changes: 41 additions & 21 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3117,7 +3117,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3146,7 +3147,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3178,7 +3180,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3208,7 +3211,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3238,7 +3242,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand All @@ -3263,7 +3268,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3291,7 +3297,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3326,7 +3333,7 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object""additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3358,7 +3365,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3405,7 +3413,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3440,7 +3449,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand All @@ -3462,7 +3472,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3496,7 +3507,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3536,7 +3548,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3575,7 +3588,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3846,7 +3860,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
},
"created_at": {
"type": "string",
Expand Down Expand Up @@ -3877,7 +3892,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand All @@ -3898,7 +3914,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3933,7 +3950,8 @@
},
"metadata": {
"type": "object",
"title": "Metadata"
"title": "Metadata",
"additionalProperties": true
}
},
"type": "object",
Expand All @@ -3958,7 +3976,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down Expand Up @@ -3990,7 +4009,8 @@
"metadata": {
"anyOf": [
{
"type": "object"
"type": "object",
"additionalProperties": true
},
{
"type": "null"
Expand Down

0 comments on commit 69390bd

Please sign in to comment.