Skip to content

Commit

Permalink
Fix: Indent with 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 10, 2022
1 parent 46d83c0 commit 37ad41c
Show file tree
Hide file tree
Showing 79 changed files with 729 additions and 729 deletions.
@@ -1,11 +1,11 @@
[
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
]
@@ -1,11 +1,11 @@
[
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
]
@@ -1,22 +1,22 @@
{
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
{
"type": "string"
}
]
}
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
{
"type": "string"
}
]
}
}
@@ -1,11 +1,11 @@
[
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
]
@@ -1,11 +1,11 @@
[
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
]
@@ -1,33 +1,33 @@
{
"type": "array",
"items": {
"$ref": "#/definitions/url"
},
"definitions": {
"url": {
"anyOf": [
{
"$ref": "#/definitions/url-object"
},
{
"$ref": "#/definitions/url-string"
}
]
"type": "array",
"items": {
"$ref": "#/definitions/url"
},
"definitions": {
"url": {
"anyOf": [
{
"$ref": "#/definitions/url-object"
},
"url-object": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
{
"$ref": "#/definitions/url-string"
}
]
},
"url-object": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url-string": {
"type": "string"
"url": {
"type": "string"
}
}
},
"url-string": {
"type": "string"
}
}
}
@@ -1,11 +1,11 @@
[
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
]
@@ -1,11 +1,11 @@
[
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
]
@@ -1,22 +1,22 @@
{
"type": "array",
"items": {
"oneOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
{
"type": "string"
}
]
}
"type": "array",
"items": {
"oneOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
{
"type": "string"
}
]
}
}
@@ -1,11 +1,11 @@
[
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
{
"type": "Website",
"url": "https://localheinz.com"
},
"https://github.com/localheinz",
{
"type": "Twitter",
"url": "https://twitter.com/localheinz"
}
]
@@ -1,11 +1,11 @@
[
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
{
"url": "https://localheinz.com",
"type": "Website"
},
"https://github.com/localheinz",
{
"url": "https://twitter.com/localheinz",
"type": "Twitter"
}
]
@@ -1,33 +1,33 @@
{
"type": "array",
"items": {
"$ref": "#/definitions/url"
},
"definitions": {
"url": {
"oneOf": [
{
"$ref": "#/definitions/url-object"
},
{
"$ref": "#/definitions/url-string"
}
]
"type": "array",
"items": {
"$ref": "#/definitions/url"
},
"definitions": {
"url": {
"oneOf": [
{
"$ref": "#/definitions/url-object"
},
"url-object": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
}
{
"$ref": "#/definitions/url-string"
}
]
},
"url-object": {
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"type": "string"
},
"url-string": {
"type": "string"
"url": {
"type": "string"
}
}
},
"url-string": {
"type": "string"
}
}
}

0 comments on commit 37ad41c

Please sign in to comment.