Skip to content

Commit

Permalink
(chore): Remove fhir.json (fern-api#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney authored Aug 10, 2024
1 parent 8fe07a7 commit 95992c1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1,267,300 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ seed/** linguist-generated=true
seed/**/seed.yml linguist-generated=false
seed/**/.mock linguist-generated=true
packages/ir-sdk/src/sdk/** linguist-generated=true
*fhir.json filter=lfs diff=lfs merge=lfs -text
13 changes: 13 additions & 0 deletions fern.schema.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"description": "The name of the Protobuf type (e.g. google.protobuf.Struct)."
}
},
"required": ["type"],
"additionalProperties": false
}
},
Expand Down Expand Up @@ -108,6 +109,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"anyOf": [
{
Expand Down Expand Up @@ -407,6 +411,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down Expand Up @@ -447,6 +454,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down Expand Up @@ -527,6 +537,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down
13 changes: 13 additions & 0 deletions fern.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"description": "The name of the Protobuf type (e.g. google.protobuf.Struct)."
}
},
"required": ["type"],
"additionalProperties": false
}
},
Expand Down Expand Up @@ -108,6 +109,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"anyOf": [
{
Expand Down Expand Up @@ -407,6 +411,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down Expand Up @@ -447,6 +454,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down Expand Up @@ -527,6 +537,9 @@
"properties": {
"type": { "type": "string" },
"default": {},
"encoding": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/encoding"
},
"validation": {
"$ref": "#/properties/types/additionalProperties/anyOf/1/anyOf/0/properties/properties/additionalProperties/anyOf/1/properties/validation"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable jest/expect-expect */
/* eslint-disable jest/no-disabled-tests */

import { AbsoluteFilePath, join, RelativeFilePath } from "@fern-api/fs-utils";
import { loadApis } from "@fern-api/project-loader";
Expand Down Expand Up @@ -48,7 +49,7 @@ it("environments no audiences on environments but selected hack", async () => {
});
});

it("fhir", async () => {
it.skip("fhir", async () => {
const FHIR_DIR = path.join(__dirname, "../../../../../../fern/apis/fhir");
await generateAndSnapshotIRFromPath({
absolutePathToIr: AbsoluteFilePath.of(IR_DIR),
Expand Down
Loading

0 comments on commit 95992c1

Please sign in to comment.