sra-stix2-validator
Version:
8 lines • 465 B
JSON
{
"$id": "../common/identifier.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "identifier",
"description": "Represents identifiers across the CTI specifications. The format consists of the name of the top-level object being identified, followed by two dashes (--), followed by a UUIDv4.",
"type": "string",
"pattern": "^[a-z][a-z-]+[a-z]--[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
}