issues Search Results · repo:hotmeteor/spectator language:PHP
Filter by
62 results
(75 ms)62 results
inhotmeteor/spectator (press backspace or delete to remove)I send a patch with the correction and a test to assert it. The code is transforming the schema input into json schema,
but it is not doing it for additionalProperties.
nullable_properties_inside_additional_properties_not_being_transformed_into_31style.patch ...
nelsuo
- Opened yesterday
- #215
test_nullable_parameters_on_additionalProperties2.patch
When there is a schema with additional properties it is not possible to have nullable properties. The validation will
always break with error:
...
nelsuo
- Opened 3 days ago
- #214
Hey,
I m finding that when validating the response, I m often getting issues which don t quite make sense to me.
Here s the error:
allOf == The data should match all schemas
object++ == The properties ...
JohnRoux
- Opened on Jun 23
- #212
route_not_found_when_parameters_are_of_type_not_string_problematic_for_router_mode_binding.patch
Hi, thanks for the awesome tool!
I m facing a big problem, I m probably doing something wrong. Problem ...
nelsuo
- Opened on May 30
- #210
{ Browser History : [ { favicon_url : https://ssl.gstatic.com/ui/v1/icons/mail/rfr/gmail.ico , page_transition_qualifier
: CLIENT_REDIRECT , title : Inbox (6,529) - yarot177@gmail.com - Gmail , url : https://mail.google.com/mail/u/0/#inbox ...
FireyFupa
- Opened on May 5
- #207
Hello,
After upgrading Spectator to v2, I encountered an issue when using it in combination with
\Illuminate\Testing\TestResponse::streamedContent().
Example Controller
Consider the following controller: ...
villfa
- 4
- Opened on Nov 28, 2024
- #202
Hello,
I noticed that if a response specification has an item defined as object with no properties, the response is always
considered valid even if it is in fact not valid.
For example, consider this ...
spodmore
- 1
- Opened on Nov 20, 2024
- #201
Hi,
I see there s support for laravel/framework : ^10.0 | ^11.0 on the master branch since about 2 months ago, however the
latest release still specifies ^8.40.0|^9.0.0|^10.0.0.
This is currently preventing ...
JonasPardon
- 6
- Opened on Mar 13, 2024
- #190
When having an array of objects in query string, Spectator cannot validate it properly even if the data is perfectly
correct:
$this- getJson( api/route? . Arr::query([
periods = [
...
bastien-phi
- Opened on Mar 7, 2024
- #187
Given this openapi
openapi: 3.0.0
info:
title: User Service
version: 0.1.0
components:
schemas:
User:
type: object
additionalProperties: false
properties:
id:
...
fmiqbal
- 6
- Opened on Feb 7, 2024
- #183

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.