From 0fa762bf936f36546c2a53dac570cb897cf71d6c Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Tue, 20 Nov 2018 10:29:01 +0100 Subject: [PATCH] Delete common.json --- spec/updated/common.json | 70 ---------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 spec/updated/common.json diff --git a/spec/updated/common.json b/spec/updated/common.json deleted file mode 100644 index b30ed69..0000000 --- a/spec/updated/common.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "openapi": "3.0.1", - "components": { - "parameters": [ - { - "name": "id", - "description": "Comma separated list of URIs to be retrieved", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "type", - "description": "Comma separated list of Entity type names to be retrieved", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "idPattern", - "description": "Regular expression that must be matched by Entity ids", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "attrs", - "description": "Comma separated list of attribute names (properties or relationships) to be retrieved", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "q", - "description": "Query", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "georel", - "description": "Geo-relationship", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "geometry", - "description": "Geometry", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "coordinates", - "description": "Coordinates serialized as a string", - "in": "query", - "required": false, - "type": "string" - }, - { - "name": "geoproperty", - "description": "The name of the property that contains the geo-spatial data that will be used to resolve the geoquery", - "in": "query", - "required": false, - "type": "string" - } - ] - } -} -- GitLab