...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/remote-absolute/remote-spec.json

Documentation: github.com/go-openapi/analysis/fixtures/bugs/remote-absolute

     1{
     2  "definitions": {
     3    "specversion": {
     4      "type": "string"
     5    },
     6    "contenttype": {
     7      "type": "string"
     8    },
     9    "data": {
    10      "type": [
    11        "object",
    12        "string"
    13      ]
    14    },
    15    "event": {
    16      "properties": {
    17        "specversion": {
    18          "$ref": "#/definitions/specversion"
    19        },
    20        "contenttype": {
    21          "$ref": "#/definitions/contenttype"
    22        },
    23        "data": {
    24          "$ref": "#/definitions/data"
    25        },
    26        "id": {
    27          "$ref": "#/definitions/id"
    28        },
    29        "time": {
    30          "$ref": "#/definitions/time"
    31        },
    32        "type": {
    33          "$ref": "#/definitions/type"
    34        },
    35        "extensions": {
    36          "$ref": "#/definitions/extensions"
    37        },
    38        "source": {
    39          "$ref": "#/definitions/source"
    40        }
    41      },
    42      "required": [
    43        "specversion",
    44        "id",
    45        "type",
    46        "source"
    47      ],
    48      "type": "object"
    49    },
    50    "id": {
    51      "type": "string"
    52    },
    53    "time": {
    54      "format": "date-time",
    55      "type": "string"
    56    },
    57    "type": {
    58      "type": "string"
    59    },
    60    "extensions": {
    61      "type": "object"
    62    },
    63    "source": {
    64      "format": "uri-reference",
    65      "type": "string"
    66    }
    67  },
    68  "type": "object"
    69}

View as plain text