schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
values.schema.json | ttl | Dev environments janitor namespaces time-to-live. see https://codeberg.org/hjacobs/kube-janitor | {"type": "string", "default": "7d", "examples": ["7d"]} |
values.schema.json | replicas | Default number of deployment replicas | {"type": "number", "default": 1, "examples": [3]} |
values.schema.json | host | Default host name | {"type": "string", "default": "", "examples": ["app.somewhere.io"]} |
values.schema.json | pgDatabase | Default PG database name, defaults to `application-branch` | {"type": "string", "default": "", "examples": ["db-demo"]} |
values.schema.json | pgSecretName | Default PG secret name, defaults to `pg-user-branch` | {"type": "string", "default": "", "examples": ["pg-demo"]} |
values.schema.json | pgUser | Default PG user name, defaults to `user-branch` | {"type": "string", "default": "", "examples": ["user-demo"]} |
values.schema.json | registrySecretRefName | Secret name that hold the docker registry to push images to | {"type": "string", "default": "", "examples": ["user-demo"]} |
values.schema.json | ~chart | Kontinuous Chart for this component. see https://github.com/SocialGouv/kontinuous/tree/master/plugins/contrib/charts | {"type": "string", "examples": ["app", "maildev", "hasura", "metabase"]} |
values.schema.json | ~needs | Job or deployment dependencies | {"type": "array", "items": {"type": "string"}, "examples": ["[build-app]"]} |
buildinfo-schema.json | build-info | {"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"properties": {"type": "object", "patternProperties": {"^.+$": {"type": "string"}}}, "version": {"type": "string"}, "name": {"type": "string"}, "number": {"type": "string"}, "type": {"type": "string"}, "buildAgent": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}}, "agent": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}}, "started": {"type": "string", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}(Z|[+-]\\d{4})$"}, "durationMillis": {"type": "integer"}, "principal": {"type": "string"}, "url": {"type": "string"}, "vcs": {"type": "array", "items": {"url": {"type": "string"}, "branch": {"type": "string"}, "revision": {"type": "string"}, "message": {"type": "string"}}}}, "modules": {"type": "array", "items": {"type": "object", "properties": {"properties": {"type": "object", "patternProperties": {"^.+$": {"type": "string"}}}, "id": {"type": "string"}, "type": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}}}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}, "requestedBy": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}}}}}, "issues": {"type": "object", "properties": {"tracker": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "additionalProperties": false}, "aggregateBuildIssues": {"type": "boolean"}, "aggregationBuildStatus": {"type": "string"}, "affectedIssues": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "url": {"type": "string"}, "summary": {"type": "string"}, "aggregated": {"type": "boolean"}}}}}}} | |
buildinfo-schema.json | properties | Environment variables and properties collected from the CI server | {"type": "object", "patternProperties": {"^.+$": {"type": "string"}}} |
buildinfo-schema.json | version | Build info schema version | {"type": "string"} |
buildinfo-schema.json | name | Build name | {"type": "string"} |
buildinfo-schema.json | number | Build number | {"type": "string"} |
buildinfo-schema.json | type | Build type | {"type": "string"} |
buildinfo-schema.json | buildAgent | Build tool information | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}} |
buildinfo-schema.json | name | Build tool type | {"type": "string"} |
buildinfo-schema.json | version | Build tool version | {"type": "string"} |
buildinfo-schema.json | agent | CI server information | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}} |
buildinfo-schema.json | name | CI server type | {"type": "string"} |
buildinfo-schema.json | version | CI server version | {"type": "string"} |
buildinfo-schema.json | started | Build start time | {"type": "string", "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}.\\d{3}(Z|[+-]\\d{4})$"} |
buildinfo-schema.json | durationMillis | Build duration in milliseconds | {"type": "integer"} |
buildinfo-schema.json | principal | {"type": "string"} | |
buildinfo-schema.json | url | CI server URL | {"type": "string"} |
buildinfo-schema.json | vcs | List of VCS used for the build | {"type": "array", "items": {"url": {"type": "string"}, "branch": {"type": "string"}, "revision": {"type": "string"}, "message": {"type": "string"}}} |
buildinfo-schema.json | url | VCS URL | {"type": "string"} |
buildinfo-schema.json | branch | Branch | {"type": "string"} |
buildinfo-schema.json | revision | Last commit hash | {"type": "string"} |
buildinfo-schema.json | message | Last commit message | {"type": "string"} |
buildinfo-schema.json | modules | Build-info modules | {"type": "array", "items": {"type": "object", "properties": {"properties": {"type": "object", "patternProperties": {"^.+$": {"type": "string"}}}, "id": {"type": "string"}, "type": {"type": "string"}, "artifacts": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}}}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}, "requestedBy": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}}}}} |
buildinfo-schema.json | properties | Module properties | {"type": "object", "patternProperties": {"^.+$": {"type": "string"}}} |
buildinfo-schema.json | id | Module ID | {"type": "string"} |
buildinfo-schema.json | type | Module type | {"type": "string"} |
buildinfo-schema.json | artifacts | List of module artifacts | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}}}} |
buildinfo-schema.json | dependencies | List of module dependencies | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "sha256": {"type": "string"}, "sha1": {"type": "string"}, "md5": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "string"}}, "requestedBy": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}} |
buildinfo-schema.json | requestedBy | List of ancestor dependencies, which caused this dependency to be imported into the build | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}} |
buildinfo-schema.json | items | List of ancestor dependencies, which caused this dependency to be imported into the build. The first item in the list is the direct ancestor | {"type": "array", "items": {"type": "string"}} |
buildinfo-schema.json | items | Dependency ID | {"type": "string"} |
buildinfo-schema.json | issues | List of issues related to the build | {"type": "object", "properties": {"tracker": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"], "additionalProperties": false}, "aggregateBuildIssues": {"type": "boolean"}, "aggregationBuildStatus": {"type": "string"}, "affectedIssues": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "url": {"type": "string"}, "summary": {"type": "string"}, "aggregated": {"type": "boolean"}}}}}} |
buildinfo-schema.json | aggregateBuildIssues | Whether issues have appeared in previous builds | {"type": "boolean"} |
buildinfo-schema.json | aggregated | Whether this specific issue already appeared in previous builds | {"type": "boolean"} |
noodl.schema.json | dismissOnTouchOutside | Signals that a popup should close when a user clicks outside of it. This is used for closing modals/popups | {"type": "boolean"} |
noodl.schema.json | funcName | A name/identifier for a function. This is used mainly for builtIn actions, where applications implement their own behavior and binds it to some object in the noodl | {"examples": ["redraw", "goto", "saveSignature"], "type": "string"} |
noodl.schema.json | popUpView | A binding between a popUp or popUpDismiss component to a popUp action. | {"type": "string"} |
noodl.schema.json | reload | When set to true, this signals that a page should run its "init" operation upon visiting from the user. If it is false, a page will not run it, which can be used to persist values when navigating pages | {"type": "boolean"} |
noodl.schema.json | timer | A timer is useful for situations such as chat rooms where users will have a time limit before being getting out | {"type": "string"} |
noodl.schema.json | wait | Used to prevent further actions from happening. For example, a popUp action with "wait: true" will open a pop up in the page and will not run actions that are next in the call stack. This can be used to restrict access to pages when authenticating | {"examples": [true, "5000"], "oneOf": [{"type": "boolean"}, {"type": "number"}]} |
noodl.schema.json | ActionChain | A chain of actions in sequential order | {"items": {}, "type": "array"} |
noodl.schema.json | ActionType | An identifier/name for an action | {"examples": ["openCamera", "openPhotoLibrary", "openDocumentManager", "pageJump", "popUpDismiss", "refresh", "register", "removeSignature", "saveObject", "saveSignature", "updateObject", "popUp", "builtIn", "evalObject"], "type": "string"} |
noodl.schema.json | AwaitReference | A reference that returns its result after the value at the referenced path is received | {"pattern": "^[=.]*[a-zA-Z0-9]+.*@$", "type": "string"} |
noodl.schema.json | Boolean | A boolean value is either one of "true", true, "false", or false | {"enum": ["true", "false", true, false]} |
noodl.schema.json | Border | Border styles | {"oneOf": [{"type": "string"}, {"additionalProperties": true, "properties": {"color": {}, "line": {"examples": ["dashed", "solid"], "type": "string"}, "style": {}, "width": {}}, "type": "object"}]} |
noodl.schema.json | BorderPreset1 | Removes border including the radius | {"enum": ["1", 1], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderPreset2 | Removes border from all sides (including radius) except the bottom. This will create an underline effect | {"enum": [2, "2"], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderPreset3 | Applies a solid border to all sides | {"enum": ["3", 3], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderPreset4 | Sets the border to be a dashed border | {"enum": ["4", 4], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderPreset5 | Removes border from all sides | {"enum": ["5", 5], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderPreset6 | Sets the border to be a solid border. This will also remove border radius from all sides | {"enum": ["6", 6], "oneOf": [{"type": "string"}, {"type": "number"}]} |
noodl.schema.json | BorderStylePreset | A set of border presets, each applying a different style | {"oneOf": [{}, {}, {}, {}, {}, {}]} |
noodl.schema.json | BuiltInEval | Objects that become built in functions when parsed/serialized | {"patternProperties": {"^=.builtIn.[a-zA-Z0-9]+$": {"additionalProperties": true, "properties": {"dataIn": {}, "dataOut": {}}, "type": "object"}}, "type": "object"} |
noodl.schema.json | Component | Components are the building blocks that construct to user interfaces | {"additionalProperties": true, "properties": {"audioStream": {"type": "boolean"}, "borderRadius": {}, "children": {"items": {"oneOf": [{}, {}]}, "type": "array"}, "contentType": {}, "dataKey": {}, "ecosObj": {"examples": ["..document.ecosObj"], "type": "string"}, "global": {"examples": ["true"]}, "image": {"type": "string"}, "imgPath": {"type": "string"}, "isEdit": {}, "isEditable": {"anyOf": [{}, {"type": "string"}]}, "itemObject": {"type": "string"}, "iteratorVar": {"examples": ["itemObject"], "type": "string"}, "listObject": {"anyOf": [{}, {"examples": ["..listData.contactList.docs"]}, {"type": "array"}]}, "onBlur": {"oneOf": [{}, {}]}, "onChange": {"oneOf": [{}, {}]}, "onClick": {"oneOf": [{}, {}]}, "onEvent": {"examples": ["onNewEcosDoc"], "type": "string"}, "onFocus": {"oneOf": [{}, {}]}, "onHover": {"oneOf": [{}, {}]}, "onInput": {"oneOf": [{}, {}]}, "onMouseEnter": {"oneOf": [{}, {}]}, "onMouseLeave": {"oneOf": [{}, {}]}, "onMouseOut": {"oneOf": [{}, {}]}, "onMouseOver": {"oneOf": [{}, {}]}, "options": {"examples": ["..formData.options"], "oneOf": [{"type": "string"}, {"type": "array"}]}, "overflow": {"examples": ["hidden"], "type": "string"}, "path": {}, "placeholder": {"oneOf": [{"examples": ["..myPlaceholder"], "type": "string"}, {}, {"properties": {"emit": {}}, "type": "object"}]}, "popUpView": {"type": "string"}, "postMessage": {"type": "array"}, "poster": {"examples": ["poster.png"], "type": "string"}, "required": {"oneOf": [{"examples": ["true", "false"], "type": "string"}, {"type": "boolean"}]}, "resource": {"examples": ["https://google.com/someImage.jpeg"], "type": "string"}, "style": {}, "text": {}, "text=func": {"examples": ["=.builtIn.system.configUrl"], "type": "string"}, "textAlign": {}, "textBoard": {}, "type": {}, "videoFormat": {"examples": ["mp4"], "type": "string"}, "videoStream": {"type": "boolean"}, "viewTag": {}, "zIndex": {"examples": ["\"1000\""], "type": "number"}}, "type": "object"} |
noodl.schema.json | itemObject | This is a common value used for iteratorVar | {"type": "string"} |
noodl.schema.json | poster | A cover image used on video components. When a video has not been interacted with by a user, a cover image is displayed. This value can be used for the cover image | {"examples": ["poster.png"], "type": "string"} |
noodl.schema.json | text=func | A function to transform a component's text. A component must have the 'text' property. | {"examples": ["=.builtIn.system.configUrl"], "type": "string"} |
noodl.schema.json | ContentType | Determines the content type of the component. For example, a textField component may be a date textField if it has contentType: date, or a password textField with contentType: password, etc | {"examples": ["countryCode", "email", "date", "file", "formattedDate", "formattedDuration", "hidden", "listObject", "messageHidden", "number", "password", "passwordHidden", "phone", "phoneNumber", "tel", "text", "timer", "videoSubStream"], "type": "string"} |
noodl.schema.json | DataIn | Argument(s) to the surrounding built in function | {} |
noodl.schema.json | DataKey | A value/pointer to a a property of an object | {"anyOf": [{}, {}]} |
noodl.schema.json | DataKeyObject | Data key in the emit object | {"patternProperties": {"^[a-zA-Z0-9]+$": {"examples": ["{var:\"\"}"], "type": "object"}}, "type": "object"} |
noodl.schema.json | DataKeyString | The path to a data object or value. It might provide a different behavior depending on where it is placed. For example, a dataKey set on a textField component will bind its value to the path in the dataKey, enabling it to mutate the value while updating textField's value | {"examples": ["formData.password", "SignIn.formData.password"], "type": "string"} |
noodl.schema.json | DataObject | An object that contains data. It is most commonly used in actions such as updateObject as a way to update its data values | {"type": "string"} |
noodl.schema.json | DataOut | Return value(s) to the surrounding built in function | {} |
noodl.schema.json | Emit | An emit is a special type of action that usually contains a dataKey paired with a list of actions that are called in order. Some emits can contain just a list of actions. When paired with a dataKey it is usually mutating the value at the path in the dataKey | {"additionalProperties": false, "properties": {"actions": {"items": {"anyOf": [{}, {}]}, "type": "array"}, "dataKey": {"oneOf": [{"type": "string"}, {"type": "object"}]}}, "required": ["actions"], "type": "object"} |
noodl.schema.json | Empty | Empty value (empty string) | {"const": "", "type": "string"} |
noodl.schema.json | Goto | The destination the user should navigate to | {"anyOf": [{"examples": ["SignIn"], "type": "string"}, {"type": "object"}, {"type": "string"}], "not": {"type": "number"}} |
noodl.schema.json | If | If objects contain an array with three items used for conditional checks. The first item is used as a test for truthiness which can be in the form of any data type such as a string, number, boolean, object, etc. Either the second or third item is returned depending on the result of the truthiness test | {"properties": {"if": {"items": {}, "maxItems": 3, "minItems": 3, "type": "array"}}, "type": "object"} |
noodl.schema.json | Init | One or more action(s) which will occur when entering a page | {"anyOf": [{"items": {"anyOf": [{}, {"type": "string"}, {}, {"const": [""], "type": "string"}]}, "type": "array"}, {}]} |
noodl.schema.json | LocalEvalReference | Mutates the value at the referenced path after receiving its result | {"pattern": "^=[.][.][a-zA-Z0-9]+.*$", "type": "string"} |
noodl.schema.json | LocalReference | A reference whose scope is within the page object, making them invisible to the objects outside of its scope | {"pattern": "^[.][.][a-zA-Z0-9]+.*$", "type": "string"} |
noodl.schema.json | MixedActionChain | An ActionChain but also includes the BuiltInEval objects =.builtIn.* as well as await/eval references | {"items": {"anyOf": [{}, {"items": {}, "type": "array"}, {"patternProperties": {"(=.[a-zA_Z0-9])*@$": {}}, "type": "object"}]}, "type": "array"} |
noodl.schema.json | NoodlUnit | A measurement adaptive to the size of the viewport | {"examples": ["\"0\"", "\"0.1\"", "\"1\""], "type": "string"} |
noodl.schema.json | Page | A page object | {"additionalProperties": {}, "properties": {"check": {}, "components": {"items": {}, "type": "array"}, "init": {"oneOf": [{}, {"const": ""}]}, "module": {}, "pageNumber": {}, "save": {}, "update": {}, "viewPort": {"examples": ["top", "center", "bottom"], "type": "string"}}, "type": "object"} |
noodl.schema.json | title | Titles can be used to represent the page | {"examples": ["My Title"], "type": "string"} |
noodl.schema.json | viewPort | Determines the initial scroll position for the user | {"examples": ["top", "center", "bottom"], "type": "string"} |
noodl.schema.json | PageNumber | A page number may help distinguish between pages with similar names | {"examples": ["\"219\""], "type": "string"} |
noodl.schema.json | Path | A path can be in the form of a string, an if object, or an emit object | {"oneOf": [{"anyOf": [{"examples": ["logo.png", "SignIn"], "type": "string"}, {}]}, {"anyOf": [{}, {}, {"properties": {"emit": {}}, "type": "object"}]}]} |
noodl.schema.json | Reference | Placeholder values that obtain their real values at a later time | {"oneOf": [{}, {}, {}, {}, {}], "type": "string"} |
noodl.schema.json | Root | The root/base object. It is global to all descendants | {"additionalProperties": true, "properties": {"BaseCSS": {"properties": {"Style": {}}, "type": "object"}, "BaseDataModel": {"additionalProperties": {"anyOf": [{"type": "object"}]}, "properties": {"Config": {}, "Global": {"type": "object"}}, "type": "object"}, "BasePage": {"type": "object"}, "Config": {}, "Global": {"type": "object"}}, "type": "object"} |
noodl.schema.json | Global | This can be accessed and mutated by any object at any time | {"type": "object"} |
noodl.schema.json | RootEvalReference | Mutates the value at the root referenced path after receiving its result | {"pattern": "^=[.][a-zA-Z0-9]+.*$", "type": "string"} |
noodl.schema.json | RootReference | A reference whose scope is at the global level | {"pattern": "^[.][a-zA-Z0-9]+.*$", "type": "string"} |
noodl.schema.json | SelectOptions | Options for a select component. These are the items that appear in the drop down menu when interacting with a select component | {"items": {"anyOf": [{"type": "string"}, {"type": "number"}]}, "type": "array"} |
noodl.schema.json | align | The alignment in a block. If align is horizontal, siblings will align horizontally, vice versa. This is functionally equivalent to the "axis" keyword | {"examples": ["centerX", "centerY"], "type": "string"} |
noodl.schema.json | axis | The axis in a block. If axis is horizontal, siblings will align horizontally, vice versa. This was previously used in list/listItem components | {"examples": ["horizontal", "vertical"], "type": "string"} |
noodl.schema.json | boxShadow | Applies a box shadow style effect | {"type": "string"} |
noodl.schema.json | fontWeight | Applies a thickness style effect | {"examples": [100, 200, 400, 500, 700, 900, "bold"], "type": "number"} |
noodl.schema.json | isHidden | Used for hiding/showing components | {} |
noodl.schema.json | left | Left position. The greater the value, the further away from the left position | {} |
noodl.schema.json | letterSpacing | Spacing between each letter | {"type": "string"} |
noodl.schema.json | lineHeight | Spacing between each line | {"type": "string"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.