OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
google
/
cloud-core
/
tests
/
Unit
/
fixtures
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:34:58 AM
rwxr-xr-x
📄
empty-json-key-fixture.json
4 bytes
08/12/2024 10:34:56 AM
rw-r--r--
📄
json-key-fixture.json
178 bytes
08/12/2024 10:34:56 AM
rw-r--r--
📄
service-fixture-basepath.json
2.65 KB
08/12/2024 10:34:56 AM
rw-r--r--
📄
service-fixture.json
2.43 KB
08/12/2024 10:34:56 AM
rw-r--r--
Editing: service-fixture.json
Close
{ "schemas": { "MyReference": { "type": "object", "properties": { "referenceProp": { "type": "string" } } } }, "resources": { "myResource": { "methods": { "myMethod": { "path": "{pathParam}", "httpMethod": "POST", "parameters": { "queryParam": { "type": "string", "location": "query" }, "pathParam": { "type": "string", "required": true, "location": "path" }, "repeatedParam": { "type": "string", "required": true, "repeated": true, "location": "query" } }, "request": { "$ref": "MyReference" } } } }, "projects": { "otherThing": { "resources": { "myOtherResource": { "methods": { "myOtherMethod": { "path": "{pathParam}", "httpMethod": "POST", "parameters": { "queryParam": { "type": "string", "location": "query" }, "pathParam": { "type": "string", "required": true, "location": "path" } }, "request": { "$ref": "MyReference" } } }, "resources": { "evenMoreNestedThing": { "methods": { "evenMoreNestedResource": { "path": "{pathParam}", "httpMethod": "POST", "parameters": { "queryParam": { "type": "string", "location": "query" }, "pathParam": { "type": "string", "required": true, "location": "path" } }, "request": { "$ref": "MyReference" } } } } } } } } } } }