schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
keycloak-19.0.0.json
parameters
last name filter
{"name": "lastName", "in": "query", "schema": {"type": "string"}}
keycloak-19.0.0.json
parameters
first name filter
{"name": "firstName", "in": "query", "schema": {"type": "string"}}
keycloak-19.0.0.json
parameters
email filter
{"name": "email", "in": "query", "schema": {"type": "string"}}
keycloak-19.0.0.json
parameters
username filter
{"name": "username", "in": "query", "schema": {"type": "string"}}
keycloak-19.0.0.json
parameters
Boolean representing if user is enabled or not
{"name": "enabled", "in": "query", "schema": {"type": "boolean"}}
keycloak-19.0.0.json
2XX
Success
{"content": {"application/json": {"schema": {"type": "integer", "format": "int32"}}}}
keycloak-19.0.0.json
parameters
realm name (not id!)
{"name": "realm", "in": "path", "required": true, "schema": {"type": "string"}}
keycloak-19.0.0.json
/{realm}/users/profile
/{realm}/users/profile
{"get": {"tags": ["UserProfile"], "responses": {"2XX": {"content": {"application/json": {"schema": {"type": "string"}}}}}}, "put": {"tags": ["UserProfile"], "requestBody": {"content": {"application/json": {"schema": {"type": "string"}}}}, "responses": {"2XX": {}}}, "parameters": [{"name": "realm", "in": "path", "required": true, "schema": {"type": "string"}}]}
keycloak-19.0.0.json
get
/ Get representation of the user
{"tags": ["UserProfile"], "responses": {"2XX": {"content": {"application/json": {"schema": {"type": "string"}}}}}}
keycloak-19.0.0.json
2XX
Success
{"content": {"application/json": {"schema": {"type": "string"}}}}
keycloak-19.0.0.json
put
/ Get representation of the user
{"tags": ["UserProfile"], "requestBody": {"content": {"application/json": {"schema": {"type": "string"}}}}, "responses": {"2XX": {}}}
keycloak-19.0.0.json
2XX
Success
{}
keycloak-19.0.0.json
parameters
realm name (not id!)
{"name": "realm", "in": "path", "required": true, "schema": {"type": "string"}}
keycloak-19.0.0.json
items
ClientPolicyRepresentation
{"type": "object"}
keycloak-19.0.0.json
use
KeyUse
{"type": "object"}
keycloak-19.0.0.json
type
CapabilityType
{"type": "object"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
additionalProperties
ClaimValue
{"type": "object"}
keycloak-19.0.0.json
additionalProperties
ClaimValue
{"type": "object"}
keycloak-19.0.0.json
claimValue
ClaimValue<CLAIM_TYPE>
{"type": "object"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
category
TokenCategory
{"enum": ["INTERNAL", "ACCESS", "ID", "ADMIN", "USERINFO", "LOGOUT", "AUTHORIZATION_RESPONSE"], "type": "string"}
keycloak-19.0.0.json
policy
Policy
{"type": "object"}
keycloak-19.0.0.json
decisionStrategy
DecisionStrategy
{"enum": ["AFFIRMATIVE(0)", "UNANIMOUS(1)", "CONSENSUS(2)"], "type": "string"}
keycloak-19.0.0.json
logic
Logic
{"enum": ["POSITIVE(0)", "NEGATIVE(1)"], "type": "string"}
keycloak-19.0.0.json
policyEnforcementMode
PolicyEnforcementMode
{"enum": ["ENFORCING(0)", "PERMISSIVE(1)", "DISABLED(2)"], "type": "string"}
keycloak-19.0.0.json
decisionStrategy
DecisionStrategy
{"enum": ["AFFIRMATIVE(0)", "UNANIMOUS(1)", "CONSENSUS(2)"], "type": "string"}
tsd.json
bundle
Path to a '.d.ts' bundle file (see below). Change this if you want the bundle to be closer to the actual source files. TSD will create the appropriate relative paths.
{"type": "string", "default": "typings/tsd.d.ts"}
tsd.json
installed
A list of installed typings.
{"type": "object"}
tsd.json
path
Path to the typings directory, the definitions will be installed in the appropriate sub-folders. Change this to have typings in your main code directory, but this is not recommended as the mixed styles used in the definitions it will confuse your inspections and lint-tools.
{"type": "string", "default": "typings"}
tsd.json
ref
Branch name or other git reference of the repository. Change this to use legacy branches.
{"type": "string", "default": "master"}
tsd.json
repo
GitHub user and repo name of the typings repository. Change this if you want to use TSD from a DefinitelyTyped fork.
{"type": "string", "default": "borisyankov/DefinitelyTyped"}
tsd.json
stats
Set to 'false' to disable the stats tracking. Keep in mind the stats are anonymous, help us improve TSD & DT and motivate us to spend our time on development.
{"type": "boolean", "default": true}
tsd.json
version
Tracks config version for future changes (don't change this).
{"type": "string", "default": "v4"}
all.schema-store.json
All AsyncAPI JSON Schema documents listed in one file. Needed for serving all documents through schemastore.org
{"$schema": "http://json-schema.org/draft-07/schema", "type": "object", "oneOf": [{"allOf": [{"properties": {"asyncapi": {"const": "1.0.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "1.1.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "1.2.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.0.0-rc1"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.0.0-rc2"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.0.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.1.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.2.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.3.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.4.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.5.0"}}}, {}]}, {"allOf": [{"properties": {"asyncapi": {"const": "2.6.0"}}}, {}]}]}
prisma.json
subscription
A piece of code that you should run.
{"type": "object", "properties": {"query": {"type": "string"}, "webhook": {"oneOf": [{"type": "string"}, {"type": "object", "properties": {"url": {"type": "string"}, "headers": {"type": "object"}}, "required": ["url"]}]}}, "required": ["query", "webhook"]}
prisma.json
datamodel
Type definitions for database models, relations, enums and other types https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": ["string", "array"], "examples": ["types.prisma", "enums.prisma"], "uniqueItems": true, "items": {"type": "string"}}
prisma.json
secret
A secure secret for the current API endpoint https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "string"}
prisma.json
disableAuth
Disable authentication for the current API endpoint https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "boolean"}
prisma.json
generate
How and where generate client https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "array", "items": {"type": "object", "properties": {"generator": {"type": "string", "enum": ["javascript-client", "typescript-client", "flow-client", "go-client", "graphql-schema"]}, "output": {}}}}
prisma.json
items
Files to be generated for the current API endpoint
{"type": "object", "properties": {"generator": {"type": "string", "enum": ["javascript-client", "typescript-client", "flow-client", "go-client", "graphql-schema"]}, "output": {}}}
prisma.json
generator
A client name https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "string", "enum": ["javascript-client", "typescript-client", "flow-client", "go-client", "graphql-schema"]}
prisma.json
output
An output path https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{}
prisma.json
seed
A database seed https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "object", "properties": {"import": {"type": "string"}, "run": {"type": "string"}}}
prisma.json
import
Commands to run while seeding a service for the current API endpoint
{"type": "string"}
prisma.json
run
Instructions to run while seeding a service for the current API endpoint
{"type": "string"}
prisma.json
subscriptions
Server-side subscriptions https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "object", "additionalProperties": {}}
prisma.json
custom
Fields to use in variable interpolations via `${self:custom.field}` https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "object"}
prisma.json
hooks
Hooks https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "object"}
prisma.json
endpoint
An endpoint the service will be reachable at https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "string"}
prisma.json
databaseType
A relational or document database https://v1.prisma.io/docs/1.34/prisma-cli-and-configuration/prisma-yml-5cy7/#reference
{"type": "string", "enum": ["relational", "document"]}
asconfig-schema.json
optimize
Optimizes the module.
{"type": "boolean"}
asconfig-schema.json
optimizeLevel
How much to focus on optimizing code.
{"type": "number", "minimum": 0, "maximum": 3}
asconfig-schema.json
shrinkLevel
How much to focus on shrinking code size.
{"type": "number", "minimum": 0, "maximum": 2}
asconfig-schema.json
converge
Re-optimizes until no further improvements can be made.
{"type": "boolean"}
asconfig-schema.json
baseDir
Specifies the base directory of input and output files.
{}
asconfig-schema.json
outFile
Specifies the WebAssembly output file (.wasm).
{}
asconfig-schema.json
textFile
Specifies the WebAssembly text output file (.wat).
{}
asconfig-schema.json
bindings
Specified the bindings to generate.
{"definitions": {"bindings": {"enum": ["esm", "raw"]}}, "anyOf": [{}, {"type": "array", "uniqueItems": true, "items": {}}]}
asconfig-schema.json
sourceMap
Enables source map generation. Optionally takes the URL.
{"anyOf": [{"type": "boolean"}, {}]}
asconfig-schema.json
runtime
Specifies the runtime variant to include in the program.
{"anyOf": [{"type": "string", "enum": ["incremental", "minimal", "stub"]}, {}]}
asconfig-schema.json
noUnsafe
Disallows the use of unsafe features in user code.
{"type": "boolean"}
asconfig-schema.json
debug
Enables debug information in emitted binaries.
{"type": "boolean"}
asconfig-schema.json
noAssert
Replaces assertions with just their value without trapping.
{"type": "boolean"}
asconfig-schema.json
noEmit
Performs compilation as usual but does not emit code.
{"type": "boolean"}
asconfig-schema.json
importMemory
Imports the memory provided as 'env.memory'.
{"type": "boolean"}
asconfig-schema.json
noExportMemory
Does not export the memory as 'memory'.
{"type": "boolean"}
asconfig-schema.json
initialMemory
Sets the initial memory size in pages.
{"type": "number"}
asconfig-schema.json
maximumMemory
Sets the maximum memory size in pages.
{"type": "number"}
asconfig-schema.json
sharedMemory
Declare memory as shared. Requires maximumMemory.
{"type": "number"}
asconfig-schema.json
zeroFilledMemory
Assume that imported memory is zero filled. Requires importMemory.
{"type": "boolean"}
asconfig-schema.json
memoryBase
Sets the start offset of compiler-generated static memory.
{"type": "number"}
asconfig-schema.json
importTable
Imports the function table provided as 'env.table'.
{"type": "boolean"}
asconfig-schema.json
exportTable
Exports the function table as 'table'.
{"type": "boolean"}
asconfig-schema.json
exportStart
Exports the start function instead of calling it implicitly.
{}
asconfig-schema.json
lib
Adds one or multiple paths to custom library components.
{}
asconfig-schema.json
path
Adds one or multiple paths to package resolution.
{}
asconfig-schema.json
use
Aliases a global object under another name.
{}
asconfig-schema.json
trapMode
Sets the trap mode to use.
{"type": "string", "enum": ["allow", "clamp", "js"]}
asconfig-schema.json
runPasses
Specifies additional Binaryen passes to run.
{}
asconfig-schema.json
noValidate
Skips validating the module using Binaryen.
{"type": "boolean"}
asconfig-schema.json
enable
Enables WebAssembly features that are disabled by default.
{"anyOf": [{}, {"type": "array", "uniqueItems": true, "items": {}}]}
asconfig-schema.json
disable
Disables WebAssembly features that are enabled by default.
{"anyOf": [{}, {"type": "array", "uniqueItems": true, "items": {}}]}
asconfig-schema.json
transform
Specifies the path to a custom transform to 'require'.
{}
asconfig-schema.json
pedantic
Make yourself sad for no good reason.
{"type": "boolean"}
asconfig-schema.json
stats
Prints measuring information on I/O and compile times.
{"type": "boolean"}
asconfig-schema.json
noColors
Disables terminal colors.
{"type": "boolean"}
asconfig-schema.json
exportRuntime
Exports the runtime helpers (__new, __collect etc.).
{"type": "boolean"}
asconfig-schema.json
stackSize
Exports the runtime helpers (__new, __collect etc.).
{"type": "number", "minimum": 0}
asconfig-schema.json
lowMemoryLimit
Enforces very low (<64k) memory constraints.
{"type": "number", "minimum": 0}
asconfig-schema.json
tableBase
Sets the start offset of emitted table elements.
{"type": "number", "minimum": 0}
asconfig-schema.json
wasm
Uses the specified Wasm binary of the compiler.
{}
sarif-external-property-file-2.1.0-rtm.2.json
$schema
The URI of the JSON schema corresponding to the version of the external property file format.
{"type": "string", "format": "uri"}
sarif-external-property-file-2.1.0-rtm.2.json
version
The SARIF format version of this external properties object.
{"enum": ["2.1.0"]}
sarif-external-property-file-2.1.0-rtm.2.json
guid
A stable, unique identifier for this external properties object, in the form of a GUID.
{"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}
sarif-external-property-file-2.1.0-rtm.2.json
runGuid
A stable, unique identifier for the run associated with this external properties object, in the form of a GUID.
{"type": "string", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"}
sarif-external-property-file-2.1.0-rtm.2.json
conversion
A conversion object that will be merged with an external run.
{}