Commit 51bc85c2 authored by Adam G-H's avatar Adam G-H Committed by Rich Gerdes
Browse files

Issue #3288873 by phenaproxima, Project Update Bot, richgerdes: Automated...

Issue #3288873 by phenaproxima, Project Update Bot, richgerdes: Automated Drupal 10 compatibility fixes
parent 19e1d6a7
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3,7 +3,10 @@
    "type": "drupal-module",
    "description": "OpenAPI support for the REST module.",
    "require": {
        "drupal/core": "^8 || ^9",
        "drupal/openapi": "^2.0"
        "drupal/schemata": "^1.0@beta",
        "drupal/openapi": "^2"
    },
    "require-dev": {
        "drupal/hal": "^1 || ^2"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ description: OpenAPI support for the REST module.
type: module
package: Web Services
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
  - drupal:rest
  - openapi:openapi (>=8.x-2.0-rc1)
+3 −31
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "uuid": {
@@ -39,7 +38,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "type": {
@@ -86,8 +84,6 @@
                }
            },
            "required": [
                "id",
                "uuid",
                "type"
            ],
            "discriminator": "type"
@@ -126,8 +122,6 @@
                        }
                    },
                    "required": [
                        "id",
                        "uuid",
                        "type"
                    ]
                }
@@ -167,8 +161,6 @@
                        }
                    },
                    "required": [
                        "id",
                        "uuid",
                        "type"
                    ]
                }
@@ -200,7 +192,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "uuid": {
@@ -220,7 +211,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "revision_id": {
@@ -238,7 +228,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "langcode": {
@@ -520,17 +509,12 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                }
            },
            "required": [
                "tid",
                "uuid",
                "revision_id",
                "vid",
                "name",
                "revision_translation_affected"
                "name"
            ],
            "discriminator": "vid"
        },
@@ -587,12 +571,8 @@
                        }
                    },
                    "required": [
                        "tid",
                        "uuid",
                        "revision_id",
                        "vid",
                        "name",
                        "revision_translation_affected"
                        "name"
                    ]
                }
            ]
@@ -650,12 +630,8 @@
                        }
                    },
                    "required": [
                        "tid",
                        "uuid",
                        "revision_id",
                        "vid",
                        "name",
                        "revision_translation_affected"
                        "name"
                    ]
                }
            ]
@@ -686,7 +662,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "uuid": {
@@ -706,7 +681,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "langcode": {
@@ -1030,8 +1004,6 @@
                }
            },
            "required": [
                "uid",
                "uuid",
                "name"
            ]
        }
+0 −6
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "uuid": {
@@ -39,7 +38,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "type": {
@@ -86,8 +84,6 @@
                }
            },
            "required": [
                "id",
                "uuid",
                "type"
            ],
            "discriminator": "type"
@@ -126,8 +122,6 @@
                        }
                    },
                    "required": [
                        "id",
                        "uuid",
                        "type"
                    ]
                }
+0 −8
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "uuid": {
@@ -39,7 +38,6 @@
                            "value"
                        ]
                    },
                    "minItems": 1,
                    "maxItems": 1
                },
                "type": {
@@ -86,8 +84,6 @@
                }
            },
            "required": [
                "id",
                "uuid",
                "type"
            ],
            "discriminator": "type"
@@ -126,8 +122,6 @@
                        }
                    },
                    "required": [
                        "id",
                        "uuid",
                        "type"
                    ]
                }
@@ -167,8 +161,6 @@
                        }
                    },
                    "required": [
                        "id",
                        "uuid",
                        "type"
                    ]
                }
Loading