|
3810 | 3810 | "description": "A top-level response with a page of resources", |
3811 | 3811 | "type": "object", |
3812 | 3812 | "required": [ |
3813 | | - "links", |
3814 | | - "meta" |
| 3813 | + "links" |
3815 | 3814 | ], |
3816 | 3815 | "properties": { |
3817 | 3816 | "meta": { |
3818 | 3817 | "description": "Response metadata", |
3819 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 3818 | + "$ref": "#/components/schemas/PaginationMeta", |
| 3819 | + "nullable": true |
3820 | 3820 | }, |
3821 | 3821 | "data": { |
3822 | 3822 | "description": "The list of resources", |
|
3851 | 3851 | "attributes", |
3852 | 3852 | "id", |
3853 | 3853 | "links", |
3854 | | - "meta", |
3855 | 3854 | "type" |
3856 | 3855 | ], |
3857 | 3856 | "properties": { |
|
3873 | 3872 | }, |
3874 | 3873 | "meta": { |
3875 | 3874 | "description": "Metadata about the resource", |
3876 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 3875 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 3876 | + "nullable": true |
3877 | 3877 | } |
3878 | 3878 | } |
3879 | 3879 | }, |
|
4132 | 4132 | "description": "A top-level response with a page of resources", |
4133 | 4133 | "type": "object", |
4134 | 4134 | "required": [ |
4135 | | - "links", |
4136 | | - "meta" |
| 4135 | + "links" |
4137 | 4136 | ], |
4138 | 4137 | "properties": { |
4139 | 4138 | "meta": { |
4140 | 4139 | "description": "Response metadata", |
4141 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 4140 | + "$ref": "#/components/schemas/PaginationMeta", |
| 4141 | + "nullable": true |
4142 | 4142 | }, |
4143 | 4143 | "data": { |
4144 | 4144 | "description": "The list of resources", |
|
4161 | 4161 | "attributes", |
4162 | 4162 | "id", |
4163 | 4163 | "links", |
4164 | | - "meta", |
4165 | 4164 | "type" |
4166 | 4165 | ], |
4167 | 4166 | "properties": { |
|
4183 | 4182 | }, |
4184 | 4183 | "meta": { |
4185 | 4184 | "description": "Metadata about the resource", |
4186 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4185 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4186 | + "nullable": true |
4187 | 4187 | } |
4188 | 4188 | } |
4189 | 4189 | }, |
|
4306 | 4306 | "attributes", |
4307 | 4307 | "id", |
4308 | 4308 | "links", |
4309 | | - "meta", |
4310 | 4309 | "type" |
4311 | 4310 | ], |
4312 | 4311 | "properties": { |
|
4328 | 4327 | }, |
4329 | 4328 | "meta": { |
4330 | 4329 | "description": "Metadata about the resource", |
4331 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4330 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4331 | + "nullable": true |
4332 | 4332 | } |
4333 | 4333 | } |
4334 | 4334 | }, |
|
4387 | 4387 | "description": "A top-level response with a page of resources", |
4388 | 4388 | "type": "object", |
4389 | 4389 | "required": [ |
4390 | | - "links", |
4391 | | - "meta" |
| 4390 | + "links" |
4392 | 4391 | ], |
4393 | 4392 | "properties": { |
4394 | 4393 | "meta": { |
4395 | 4394 | "description": "Response metadata", |
4396 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 4395 | + "$ref": "#/components/schemas/PaginationMeta", |
| 4396 | + "nullable": true |
4397 | 4397 | }, |
4398 | 4398 | "data": { |
4399 | 4399 | "description": "The list of resources", |
|
4416 | 4416 | "attributes", |
4417 | 4417 | "id", |
4418 | 4418 | "links", |
4419 | | - "meta", |
4420 | 4419 | "type" |
4421 | 4420 | ], |
4422 | 4421 | "properties": { |
|
4438 | 4437 | }, |
4439 | 4438 | "meta": { |
4440 | 4439 | "description": "Metadata about the resource", |
4441 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4440 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4441 | + "nullable": true |
4442 | 4442 | } |
4443 | 4443 | } |
4444 | 4444 | }, |
|
4593 | 4593 | "description": "A top-level response with a page of resources", |
4594 | 4594 | "type": "object", |
4595 | 4595 | "required": [ |
4596 | | - "links", |
4597 | | - "meta" |
| 4596 | + "links" |
4598 | 4597 | ], |
4599 | 4598 | "properties": { |
4600 | 4599 | "meta": { |
4601 | 4600 | "description": "Response metadata", |
4602 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 4601 | + "$ref": "#/components/schemas/PaginationMeta", |
| 4602 | + "nullable": true |
4603 | 4603 | }, |
4604 | 4604 | "data": { |
4605 | 4605 | "description": "The list of resources", |
|
4622 | 4622 | "attributes", |
4623 | 4623 | "id", |
4624 | 4624 | "links", |
4625 | | - "meta", |
4626 | 4625 | "type" |
4627 | 4626 | ], |
4628 | 4627 | "properties": { |
|
4644 | 4643 | }, |
4645 | 4644 | "meta": { |
4646 | 4645 | "description": "Metadata about the resource", |
4647 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4646 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4647 | + "nullable": true |
4648 | 4648 | } |
4649 | 4649 | } |
4650 | 4650 | }, |
|
4733 | 4733 | "description": "A top-level response with a page of resources", |
4734 | 4734 | "type": "object", |
4735 | 4735 | "required": [ |
4736 | | - "links", |
4737 | | - "meta" |
| 4736 | + "links" |
4738 | 4737 | ], |
4739 | 4738 | "properties": { |
4740 | 4739 | "meta": { |
4741 | 4740 | "description": "Response metadata", |
4742 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 4741 | + "$ref": "#/components/schemas/PaginationMeta", |
| 4742 | + "nullable": true |
4743 | 4743 | }, |
4744 | 4744 | "data": { |
4745 | 4745 | "description": "The list of resources", |
|
4762 | 4762 | "attributes", |
4763 | 4763 | "id", |
4764 | 4764 | "links", |
4765 | | - "meta", |
4766 | 4765 | "type" |
4767 | 4766 | ], |
4768 | 4767 | "properties": { |
|
4784 | 4783 | }, |
4785 | 4784 | "meta": { |
4786 | 4785 | "description": "Metadata about the resource", |
4787 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4786 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4787 | + "nullable": true |
4788 | 4788 | } |
4789 | 4789 | } |
4790 | 4790 | }, |
|
4875 | 4875 | "description": "A top-level response with a page of resources", |
4876 | 4876 | "type": "object", |
4877 | 4877 | "required": [ |
4878 | | - "links", |
4879 | | - "meta" |
| 4878 | + "links" |
4880 | 4879 | ], |
4881 | 4880 | "properties": { |
4882 | 4881 | "meta": { |
4883 | 4882 | "description": "Response metadata", |
4884 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 4883 | + "$ref": "#/components/schemas/PaginationMeta", |
| 4884 | + "nullable": true |
4885 | 4885 | }, |
4886 | 4886 | "data": { |
4887 | 4887 | "description": "The list of resources", |
|
4904 | 4904 | "attributes", |
4905 | 4905 | "id", |
4906 | 4906 | "links", |
4907 | | - "meta", |
4908 | 4907 | "type" |
4909 | 4908 | ], |
4910 | 4909 | "properties": { |
|
4926 | 4925 | }, |
4927 | 4926 | "meta": { |
4928 | 4927 | "description": "Metadata about the resource", |
4929 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 4928 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 4929 | + "nullable": true |
4930 | 4930 | } |
4931 | 4931 | } |
4932 | 4932 | }, |
|
5069 | 5069 | "description": "A top-level response with a page of resources", |
5070 | 5070 | "type": "object", |
5071 | 5071 | "required": [ |
5072 | | - "links", |
5073 | | - "meta" |
| 5072 | + "links" |
5074 | 5073 | ], |
5075 | 5074 | "properties": { |
5076 | 5075 | "meta": { |
5077 | 5076 | "description": "Response metadata", |
5078 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 5077 | + "$ref": "#/components/schemas/PaginationMeta", |
| 5078 | + "nullable": true |
5079 | 5079 | }, |
5080 | 5080 | "data": { |
5081 | 5081 | "description": "The list of resources", |
|
5098 | 5098 | "attributes", |
5099 | 5099 | "id", |
5100 | 5100 | "links", |
5101 | | - "meta", |
5102 | 5101 | "type" |
5103 | 5102 | ], |
5104 | 5103 | "properties": { |
|
5120 | 5119 | }, |
5121 | 5120 | "meta": { |
5122 | 5121 | "description": "Metadata about the resource", |
5123 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 5122 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 5123 | + "nullable": true |
5124 | 5124 | } |
5125 | 5125 | } |
5126 | 5126 | }, |
|
5216 | 5216 | "description": "A top-level response with a page of resources", |
5217 | 5217 | "type": "object", |
5218 | 5218 | "required": [ |
5219 | | - "links", |
5220 | | - "meta" |
| 5219 | + "links" |
5221 | 5220 | ], |
5222 | 5221 | "properties": { |
5223 | 5222 | "meta": { |
5224 | 5223 | "description": "Response metadata", |
5225 | | - "$ref": "#/components/schemas/PaginationMeta" |
| 5224 | + "$ref": "#/components/schemas/PaginationMeta", |
| 5225 | + "nullable": true |
5226 | 5226 | }, |
5227 | 5227 | "data": { |
5228 | 5228 | "description": "The list of resources", |
|
5245 | 5245 | "attributes", |
5246 | 5246 | "id", |
5247 | 5247 | "links", |
5248 | | - "meta", |
5249 | 5248 | "type" |
5250 | 5249 | ], |
5251 | 5250 | "properties": { |
|
5267 | 5266 | }, |
5268 | 5267 | "meta": { |
5269 | 5268 | "description": "Metadata about the resource", |
5270 | | - "$ref": "#/components/schemas/SingleResourceMeta" |
| 5269 | + "$ref": "#/components/schemas/SingleResourceMeta", |
| 5270 | + "nullable": true |
5271 | 5271 | } |
5272 | 5272 | } |
5273 | 5273 | }, |
|
0 commit comments