A specific piece of authorization-relevant data, ie: a fact. `ConcreteFact`s are suitable for storing in the database, since they represent the information in a specific, fully-qualified fact. To represent the set of facts matching a pattern instead, see [`Fact`].
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.osohq.com/schemas/ConcreteFact.json",
"title": "ConcreteFact",
"description": "A specific piece of authorization-relevant data, ie: a fact.\n\n`ConcreteFact`s are suitable for storing in the database, since they represent the information in a specific, fully-qualified fact. To represent the set of facts matching a pattern instead, see [`Fact`].",
"type": "object",
"required": [
"args",
"predicate"
],
"properties": {
"predicate": {
"type": "string"
},
"args": {
"type": "array",
"items": {
"$ref": "#/components/schemas/TypedId"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.