Skip to content

Commit

Permalink
chore: schemas improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Nov 25, 2024
1 parent 05cf0db commit 7893ef5
Show file tree
Hide file tree
Showing 19 changed files with 157 additions and 62 deletions.
5 changes: 5 additions & 0 deletions dist/js/schema/core/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/core/reference/modeling.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/core/reference/modeling/exabyte.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
15 changes: 15 additions & 0 deletions dist/js/schema/job.json
Original file line number Diff line number Diff line change
Expand Up @@ -6705,6 +6705,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand All @@ -6724,6 +6729,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand All @@ -6743,6 +6753,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
15 changes: 15 additions & 0 deletions dist/js/schema/job/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand All @@ -236,6 +241,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand All @@ -255,6 +265,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/_material.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Material entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"cls": {
"description": "Material class",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/_parent_job.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Parent job entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"cls": {
"description": "Job class",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Project entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"cls": {
"description": "Project class",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/creator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Creator entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"cls": {
"description": "Creator class",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/creator_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/entity_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/in_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
10 changes: 10 additions & 0 deletions dist/js/schema/system/job_extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand All @@ -36,6 +41,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "entity reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
5 changes: 5 additions & 0 deletions dist/js/schema/system/owner.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Entity owner reference schema",
"type": "object",
"required": [
"_id",
"cls",
"slug"
],
"properties": {
"cls": {
"description": "Entity owner class",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/schemas.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7893ef5

Please sign in to comment.